COLOR #ADDDD9

HEX: #ADDDD9
RGB: (173,221,217)

Color info

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

RGB color model

#ADDDD9 color RGB value is (173,221,217).

  • red value is 173;
  • green value is 221;
  • blue value is 217.
RGB:
(173,221,217)
(68%,87%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 217 of 255 = 85%

173
221
217

R + G + B ~ 80%. #ADDDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 221 + 217 = 611 (100%)
R 173 of 611 ~ 28.31%
G 221 of 611 ~ 36.17%
B 217 of 611 ~ 35.52%

%28.31
%36.17
%35.52

CMYK color model

#ADDDD9 color CMYK value is (22,0,2,13).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(22,0,2,13)
C22M0Y2K13 
(22%,0%,2%,13%)
(0.22/0.00/0.02/0.13)	

CMYK percentages

%21.72
%0
%1.81
%13.33

Codes

Color #ADDDD9 in popluar color models

ADDDD9
RGB173221217
HSL175°41.38%77.25%
HSB/HSV175°21.72%86.67%
CMYK21.72%0.00%1.81%
13.33%

Color #ADDDD9 in popluar number systems.

HEXADDDD9
Decimal173221217
Binary101011011101110111011001
Octal255335331

Shades and tints

Shades of #ADDDD9

#ADDDD9
(173,221,217)
#9EC9C6
(158,201,198)
#8FB5B3
(143,181,179)
#80A1A0
(128,161,160)
#718D8D
(113,141,141)
#62797A
(98,121,122)
#536567
(83,101,103)
#445154
(68,81,84)
#353D41
(53,61,65)
#26292E
(38,41,46)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #ADDDD9

#ADDDD9
(173,221,217)
#B4E0DC
(180,224,220)
#BBE3DF
(187,227,223)
#C2E6E2
(194,230,226)
#C9E9E5
(201,233,229)
#D0ECE8
(208,236,232)
#D7EFEB
(215,239,235)
#DEF2EE
(222,242,238)
#E5F5F1
(229,245,241)
#ECF8F4
(236,248,244)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDDD9 color. Also use rgb(173,221,217) instead hex code.

Text Font Color

.myTextColor { color: #ADDDD9; }

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

This text font color is #ADDDD9.


Background Color

.myBgColor { background-color: #ADDDD9; }

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

This div background color is #ADDDD9.


Border color

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

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

This div border color is #ADDDD9.


Opacity

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

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

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

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

This text has shadow with #ADDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDD9 on black background.


Color preview on white background

This text has color #ADDDD9 on white background.



Black color preview on #ADDDD9 background

This text has black color on #ADDDD9 background.


White color preview on #ADDDD9 background

This text has white color on #ADDDD9 background.