COLOR #ADDEAE

HEX: #ADDEAE
RGB: (173,222,174)

Color info

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

RGB color model

#ADDEAE color RGB value is (173,222,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 174 of 255 = 68%

173
222
174

R + G + B ~ 74%. #ADDEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 174 = 569 (100%)
R 173 of 569 ~ 30.4%
G 222 of 569 ~ 39.02%
B 174 of 569 ~ 30.58%

%30.4
%39.02
%30.58

CMYK color model

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

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%
CMYK:
(22,0,22,13)
C22M0Y22K13 
(22%,0%,22%,13%)
(0.22/0.00/0.22/0.13)	

CMYK percentages

%22.07
%0
%21.62
%12.94

Codes

Color #ADDEAE in popluar color models

ADDEAE
RGB173222174
HSL121°42.61%77.45%
HSB/HSV121°22.07%87.06%
CMYK22.07%0.00%21.62%
12.94%

Color #ADDEAE in popluar number systems.

HEXADDEAE
Decimal173222174
Binary101011011101111010101110
Octal255336256

Shades and tints

Shades of #ADDEAE

#ADDEAE
(173,222,174)
#9ECA9F
(158,202,159)
#8FB690
(143,182,144)
#80A281
(128,162,129)
#718E72
(113,142,114)
#627A63
(98,122,99)
#536654
(83,102,84)
#445245
(68,82,69)
#353E36
(53,62,54)
#262A27
(38,42,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADDEAE

#ADDEAE
(173,222,174)
#B4E1B5
(180,225,181)
#BBE4BC
(187,228,188)
#C2E7C3
(194,231,195)
#C9EACA
(201,234,202)
#D0EDD1
(208,237,209)
#D7F0D8
(215,240,216)
#DEF3DF
(222,243,223)
#E5F6E6
(229,246,230)
#ECF9ED
(236,249,237)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDEAE; }

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

This text font color is #ADDEAE.


Background Color

.myBgColor { background-color: #ADDEAE; }

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

This div background color is #ADDEAE.


Border color

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

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

This div border color is #ADDEAE.


Opacity

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

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

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

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

This text has shadow with #ADDEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEAE on black background.


Color preview on white background

This text has color #ADDEAE on white background.



Black color preview on #ADDEAE background

This text has black color on #ADDEAE background.


White color preview on #ADDEAE background

This text has white color on #ADDEAE background.