COLOR #A8DDD7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
221
215

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

Portions of RGB colors in percentages

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

%27.81
%36.59
%35.6

CMYK color model

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

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

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

CMYK percentages

%23.98
%0
%2.71
%13.33

Codes

Color #A8DDD7 in popluar color models

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

Color #A8DDD7 in popluar number systems.

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

Shades and tints

Shades of #A8DDD7

#A8DDD7
(168,221,215)
#99C9C4
(153,201,196)
#8AB5B1
(138,181,177)
#7BA19E
(123,161,158)
#6C8D8B
(108,141,139)
#5D7978
(93,121,120)
#4E6565
(78,101,101)
#3F5152
(63,81,82)
#303D3F
(48,61,63)
#21292C
(33,41,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A8DDD7

#A8DDD7
(168,221,215)
#AFE0DA
(175,224,218)
#B6E3DD
(182,227,221)
#BDE6E0
(189,230,224)
#C4E9E3
(196,233,227)
#CBECE6
(203,236,230)
#D2EFE9
(210,239,233)
#D9F2EC
(217,242,236)
#E0F5EF
(224,245,239)
#E7F8F2
(231,248,242)
#EEFBF5
(238,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DDD7; }

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

This text font color is #A8DDD7.

Background Color

.myBgColor { background-color: #A8DDD7; }

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

This div background color is #A8DDD7.

Border color

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

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

This div border color is #A8DDD7.

Opacity

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

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

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

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

This text has shadow with #A8DDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DDD7.

Preview

Color preview on black background

This text has color #A8DDD7 on black background.


Color preview on white background

This text has color #A8DDD7 on white background.


Black color preview on #A8DDD7 background

This text has black color on #A8DDD7 background.


White color preview on #A8DDD7 background

This text has white color on #A8DDD7 background.


Related colors

Complementary color

Complementary color for #hex is #572228.


I love getcolorcode.com

Triadic colors

1 #D7A8DD and #DDD7A8 with #A8DDD7 are triadic colors.

2 #D7DDA8 and #DDA8D7 with #A8DDD7 are triadic colors.