COLOR #ADDBAE

HEX: #ADDBAE
RGB: (173,219,174)

Color info

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

RGB color model

#ADDBAE color RGB value is (173,219,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 174 of 255 = 68%

173
219
174

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

Portions of RGB colors in percentages

R + G + B =
173 + 219 + 174 = 566 (100%)
R 173 of 566 ~ 30.57%
G 219 of 566 ~ 38.69%
B 174 of 566 ~ 30.74%

%30.57
%38.69
%30.74

CMYK color model

#ADDBAE color CMYK value is (21,0,21,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(21,0,21,14)
C21M0Y21K14 
(21%,0%,21%,14%)
(0.21/0.00/0.21/0.14)	

CMYK percentages

%21
%0
%20.55
%14.12

Codes

Color #ADDBAE in popluar color models

ADDBAE
RGB173219174
HSL121°38.98%76.86%
HSB/HSV121°21.00%85.88%
CMYK21.00%0.00%20.55%
14.12%

Color #ADDBAE in popluar number systems.

HEXADDBAE
Decimal173219174
Binary101011011101101110101110
Octal255333256

Shades and tints

Shades of #ADDBAE

#ADDBAE
(173,219,174)
#9EC89F
(158,200,159)
#8FB590
(143,181,144)
#80A281
(128,162,129)
#718F72
(113,143,114)
#627C63
(98,124,99)
#536954
(83,105,84)
#445645
(68,86,69)
#354336
(53,67,54)
#263027
(38,48,39)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #ADDBAE

#ADDBAE
(173,219,174)
#B4DEB5
(180,222,181)
#BBE1BC
(187,225,188)
#C2E4C3
(194,228,195)
#C9E7CA
(201,231,202)
#D0EAD1
(208,234,209)
#D7EDD8
(215,237,216)
#DEF0DF
(222,240,223)
#E5F3E6
(229,243,230)
#ECF6ED
(236,246,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBAE; }

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

This text font color is #ADDBAE.


Background Color

.myBgColor { background-color: #ADDBAE; }

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

This div background color is #ADDBAE.


Border color

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

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

This div border color is #ADDBAE.


Opacity

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

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

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

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

This text has shadow with #ADDBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBAE on black background.


Color preview on white background

This text has color #ADDBAE on white background.



Black color preview on #ADDBAE background

This text has black color on #ADDBAE background.


White color preview on #ADDBAE background

This text has white color on #ADDBAE background.