COLOR #A4B9EC

HEX: #A4B9EC
RGB: (164,185,236)

Renk bilgisi

#A4B9EC contains mainly green and blue colors. #A4B9EC ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A4B9EC color RGB value is (164,185,236).

  • kırmız ton 164;
  • yeşil ton 185;
  • mavi ton 236.
RGB:
(164,185,236)
(64%,73%,93%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 185 of 255 = 73%
B 236 of 255 = 93%

164
185
236

R + G + B ~ 77%. #A4B9EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 185 + 236 = 585 (100%)
R 164 of 585 ~ 28.03%
G 185 of 585 ~ 31.62%
B 236 of 585 ~ 40.34%

%28.03
%31.62
%40.34

CMYK RENK MODELİ

#A4B9EC rengi CMYK tonu (31,22,0,7).

  • camgöbeği tonu 30.51%
  • eflatun tonu 21.61%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(31,22,0,7)
C31M22Y0K7 
(31%,22%,0%,7%)
(0.31/0.22/0.00/0.07)	

CMYK yüzdeleri

%30.51
%21.61
%0
%7.45

Codes

Color #A4B9EC in popluar color models

A4B9EC
RGB164185236
HSL223°65.45%78.43%
HSB/HSV223°30.51%92.55%
CMYK30.51%21.61%0.00%
7.45%

Color #A4B9EC in popluar number systems.

HEXA4B9EC
Decimal164185236
Binary101001001011100111101100
Octal244271354

Shades and tints

Shades of #A4B9EC

#A4B9EC
(164,185,236)
#96A9D7
(150,169,215)
#8899C2
(136,153,194)
#7A89AD
(122,137,173)
#6C7998
(108,121,152)
#5E6983
(94,105,131)
#50596E
(80,89,110)
#424959
(66,73,89)
#343944
(52,57,68)
#26292F
(38,41,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #A4B9EC

#A4B9EC
(164,185,236)
#ACBFED
(172,191,237)
#B4C5EE
(180,197,238)
#BCCBEF
(188,203,239)
#C4D1F0
(196,209,240)
#CCD7F1
(204,215,241)
#D4DDF2
(212,221,242)
#DCE3F3
(220,227,243)
#E4E9F4
(228,233,244)
#ECEFF5
(236,239,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B9EC color. Also use rgb(164,185,236) instead hex code.

Text Font Color

.myTextColor { color: #A4B9EC; }

<p style="color:#A4B9EC">This sample text font color is #A4B9EC.</p>

This text font color is #A4B9EC.


Background Color

.myBgColor { background-color: #A4B9EC; }

<div style="background-color:#A4B9EC">Inner text</div>

This div background color is #A4B9EC.


Border color

.myBorderColor { border: 1px solid #A4B9EC; }

<div style="border:3px solid #A4B9EC">Div</div>

This div border color is #A4B9EC.


Opacity

.myOpacity80 { color: #A4B9EC; opacity: 0.8; }

<p style="color:#A4B9EC;opacity:0.8;">80%</p>

Text with #A4B9EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A4B9EC;}

<p style="text-shadow: 3px 3px 1px #A4B9EC">Text here.</p>

This text has shadow with #A4B9EC color.

.textShadow {text-shadow: 3px 3px 1px #A4B9EC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A4B9EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A4B9EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4B9EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A4B9EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A4B9EC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A4B9EC;
  -webkit-box-shadow:	1px 1px 3px 2px #A4B9EC;
  box-shadow:		1px 1px 3px 2px #A4B9EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4B9EC;
-webkit-box-shadow: 1px 1px 3px 2px #A4B9EC;
box-shadow:1px 1px 3px 2px #A4B9EC;">
Div content here</div>
This div box has shadow with color #A4B9EC.

Preview

Color preview on black background

This text has color #A4B9EC on black background.


Color preview on white background

This text has color #A4B9EC on white background.



Black color preview on #A4B9EC background

This text has black color on #A4B9EC background.


White color preview on #A4B9EC background

This text has white color on #A4B9EC background.