COLOR #ADDEB6

HEX: #ADDEB6 RGB: (173,222,182)

Color info

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

RGB color model

#ADDEB6 color RGB value is (173,222,182).

RGB: (173,222,182) (68%, 87%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 182 of 255 = 71%

173
222
182

R + G + B ~ 75%. #ADDEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 222 + 182 = 577 (100%)
R 173 of 577 ~ 29.98%
G 222 of 577 ~ 38.47%
B 182 of 577 ~ 31.54'%

%29.98
%38.47
%31.54

CMYK color model

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

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%

CMYK: (22,0,18,13)
C22M0Y18K13 (22%, 0%, 18%, 13%)
(0.22 / 0.00 / 0.18 / 0.13)

CMYK percentages

%22.07
%0
%18.02
%12.94

Codes

Color #ADDEB6 in popluar color models

AD DE B6
RGB 173 222 182
HSL 131° 42.61% 77.45%
HSB/HSV 131° 22.07% 87.06%
CMYK 22.07% 0.00% 18.02%
12.94%

Color #ADDEB6 in popluar number systems.

HEX AD DE B6
Decimal 173 222 182
Binary 10101101 11011110 10110110
Octal 255 336 266

Shades and tints

Shades of #ADDEB6

#ADDEB6
(173,222,182)
#9ECAA6
(158,202,166)
#8FB696
(143,182,150)
#80A286
(128,162,134)
#718E76
(113,142,118)
#627A66
(98,122,102)
#536656
(83,102,86)
#445246
(68,82,70)
#353E36
(53,62,54)
#262A26
(38,42,38)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADDEB6

#ADDEB6
(173,222,182)
#B4E1BC
(180,225,188)
#BBE4C2
(187,228,194)
#C2E7C8
(194,231,200)
#C9EACE
(201,234,206)
#D0EDD4
(208,237,212)
#D7F0DA
(215,240,218)
#DEF3E0
(222,243,224)
#E5F6E6
(229,246,230)
#ECF9EC
(236,249,236)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDEB6; }

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

This text font color is #ADDEB6.

Background Color

.myBgColor { background-color: #ADDEB6; }

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

This div background color is #ADDEB6.

Border color

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

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

This div border color is #ADDEB6.

Opacity

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

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

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

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

This text has shadow with #ADDEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDEB6.

Preview

Color preview on black background

This text has color #ADDEB6 on black background.


Color preview on white background

This text has color #ADDEB6 on white background.


Black color preview on #ADDEB6 background

This text has black color on #ADDEB6 background.


White color preview on #ADDEB6 background

This text has white color on #ADDEB6 background.


Related colors

Complementary color

Complementary color for #hex is #522149.


I love getcolorcode.com

Triadic colors

1 #B6ADDE and #DEB6AD with #ADDEB6 are triadic colors.

2 #B6DEAD and #DEADB6 with #ADDEB6 are triadic colors.