COLOR #ADD2CA

HEX: #ADD2CA RGB: (173,210,202)

Color info

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

RGB color model

#ADD2CA color RGB value is (173,210,202).

RGB: (173,210,202) (68%, 82%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 202 of 255 = 79%

173
210
202

R + G + B ~ 76%. #ADD2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 202 = 585 (100%)
R 173 of 585 ~ 29.57%
G 210 of 585 ~ 35.9%
B 202 of 585 ~ 34.53'%

%29.57
%35.9
%34.53

CMYK color model

#ADD2CA color CMYK value is (18,0,4,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%

CMYK: (18,0,4,18)
C18M0Y4K18 (18%, 0%, 4%, 18%)
(0.18 / 0.00 / 0.04 / 0.18)

CMYK percentages

%17.62
%0
%3.81
%17.65

Codes

Color #ADD2CA in popluar color models

AD D2 CA
RGB 173 210 202
HSL 167° 29.13% 75.10%
HSB/HSV 167° 17.62% 82.35%
CMYK 17.62% 0.00% 3.81%
17.65%

Color #ADD2CA in popluar number systems.

HEX AD D2 CA
Decimal 173 210 202
Binary 10101101 11010010 11001010
Octal 255 322 312

Shades and tints

Shades of #ADD2CA

#ADD2CA
(173,210,202)
#9EBFB8
(158,191,184)
#8FACA6
(143,172,166)
#809994
(128,153,148)
#718682
(113,134,130)
#627370
(98,115,112)
#53605E
(83,96,94)
#444D4C
(68,77,76)
#353A3A
(53,58,58)
#262728
(38,39,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADD2CA

#ADD2CA
(173,210,202)
#B4D6CE
(180,214,206)
#BBDAD2
(187,218,210)
#C2DED6
(194,222,214)
#C9E2DA
(201,226,218)
#D0E6DE
(208,230,222)
#D7EAE2
(215,234,226)
#DEEEE6
(222,238,230)
#E5F2EA
(229,242,234)
#ECF6EE
(236,246,238)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2CA; }

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

This text font color is #ADD2CA.

Background Color

.myBgColor { background-color: #ADD2CA; }

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

This div background color is #ADD2CA.

Border color

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

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

This div border color is #ADD2CA.

Opacity

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

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

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

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

This text has shadow with #ADD2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2CA.

Preview

Color preview on black background

This text has color #ADD2CA on black background.


Color preview on white background

This text has color #ADD2CA on white background.


Black color preview on #ADD2CA background

This text has black color on #ADD2CA background.


White color preview on #ADD2CA background

This text has white color on #ADD2CA background.


Related colors

Complementary color

Complementary color for #hex is #522D35.


I love getcolorcode.com

Triadic colors

1 #CAADD2 and #D2CAAD with #ADD2CA are triadic colors.

2 #CAD2AD and #D2ADCA with #ADD2CA are triadic colors.