COLOR #ADDBA0

HEX: #ADDBA0 RGB: (173,219,160)

Color info

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

RGB color model

#ADDBA0 color RGB value is (173,219,160).

RGB: (173,219,160) (68%, 86%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 160 of 255 = 63%

173
219
160

R + G + B ~ 72%. #ADDBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 219 + 160 = 552 (100%)
R 173 of 552 ~ 31.34%
G 219 of 552 ~ 39.67%
B 160 of 552 ~ 28.99'%

%31.34
%39.67
%28.99

CMYK color model

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

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%

CMYK: (21,0,27,14)
C21M0Y27K14 (21%, 0%, 27%, 14%)
(0.21 / 0.00 / 0.27 / 0.14)

CMYK percentages

%21
%0
%26.94
%14.12

Codes

Color #ADDBA0 in popluar color models

AD DB A0
RGB 173 219 160
HSL 107° 45.04% 74.31%
HSB/HSV 107° 26.94% 85.88%
CMYK 21.00% 0.00% 26.94%
14.12%

Color #ADDBA0 in popluar number systems.

HEX AD DB A0
Decimal 173 219 160
Binary 10101101 11011011 10100000
Octal 255 333 240

Shades and tints

Shades of #ADDBA0

#ADDBA0
(173,219,160)
#9EC892
(158,200,146)
#8FB584
(143,181,132)
#80A276
(128,162,118)
#718F68
(113,143,104)
#627C5A
(98,124,90)
#53694C
(83,105,76)
#44563E
(68,86,62)
#354330
(53,67,48)
#263022
(38,48,34)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #ADDBA0

#ADDBA0
(173,219,160)
#B4DEA8
(180,222,168)
#BBE1B0
(187,225,176)
#C2E4B8
(194,228,184)
#C9E7C0
(201,231,192)
#D0EAC8
(208,234,200)
#D7EDD0
(215,237,208)
#DEF0D8
(222,240,216)
#E5F3E0
(229,243,224)
#ECF6E8
(236,246,232)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBA0; }

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

This text font color is #ADDBA0.

Background Color

.myBgColor { background-color: #ADDBA0; }

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

This div background color is #ADDBA0.

Border color

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

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

This div border color is #ADDBA0.

Opacity

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

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

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

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

This text has shadow with #ADDBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDBA0.

Preview

Color preview on black background

This text has color #ADDBA0 on black background.


Color preview on white background

This text has color #ADDBA0 on white background.


Black color preview on #ADDBA0 background

This text has black color on #ADDBA0 background.


White color preview on #ADDBA0 background

This text has white color on #ADDBA0 background.


Related colors

Complementary color

Complementary color for #hex is #52245F.


I love getcolorcode.com

Triadic colors

1 #A0ADDB and #DBA0AD with #ADDBA0 are triadic colors.

2 #A0DBAD and #DBADA0 with #ADDBA0 are triadic colors.