COLOR #A8D7DD

HEX: #A8D7DD RGB: (168,215,221)

Color info

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

RGB color model

#A8D7DD color RGB value is (168,215,221).

RGB: (168,215,221) (66%, 84%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 215 of 255 = 84%
B 221 of 255 = 87%

168
215
221

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

Portions of RGB colors in percentages

R + G + B = 168 + 215 + 221 = 604 (100%)
R 168 of 604 ~ 27.81%
G 215 of 604 ~ 35.6%
B 221 of 604 ~ 36.59'%

%27.81
%35.6
%36.59

CMYK color model

#A8D7DD color CMYK value is (24,3,0,13).

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

CMYK: (24,3,0,13)
C24M3Y0K13 (24%, 3%, 0%, 13%)
(0.24 / 0.03 / 0.00 / 0.13)

CMYK percentages

%23.98
%2.71
%0
%13.33

Codes

Color #A8D7DD in popluar color models

A8 D7 DD
RGB 168 215 221
HSL 187° 43.80% 76.27%
HSB/HSV 187° 23.98% 86.67%
CMYK 23.98% 2.71% 0.00%
13.33%

Color #A8D7DD in popluar number systems.

HEX A8 D7 DD
Decimal 168 215 221
Binary 10101000 11010111 11011101
Octal 250 327 335

Shades and tints

Shades of #A8D7DD

#A8D7DD
(168,215,221)
#99C4C9
(153,196,201)
#8AB1B5
(138,177,181)
#7B9EA1
(123,158,161)
#6C8B8D
(108,139,141)
#5D7879
(93,120,121)
#4E6565
(78,101,101)
#3F5251
(63,82,81)
#303F3D
(48,63,61)
#212C29
(33,44,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #A8D7DD

#A8D7DD
(168,215,221)
#AFDAE0
(175,218,224)
#B6DDE3
(182,221,227)
#BDE0E6
(189,224,230)
#C4E3E9
(196,227,233)
#CBE6EC
(203,230,236)
#D2E9EF
(210,233,239)
#D9ECF2
(217,236,242)
#E0EFF5
(224,239,245)
#E7F2F8
(231,242,248)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D7DD; }

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

This text font color is #A8D7DD.

Background Color

.myBgColor { background-color: #A8D7DD; }

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

This div background color is #A8D7DD.

Border color

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

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

This div border color is #A8D7DD.

Opacity

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

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

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

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

This text has shadow with #A8D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D7DD.

Preview

Color preview on black background

This text has color #A8D7DD on black background.


Color preview on white background

This text has color #A8D7DD on white background.


Black color preview on #A8D7DD background

This text has black color on #A8D7DD background.


White color preview on #A8D7DD background

This text has white color on #A8D7DD background.


Related colors

Complementary color

Complementary color for #hex is #572822.


I love getcolorcode.com

Triadic colors

1 #DDA8D7 and #D7DDA8 with #A8D7DD are triadic colors.

2 #DDD7A8 and #D7A8DD with #A8D7DD are triadic colors.