COLOR #ADDABA

HEX: #ADDABA RGB: (173,218,186)

Color info

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

RGB color model

#ADDABA color RGB value is (173,218,186).

RGB: (173,218,186) (68%, 85%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 218 of 255 = 85%
B 186 of 255 = 73%

173
218
186

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

Portions of RGB colors in percentages

R + G + B = 173 + 218 + 186 = 577 (100%)
R 173 of 577 ~ 29.98%
G 218 of 577 ~ 37.78%
B 186 of 577 ~ 32.24'%

%29.98
%37.78
%32.24

CMYK color model

#ADDABA color CMYK value is (21,0,15,15).

  • cyan value is 20.64%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 14.51%

CMYK: (21,0,15,15)
C21M0Y15K15 (21%, 0%, 15%, 15%)
(0.21 / 0.00 / 0.15 / 0.15)

CMYK percentages

%20.64
%0
%14.68
%14.51

Codes

Color #ADDABA in popluar color models

AD DA BA
RGB 173 218 186
HSL 137° 37.82% 76.67%
HSB/HSV 137° 20.64% 85.49%
CMYK 20.64% 0.00% 14.68%
14.51%

Color #ADDABA in popluar number systems.

HEX AD DA BA
Decimal 173 218 186
Binary 10101101 11011010 10111010
Octal 255 332 272

Shades and tints

Shades of #ADDABA

#ADDABA
(173,218,186)
#9EC7AA
(158,199,170)
#8FB49A
(143,180,154)
#80A18A
(128,161,138)
#718E7A
(113,142,122)
#627B6A
(98,123,106)
#53685A
(83,104,90)
#44554A
(68,85,74)
#35423A
(53,66,58)
#262F2A
(38,47,42)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #ADDABA

#ADDABA
(173,218,186)
#B4DDC0
(180,221,192)
#BBE0C6
(187,224,198)
#C2E3CC
(194,227,204)
#C9E6D2
(201,230,210)
#D0E9D8
(208,233,216)
#D7ECDE
(215,236,222)
#DEEFE4
(222,239,228)
#E5F2EA
(229,242,234)
#ECF5F0
(236,245,240)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDABA color. Also use rgb(173,218,186) instead hex code.

Text Font Color

.myTextColor { color: #ADDABA; }

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

This text font color is #ADDABA.

Background Color

.myBgColor { background-color: #ADDABA; }

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

This div background color is #ADDABA.

Border color

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

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

This div border color is #ADDABA.

Opacity

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

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

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

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

This text has shadow with #ADDABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDABA.

Preview

Color preview on black background

This text has color #ADDABA on black background.


Color preview on white background

This text has color #ADDABA on white background.


Black color preview on #ADDABA background

This text has black color on #ADDABA background.


White color preview on #ADDABA background

This text has white color on #ADDABA background.


Related colors

Complementary color

Complementary color for #hex is #522545.


I love getcolorcode.com

Triadic colors

1 #BAADDA and #DABAAD with #ADDABA are triadic colors.

2 #BADAAD and #DAADBA with #ADDABA are triadic colors.