COLOR #A8D8CD

HEX: #A8D8CD RGB: (168,216,205)

Color info

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

RGB color model

#A8D8CD color RGB value is (168,216,205).

RGB: (168,216,205) (66%, 85%, 80%)

RGB channels and saturation

R 168 of 255 = 66%
G 216 of 255 = 85%
B 205 of 255 = 80%

168
216
205

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

Portions of RGB colors in percentages

R + G + B = 168 + 216 + 205 = 589 (100%)
R 168 of 589 ~ 28.52%
G 216 of 589 ~ 36.67%
B 205 of 589 ~ 34.8'%

%28.52
%36.67
%34.8

CMYK color model

#A8D8CD color CMYK value is (22,0,5,15).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 5.09%
  • key color value is 15.29%

CMYK: (22,0,5,15)
C22M0Y5K15 (22%, 0%, 5%, 15%)
(0.22 / 0.00 / 0.05 / 0.15)

CMYK percentages

%22.22
%0
%5.09
%15.29

Codes

Color #A8D8CD in popluar color models

A8 D8 CD
RGB 168 216 205
HSL 166° 38.10% 75.29%
HSB/HSV 166° 22.22% 84.71%
CMYK 22.22% 0.00% 5.09%
15.29%

Color #A8D8CD in popluar number systems.

HEX A8 D8 CD
Decimal 168 216 205
Binary 10101000 11011000 11001101
Octal 250 330 315

Shades and tints

Shades of #A8D8CD

#A8D8CD
(168,216,205)
#99C5BB
(153,197,187)
#8AB2A9
(138,178,169)
#7B9F97
(123,159,151)
#6C8C85
(108,140,133)
#5D7973
(93,121,115)
#4E6661
(78,102,97)
#3F534F
(63,83,79)
#30403D
(48,64,61)
#212D2B
(33,45,43)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #A8D8CD

#A8D8CD
(168,216,205)
#AFDBD1
(175,219,209)
#B6DED5
(182,222,213)
#BDE1D9
(189,225,217)
#C4E4DD
(196,228,221)
#CBE7E1
(203,231,225)
#D2EAE5
(210,234,229)
#D9EDE9
(217,237,233)
#E0F0ED
(224,240,237)
#E7F3F1
(231,243,241)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D8CD color. Also use rgb(168,216,205) instead hex code.

Text Font Color

.myTextColor { color: #A8D8CD; }

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

This text font color is #A8D8CD.

Background Color

.myBgColor { background-color: #A8D8CD; }

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

This div background color is #A8D8CD.

Border color

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

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

This div border color is #A8D8CD.

Opacity

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

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

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

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

This text has shadow with #A8D8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D8CD.

Preview

Color preview on black background

This text has color #A8D8CD on black background.


Color preview on white background

This text has color #A8D8CD on white background.


Black color preview on #A8D8CD background

This text has black color on #A8D8CD background.


White color preview on #A8D8CD background

This text has white color on #A8D8CD background.


Related colors

Complementary color

Complementary color for #hex is #572732.


I love getcolorcode.com

Triadic colors

1 #CDA8D8 and #D8CDA8 with #A8D8CD are triadic colors.

2 #CDD8A8 and #D8A8CD with #A8D8CD are triadic colors.