COLOR #ADDFD2

HEX: #ADDFD2
RGB: (173,223,210)

Color info

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

RGB color model

#ADDFD2 color RGB value is (173,223,210).

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

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 210 of 255 = 82%

173
223
210

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

Portions of RGB colors in percentages

R + G + B =
173 + 223 + 210 = 606 (100%)
R 173 of 606 ~ 28.55%
G 223 of 606 ~ 36.8%
B 210 of 606 ~ 34.65%

%28.55
%36.8
%34.65

CMYK color model

#ADDFD2 color CMYK value is (22,0,6,13).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(22,0,6,13)
C22M0Y6K13 
(22%,0%,6%,13%)
(0.22/0.00/0.06/0.13)	

CMYK percentages

%22.42
%0
%5.83
%12.55

Codes

Color #ADDFD2 in popluar color models

ADDFD2
RGB173223210
HSL164°43.86%77.65%
HSB/HSV164°22.42%87.45%
CMYK22.42%0.00%5.83%
12.55%

Color #ADDFD2 in popluar number systems.

HEXADDFD2
Decimal173223210
Binary101011011101111111010010
Octal255337322

Shades and tints

Shades of #ADDFD2

#ADDFD2
(173,223,210)
#9ECBBF
(158,203,191)
#8FB7AC
(143,183,172)
#80A399
(128,163,153)
#718F86
(113,143,134)
#627B73
(98,123,115)
#536760
(83,103,96)
#44534D
(68,83,77)
#353F3A
(53,63,58)
#262B27
(38,43,39)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADDFD2

#ADDFD2
(173,223,210)
#B4E1D6
(180,225,214)
#BBE3DA
(187,227,218)
#C2E5DE
(194,229,222)
#C9E7E2
(201,231,226)
#D0E9E6
(208,233,230)
#D7EBEA
(215,235,234)
#DEEDEE
(222,237,238)
#E5EFF2
(229,239,242)
#ECF1F6
(236,241,246)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDFD2; }

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

This text font color is #ADDFD2.


Background Color

.myBgColor { background-color: #ADDFD2; }

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

This div background color is #ADDFD2.


Border color

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

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

This div border color is #ADDFD2.


Opacity

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

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

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

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

This text has shadow with #ADDFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDFD2 on black background.


Color preview on white background

This text has color #ADDFD2 on white background.



Black color preview on #ADDFD2 background

This text has black color on #ADDFD2 background.


White color preview on #ADDFD2 background

This text has white color on #ADDFD2 background.