COLOR #A4CAEF

HEX: #A4CAEF
RGB: (164,202,239)

Color info

#A4CAEF contains mainly green and blue colors. Web safe color of #A4CAEF is #99CCFF (or #9CF).

RGB color model

#A4CAEF color RGB value is (164,202,239).

  • red value is 164;
  • green value is 202;
  • blue value is 239.
RGB:
(164,202,239)
(64%,79%,94%)

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 239 of 255 = 94%

164
202
239

R + G + B ~ 79%. #A4CAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 239 = 605 (100%)
R 164 of 605 ~ 27.11%
G 202 of 605 ~ 33.39%
B 239 of 605 ~ 39.5%

%27.11
%33.39
%39.5

CMYK color model

#A4CAEF color CMYK value is (31,15,0,6).

  • cyan value is 31.38%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,15,0,6)
C31M15Y0K6 
(31%,15%,0%,6%)
(0.31/0.15/0.00/0.06)	

CMYK percentages

%31.38
%15.48
%0
%6.27

Codes

Color #A4CAEF in popluar color models

A4CAEF
RGB164202239
HSL210°70.09%79.02%
HSB/HSV210°31.38%93.73%
CMYK31.38%15.48%0.00%
6.27%

Color #A4CAEF in popluar number systems.

HEXA4CAEF
Decimal164202239
Binary101001001100101011101111
Octal244312357

Shades and tints

Shades of #A4CAEF

#A4CAEF
(164,202,239)
#96B8DA
(150,184,218)
#88A6C5
(136,166,197)
#7A94B0
(122,148,176)
#6C829B
(108,130,155)
#5E7086
(94,112,134)
#505E71
(80,94,113)
#424C5C
(66,76,92)
#343A47
(52,58,71)
#262832
(38,40,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #A4CAEF

#A4CAEF
(164,202,239)
#ACCEF0
(172,206,240)
#B4D2F1
(180,210,241)
#BCD6F2
(188,214,242)
#C4DAF3
(196,218,243)
#CCDEF4
(204,222,244)
#D4E2F5
(212,226,245)
#DCE6F6
(220,230,246)
#E4EAF7
(228,234,247)
#ECEEF8
(236,238,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CAEF color. Also use rgb(164,202,239) instead hex code.

Text Font Color

.myTextColor { color: #A4CAEF; }

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

This text font color is #A4CAEF.


Background Color

.myBgColor { background-color: #A4CAEF; }

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

This div background color is #A4CAEF.


Border color

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

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

This div border color is #A4CAEF.


Opacity

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

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

Text with #A4CAEF 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 #A4CAEF;}

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

This text has shadow with #A4CAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CAEF on black background.


Color preview on white background

This text has color #A4CAEF on white background.



Black color preview on #A4CAEF background

This text has black color on #A4CAEF background.


White color preview on #A4CAEF background

This text has white color on #A4CAEF background.