COLOR #ADD4D2

HEX: #ADD4D2
RGB: (173,212,210)

Color info

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

RGB color model

#ADD4D2 color RGB value is (173,212,210).

  • red value is 173;
  • green value is 212;
  • blue value is 210.
RGB:
(173,212,210)
(68%,83%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 210 of 255 = 82%

173
212
210

R + G + B ~ 78%. #ADD4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 210 = 595 (100%)
R 173 of 595 ~ 29.08%
G 212 of 595 ~ 35.63%
B 210 of 595 ~ 35.29%

%29.08
%35.63
%35.29

CMYK color model

#ADD4D2 color CMYK value is (18,0,1,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.86%
CMYK:
(18,0,1,17)
C18M0Y1K17 
(18%,0%,1%,17%)
(0.18/0.00/0.01/0.17)	

CMYK percentages

%18.4
%0
%0.94
%16.86

Codes

Color #ADD4D2 in popluar color models

ADD4D2
RGB173212210
HSL177°31.20%75.49%
HSB/HSV177°18.40%83.14%
CMYK18.40%0.00%0.94%
16.86%

Color #ADD4D2 in popluar number systems.

HEXADD4D2
Decimal173212210
Binary101011011101010011010010
Octal255324322

Shades and tints

Shades of #ADD4D2

#ADD4D2
(173,212,210)
#9EC1BF
(158,193,191)
#8FAEAC
(143,174,172)
#809B99
(128,155,153)
#718886
(113,136,134)
#627573
(98,117,115)
#536260
(83,98,96)
#444F4D
(68,79,77)
#353C3A
(53,60,58)
#262927
(38,41,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADD4D2

#ADD4D2
(173,212,210)
#B4D7D6
(180,215,214)
#BBDADA
(187,218,218)
#C2DDDE
(194,221,222)
#C9E0E2
(201,224,226)
#D0E3E6
(208,227,230)
#D7E6EA
(215,230,234)
#DEE9EE
(222,233,238)
#E5ECF2
(229,236,242)
#ECEFF6
(236,239,246)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4D2; }

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

This text font color is #ADD4D2.


Background Color

.myBgColor { background-color: #ADD4D2; }

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

This div background color is #ADD4D2.


Border color

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

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

This div border color is #ADD4D2.


Opacity

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

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

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

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

This text has shadow with #ADD4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4D2 on black background.


Color preview on white background

This text has color #ADD4D2 on white background.



Black color preview on #ADD4D2 background

This text has black color on #ADD4D2 background.


White color preview on #ADD4D2 background

This text has white color on #ADD4D2 background.