COLOR #ADDBB0

HEX: #ADDBB0
RGB: (173,219,176)

Color info

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

RGB color model

#ADDBB0 color RGB value is (173,219,176).

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

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 176 of 255 = 69%

173
219
176

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

Portions of RGB colors in percentages

R + G + B =
173 + 219 + 176 = 568 (100%)
R 173 of 568 ~ 30.46%
G 219 of 568 ~ 38.56%
B 176 of 568 ~ 30.99%

%30.46
%38.56
%30.99

CMYK color model

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

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(21,0,20,14)
C21M0Y20K14 
(21%,0%,20%,14%)
(0.21/0.00/0.20/0.14)	

CMYK percentages

%21
%0
%19.63
%14.12

Codes

Color #ADDBB0 in popluar color models

ADDBB0
RGB173219176
HSL124°38.98%76.86%
HSB/HSV124°21.00%85.88%
CMYK21.00%0.00%19.63%
14.12%

Color #ADDBB0 in popluar number systems.

HEXADDBB0
Decimal173219176
Binary101011011101101110110000
Octal255333260

Shades and tints

Shades of #ADDBB0

#ADDBB0
(173,219,176)
#9EC8A0
(158,200,160)
#8FB590
(143,181,144)
#80A280
(128,162,128)
#718F70
(113,143,112)
#627C60
(98,124,96)
#536950
(83,105,80)
#445640
(68,86,64)
#354330
(53,67,48)
#263020
(38,48,32)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #ADDBB0

#ADDBB0
(173,219,176)
#B4DEB7
(180,222,183)
#BBE1BE
(187,225,190)
#C2E4C5
(194,228,197)
#C9E7CC
(201,231,204)
#D0EAD3
(208,234,211)
#D7EDDA
(215,237,218)
#DEF0E1
(222,240,225)
#E5F3E8
(229,243,232)
#ECF6EF
(236,246,239)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBB0; }

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

This text font color is #ADDBB0.


Background Color

.myBgColor { background-color: #ADDBB0; }

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

This div background color is #ADDBB0.


Border color

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

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

This div border color is #ADDBB0.


Opacity

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

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

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

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

This text has shadow with #ADDBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDBB0 on black background.


Color preview on white background

This text has color #ADDBB0 on white background.



Black color preview on #ADDBB0 background

This text has black color on #ADDBB0 background.


White color preview on #ADDBB0 background

This text has white color on #ADDBB0 background.