COLOR #ADD7C9

HEX: #ADD7C9
RGB: (173,215,201)

Color info

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

RGB color model

#ADD7C9 color RGB value is (173,215,201).

  • red value is 173;
  • green value is 215;
  • blue value is 201.
RGB:
(173,215,201)
(68%,84%,79%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 201 of 255 = 79%

173
215
201

R + G + B ~ 77%. #ADD7C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 201 = 589 (100%)
R 173 of 589 ~ 29.37%
G 215 of 589 ~ 36.5%
B 201 of 589 ~ 34.13%

%29.37
%36.5
%34.13

CMYK color model

#ADD7C9 color CMYK value is (20,0,7,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(20,0,7,16)
C20M0Y7K16 
(20%,0%,7%,16%)
(0.20/0.00/0.07/0.16)	

CMYK percentages

%19.53
%0
%6.51
%15.69

Codes

Color #ADD7C9 in popluar color models

ADD7C9
RGB173215201
HSL160°34.43%76.08%
HSB/HSV160°19.53%84.31%
CMYK19.53%0.00%6.51%
15.69%

Color #ADD7C9 in popluar number systems.

HEXADD7C9
Decimal173215201
Binary101011011101011111001001
Octal255327311

Shades and tints

Shades of #ADD7C9

#ADD7C9
(173,215,201)
#9EC4B7
(158,196,183)
#8FB1A5
(143,177,165)
#809E93
(128,158,147)
#718B81
(113,139,129)
#62786F
(98,120,111)
#53655D
(83,101,93)
#44524B
(68,82,75)
#353F39
(53,63,57)
#262C27
(38,44,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADD7C9

#ADD7C9
(173,215,201)
#B4DACD
(180,218,205)
#BBDDD1
(187,221,209)
#C2E0D5
(194,224,213)
#C9E3D9
(201,227,217)
#D0E6DD
(208,230,221)
#D7E9E1
(215,233,225)
#DEECE5
(222,236,229)
#E5EFE9
(229,239,233)
#ECF2ED
(236,242,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD7C9 color. Also use rgb(173,215,201) instead hex code.

Text Font Color

.myTextColor { color: #ADD7C9; }

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

This text font color is #ADD7C9.


Background Color

.myBgColor { background-color: #ADD7C9; }

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

This div background color is #ADD7C9.


Border color

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

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

This div border color is #ADD7C9.


Opacity

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

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

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

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

This text has shadow with #ADD7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7C9 on black background.


Color preview on white background

This text has color #ADD7C9 on white background.



Black color preview on #ADD7C9 background

This text has black color on #ADD7C9 background.


White color preview on #ADD7C9 background

This text has white color on #ADD7C9 background.