COLOR #ADD5CA

HEX: #ADD5CA RGB: (173,213,202)

Color info

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

RGB color model

#ADD5CA color RGB value is (173,213,202).

RGB: (173,213,202) (68%, 84%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 202 of 255 = 79%

173
213
202

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

Portions of RGB colors in percentages

R + G + B = 173 + 213 + 202 = 588 (100%)
R 173 of 588 ~ 29.42%
G 213 of 588 ~ 36.22%
B 202 of 588 ~ 34.35'%

%29.42
%36.22
%34.35

CMYK color model

#ADD5CA color CMYK value is (19,0,5,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%

CMYK: (19,0,5,16)
C19M0Y5K16 (19%, 0%, 5%, 16%)
(0.19 / 0.00 / 0.05 / 0.16)

CMYK percentages

%18.78
%0
%5.16
%16.47

Codes

Color #ADD5CA in popluar color models

AD D5 CA
RGB 173 213 202
HSL 164° 32.26% 75.69%
HSB/HSV 164° 18.78% 83.53%
CMYK 18.78% 0.00% 5.16%
16.47%

Color #ADD5CA in popluar number systems.

HEX AD D5 CA
Decimal 173 213 202
Binary 10101101 11010101 11001010
Octal 255 325 312

Shades and tints

Shades of #ADD5CA

#ADD5CA
(173,213,202)
#9EC2B8
(158,194,184)
#8FAFA6
(143,175,166)
#809C94
(128,156,148)
#718982
(113,137,130)
#627670
(98,118,112)
#53635E
(83,99,94)
#44504C
(68,80,76)
#353D3A
(53,61,58)
#262A28
(38,42,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADD5CA

#ADD5CA
(173,213,202)
#B4D8CE
(180,216,206)
#BBDBD2
(187,219,210)
#C2DED6
(194,222,214)
#C9E1DA
(201,225,218)
#D0E4DE
(208,228,222)
#D7E7E2
(215,231,226)
#DEEAE6
(222,234,230)
#E5EDEA
(229,237,234)
#ECF0EE
(236,240,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD5CA color. Also use rgb(173,213,202) instead hex code.

Text Font Color

.myTextColor { color: #ADD5CA; }

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

This text font color is #ADD5CA.

Background Color

.myBgColor { background-color: #ADD5CA; }

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

This div background color is #ADD5CA.

Border color

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

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

This div border color is #ADD5CA.

Opacity

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

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

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

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

This text has shadow with #ADD5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD5CA.

Preview

Color preview on black background

This text has color #ADD5CA on black background.


Color preview on white background

This text has color #ADD5CA on white background.


Black color preview on #ADD5CA background

This text has black color on #ADD5CA background.


White color preview on #ADD5CA background

This text has white color on #ADD5CA background.


Related colors

Complementary color

Complementary color for #hex is #522A35.


I love getcolorcode.com

Triadic colors

1 #CAADD5 and #D5CAAD with #ADD5CA are triadic colors.

2 #CAD5AD and #D5ADCA with #ADD5CA are triadic colors.