COLOR #A8CAD6

HEX: #A8CAD6 RGB: (168,202,214)

Color info

#A8CAD6 contains red, green and blue colors in about the same proportion. Web safe color of #A8CAD6 is #99CCCC (or #9CC).

RGB color model

#A8CAD6 color RGB value is (168,202,214).

RGB: (168,202,214) (66%, 79%, 84%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 214 of 255 = 84%

168
202
214

R + G + B ~ 76%. #A8CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 202 + 214 = 584 (100%)
R 168 of 584 ~ 28.77%
G 202 of 584 ~ 34.59%
B 214 of 584 ~ 36.64'%

%28.77
%34.59
%36.64

CMYK color model

#A8CAD6 color CMYK value is (21,6,0,16).

  • cyan value is 21.50%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,6,0,16)
C21M6Y0K16 (21%, 6%, 0%, 16%)
(0.21 / 0.06 / 0.00 / 0.16)

CMYK percentages

%21.5
%5.61
%0
%16.08

Codes

Color #A8CAD6 in popluar color models

A8 CA D6
RGB 168 202 214
HSL 196° 35.94% 74.90%
HSB/HSV 196° 21.50% 83.92%
CMYK 21.50% 5.61% 0.00%
16.08%

Color #A8CAD6 in popluar number systems.

HEX A8 CA D6
Decimal 168 202 214
Binary 10101000 11001010 11010110
Octal 250 312 326

Shades and tints

Shades of #A8CAD6

#A8CAD6
(168,202,214)
#99B8C3
(153,184,195)
#8AA6B0
(138,166,176)
#7B949D
(123,148,157)
#6C828A
(108,130,138)
#5D7077
(93,112,119)
#4E5E64
(78,94,100)
#3F4C51
(63,76,81)
#303A3E
(48,58,62)
#21282B
(33,40,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8CAD6

#A8CAD6
(168,202,214)
#AFCED9
(175,206,217)
#B6D2DC
(182,210,220)
#BDD6DF
(189,214,223)
#C4DAE2
(196,218,226)
#CBDEE5
(203,222,229)
#D2E2E8
(210,226,232)
#D9E6EB
(217,230,235)
#E0EAEE
(224,234,238)
#E7EEF1
(231,238,241)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CAD6; }

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

This text font color is #A8CAD6.

Background Color

.myBgColor { background-color: #A8CAD6; }

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

This div background color is #A8CAD6.

Border color

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

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

This div border color is #A8CAD6.

Opacity

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

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

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

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

This text has shadow with #A8CAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CAD6.

Preview

Color preview on black background

This text has color #A8CAD6 on black background.


Color preview on white background

This text has color #A8CAD6 on white background.


Black color preview on #A8CAD6 background

This text has black color on #A8CAD6 background.


White color preview on #A8CAD6 background

This text has white color on #A8CAD6 background.


Related colors

Complementary color

Complementary color for #hex is #573529.


I love getcolorcode.com

Triadic colors

1 #D6A8CA and #CAD6A8 with #A8CAD6 are triadic colors.

2 #D6CAA8 and #CAA8D6 with #A8CAD6 are triadic colors.