COLOR #ADD8D3

HEX: #ADD8D3
RGB: (173,216,211)

Color info

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

RGB color model

#ADD8D3 color RGB value is (173,216,211).

  • red value is 173;
  • green value is 216;
  • blue value is 211.
RGB:
(173,216,211)
(68%,85%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 211 of 255 = 83%

173
216
211

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

Portions of RGB colors in percentages

R + G + B =
173 + 216 + 211 = 600 (100%)
R 173 of 600 ~ 28.83%
G 216 of 600 ~ 36%
B 211 of 600 ~ 35.17%

%28.83
%36
%35.17

CMYK color model

#ADD8D3 color CMYK value is (20,0,2,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(20,0,2,15)
C20M0Y2K15 
(20%,0%,2%,15%)
(0.20/0.00/0.02/0.15)	

CMYK percentages

%19.91
%0
%2.31
%15.29

Codes

Color #ADD8D3 in popluar color models

ADD8D3
RGB173216211
HSL173°35.54%76.27%
HSB/HSV173°19.91%84.71%
CMYK19.91%0.00%2.31%
15.29%

Color #ADD8D3 in popluar number systems.

HEXADD8D3
Decimal173216211
Binary101011011101100011010011
Octal255330323

Shades and tints

Shades of #ADD8D3

#ADD8D3
(173,216,211)
#9EC5C0
(158,197,192)
#8FB2AD
(143,178,173)
#809F9A
(128,159,154)
#718C87
(113,140,135)
#627974
(98,121,116)
#536661
(83,102,97)
#44534E
(68,83,78)
#35403B
(53,64,59)
#262D28
(38,45,40)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADD8D3

#ADD8D3
(173,216,211)
#B4DBD7
(180,219,215)
#BBDEDB
(187,222,219)
#C2E1DF
(194,225,223)
#C9E4E3
(201,228,227)
#D0E7E7
(208,231,231)
#D7EAEB
(215,234,235)
#DEEDEF
(222,237,239)
#E5F0F3
(229,240,243)
#ECF3F7
(236,243,247)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD8D3 color. Also use rgb(173,216,211) instead hex code.

Text Font Color

.myTextColor { color: #ADD8D3; }

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

This text font color is #ADD8D3.


Background Color

.myBgColor { background-color: #ADD8D3; }

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

This div background color is #ADD8D3.


Border color

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

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

This div border color is #ADD8D3.


Opacity

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

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

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

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

This text has shadow with #ADD8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD8D3 on black background.


Color preview on white background

This text has color #ADD8D3 on white background.



Black color preview on #ADD8D3 background

This text has black color on #ADD8D3 background.


White color preview on #ADD8D3 background

This text has white color on #ADD8D3 background.