COLOR #A8CAE5

HEX: #A8CAE5
RGB: (168,202,229)

Color info

#A8CAE5 contains mainly green and blue colors. Web safe color of #A8CAE5 is #99CCCC (or #9CC).

RGB color model

#A8CAE5 color RGB value is (168,202,229).

  • red value is 168;
  • green value is 202;
  • blue value is 229.
RGB:
(168,202,229)
(66%,79%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 229 of 255 = 90%

168
202
229

R + G + B ~ 78%. #A8CAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 229 = 599 (100%)
R 168 of 599 ~ 28.05%
G 202 of 599 ~ 33.72%
B 229 of 599 ~ 38.23%

%28.05
%33.72
%38.23

CMYK color model

#A8CAE5 color CMYK value is (27,12,0,10).

  • cyan value is 26.64%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,12,0,10)
C27M12Y0K10 
(27%,12%,0%,10%)
(0.27/0.12/0.00/0.10)	

CMYK percentages

%26.64
%11.79
%0
%10.2

Codes

Color #A8CAE5 in popluar color models

A8CAE5
RGB168202229
HSL207°53.98%77.84%
HSB/HSV207°26.64%89.80%
CMYK26.64%11.79%0.00%
10.20%

Color #A8CAE5 in popluar number systems.

HEXA8CAE5
Decimal168202229
Binary101010001100101011100101
Octal250312345

Shades and tints

Shades of #A8CAE5

#A8CAE5
(168,202,229)
#99B8D1
(153,184,209)
#8AA6BD
(138,166,189)
#7B94A9
(123,148,169)
#6C8295
(108,130,149)
#5D7081
(93,112,129)
#4E5E6D
(78,94,109)
#3F4C59
(63,76,89)
#303A45
(48,58,69)
#212831
(33,40,49)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #A8CAE5

#A8CAE5
(168,202,229)
#AFCEE7
(175,206,231)
#B6D2E9
(182,210,233)
#BDD6EB
(189,214,235)
#C4DAED
(196,218,237)
#CBDEEF
(203,222,239)
#D2E2F1
(210,226,241)
#D9E6F3
(217,230,243)
#E0EAF5
(224,234,245)
#E7EEF7
(231,238,247)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CAE5 color. Also use rgb(168,202,229) instead hex code.

Text Font Color

.myTextColor { color: #A8CAE5; }

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

This text font color is #A8CAE5.


Background Color

.myBgColor { background-color: #A8CAE5; }

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

This div background color is #A8CAE5.


Border color

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

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

This div border color is #A8CAE5.


Opacity

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

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

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

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

This text has shadow with #A8CAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CAE5 on black background.


Color preview on white background

This text has color #A8CAE5 on white background.



Black color preview on #A8CAE5 background

This text has black color on #A8CAE5 background.


White color preview on #A8CAE5 background

This text has white color on #A8CAE5 background.