COLOR #A8CADD

HEX: #A8CADD RGB: (168,202,221)

Color info

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

RGB color model

#A8CADD color RGB value is (168,202,221).

RGB: (168,202,221) (66%, 79%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 221 of 255 = 87%

168
202
221

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

Portions of RGB colors in percentages

R + G + B = 168 + 202 + 221 = 591 (100%)
R 168 of 591 ~ 28.43%
G 202 of 591 ~ 34.18%
B 221 of 591 ~ 37.39'%

%28.43
%34.18
%37.39

CMYK color model

#A8CADD color CMYK value is (24,9,0,13).

  • cyan value is 23.98%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,9,0,13)
C24M9Y0K13 (24%, 9%, 0%, 13%)
(0.24 / 0.09 / 0.00 / 0.13)

CMYK percentages

%23.98
%8.6
%0
%13.33

Codes

Color #A8CADD in popluar color models

A8 CA DD
RGB 168 202 221
HSL 202° 43.80% 76.27%
HSB/HSV 202° 23.98% 86.67%
CMYK 23.98% 8.60% 0.00%
13.33%

Color #A8CADD in popluar number systems.

HEX A8 CA DD
Decimal 168 202 221
Binary 10101000 11001010 11011101
Octal 250 312 335

Shades and tints

Shades of #A8CADD

#A8CADD
(168,202,221)
#99B8C9
(153,184,201)
#8AA6B5
(138,166,181)
#7B94A1
(123,148,161)
#6C828D
(108,130,141)
#5D7079
(93,112,121)
#4E5E65
(78,94,101)
#3F4C51
(63,76,81)
#303A3D
(48,58,61)
#212829
(33,40,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A8CADD

#A8CADD
(168,202,221)
#AFCEE0
(175,206,224)
#B6D2E3
(182,210,227)
#BDD6E6
(189,214,230)
#C4DAE9
(196,218,233)
#CBDEEC
(203,222,236)
#D2E2EF
(210,226,239)
#D9E6F2
(217,230,242)
#E0EAF5
(224,234,245)
#E7EEF8
(231,238,248)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CADD; }

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

This text font color is #A8CADD.

Background Color

.myBgColor { background-color: #A8CADD; }

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

This div background color is #A8CADD.

Border color

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

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

This div border color is #A8CADD.

Opacity

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

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

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

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

This text has shadow with #A8CADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CADD.

Preview

Color preview on black background

This text has color #A8CADD on black background.


Color preview on white background

This text has color #A8CADD on white background.


Black color preview on #A8CADD background

This text has black color on #A8CADD background.


White color preview on #A8CADD background

This text has white color on #A8CADD background.


Related colors

Complementary color

Complementary color for #hex is #573522.


I love getcolorcode.com

Triadic colors

1 #DDA8CA and #CADDA8 with #A8CADD are triadic colors.

2 #DDCAA8 and #CAA8DD with #A8CADD are triadic colors.