COLOR #ADD2AE

HEX: #ADD2AE
RGB: (173,210,174)

Color info

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

RGB color model

#ADD2AE color RGB value is (173,210,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 174 of 255 = 68%

173
210
174

R + G + B ~ 73%. #ADD2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 210 + 174 = 557 (100%)
R 173 of 557 ~ 31.06%
G 210 of 557 ~ 37.7%
B 174 of 557 ~ 31.24%

%31.06
%37.7
%31.24

CMYK color model

#ADD2AE color CMYK value is (18,0,17,18).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(18,0,17,18)
C18M0Y17K18 
(18%,0%,17%,18%)
(0.18/0.00/0.17/0.18)	

CMYK percentages

%17.62
%0
%17.14
%17.65

Codes

Color #ADD2AE in popluar color models

ADD2AE
RGB173210174
HSL122°29.13%75.10%
HSB/HSV122°17.62%82.35%
CMYK17.62%0.00%17.14%
17.65%

Color #ADD2AE in popluar number systems.

HEXADD2AE
Decimal173210174
Binary101011011101001010101110
Octal255322256

Shades and tints

Shades of #ADD2AE

#ADD2AE
(173,210,174)
#9EBF9F
(158,191,159)
#8FAC90
(143,172,144)
#809981
(128,153,129)
#718672
(113,134,114)
#627363
(98,115,99)
#536054
(83,96,84)
#444D45
(68,77,69)
#353A36
(53,58,54)
#262727
(38,39,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADD2AE

#ADD2AE
(173,210,174)
#B4D6B5
(180,214,181)
#BBDABC
(187,218,188)
#C2DEC3
(194,222,195)
#C9E2CA
(201,226,202)
#D0E6D1
(208,230,209)
#D7EAD8
(215,234,216)
#DEEEDF
(222,238,223)
#E5F2E6
(229,242,230)
#ECF6ED
(236,246,237)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2AE; }

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

This text font color is #ADD2AE.


Background Color

.myBgColor { background-color: #ADD2AE; }

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

This div background color is #ADD2AE.


Border color

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

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

This div border color is #ADD2AE.


Opacity

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

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

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

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

This text has shadow with #ADD2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD2AE on black background.


Color preview on white background

This text has color #ADD2AE on white background.



Black color preview on #ADD2AE background

This text has black color on #ADD2AE background.


White color preview on #ADD2AE background

This text has white color on #ADD2AE background.