COLOR #ADD2D6

HEX: #ADD2D6
RGB: (173,210,214)

Color info

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

RGB color model

#ADD2D6 color RGB value is (173,210,214).

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

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 214 of 255 = 84%

173
210
214

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

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 214 = 597 (100%)
R 173 of 597 ~ 28.98%
G 210 of 597 ~ 35.18%
B 214 of 597 ~ 35.85%

%28.98
%35.18
%35.85

CMYK color model

#ADD2D6 color CMYK value is (19,2,0,16).

  • cyan value is 19.16%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(19,2,0,16)
C19M2Y0K16 
(19%,2%,0%,16%)
(0.19/0.02/0.00/0.16)	

CMYK percentages

%19.16
%1.87
%0
%16.08

Codes

Color #ADD2D6 in popluar color models

ADD2D6
RGB173210214
HSL186°33.33%75.88%
HSB/HSV186°19.16%83.92%
CMYK19.16%1.87%0.00%
16.08%

Color #ADD2D6 in popluar number systems.

HEXADD2D6
Decimal173210214
Binary101011011101001011010110
Octal255322326

Shades and tints

Shades of #ADD2D6

#ADD2D6
(173,210,214)
#9EBFC3
(158,191,195)
#8FACB0
(143,172,176)
#80999D
(128,153,157)
#71868A
(113,134,138)
#627377
(98,115,119)
#536064
(83,96,100)
#444D51
(68,77,81)
#353A3E
(53,58,62)
#26272B
(38,39,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADD2D6

#ADD2D6
(173,210,214)
#B4D6D9
(180,214,217)
#BBDADC
(187,218,220)
#C2DEDF
(194,222,223)
#C9E2E2
(201,226,226)
#D0E6E5
(208,230,229)
#D7EAE8
(215,234,232)
#DEEEEB
(222,238,235)
#E5F2EE
(229,242,238)
#ECF6F1
(236,246,241)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2D6; }

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

This text font color is #ADD2D6.


Background Color

.myBgColor { background-color: #ADD2D6; }

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

This div background color is #ADD2D6.


Border color

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

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

This div border color is #ADD2D6.


Opacity

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

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

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

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

This text has shadow with #ADD2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2D6 on black background.


Color preview on white background

This text has color #ADD2D6 on white background.



Black color preview on #ADD2D6 background

This text has black color on #ADD2D6 background.


White color preview on #ADD2D6 background

This text has white color on #ADD2D6 background.