COLOR #ADD8BA

HEX: #ADD8BA RGB: (173,216,186)

Color info

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

RGB color model

#ADD8BA color RGB value is (173,216,186).

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

RGB channels and saturation

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

173
216
186

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

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 186 = 575 (100%)
R 173 of 575 ~ 30.09%
G 216 of 575 ~ 37.57%
B 186 of 575 ~ 32.35'%

%30.09
%37.57
%32.35

CMYK color model

#ADD8BA color CMYK value is (20,0,14,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK: (20,0,14,15) C20M0Y14K15 (20%,0%,14%,15%) (0.20/0.00/0.14/0.15) 

CMYK percentages

%19.91
%0
%13.89
%15.29

Codes

Color #ADD8BA in popluar color models

AD D8 BA
RGB 173 216 186
HSL 138° 35.54% 76.27%
HSB/HSV 138° 19.91% 84.71%
CMYK 19.91% 0.00% 13.89%
15.29%

Color #ADD8BA in popluar number systems.

HEX AD D8 BA
Decimal 173 216 186
Binary 10101101 11011000 10111010
Octal 255 330 272

Shades and tints

Shades of #ADD8BA

#ADD8BA
(173,216,186)
#9EC5AA
(158,197,170)
#8FB29A
(143,178,154)
#809F8A
(128,159,138)
#718C7A
(113,140,122)
#62796A
(98,121,106)
#53665A
(83,102,90)
#44534A
(68,83,74)
#35403A
(53,64,58)
#262D2A
(38,45,42)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #ADD8BA

#ADD8BA
(173,216,186)
#B4DBC0
(180,219,192)
#BBDEC6
(187,222,198)
#C2E1CC
(194,225,204)
#C9E4D2
(201,228,210)
#D0E7D8
(208,231,216)
#D7EADE
(215,234,222)
#DEEDE4
(222,237,228)
#E5F0EA
(229,240,234)
#ECF3F0
(236,243,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD8BA; }

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

This text font color is #ADD8BA.

Background Color

.myBgColor { background-color: #ADD8BA; }

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

This div background color is #ADD8BA.

Border color

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

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

This div border color is #ADD8BA.

Opacity

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

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

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

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

This text has shadow with #ADD8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8BA.

Preview

Color preview on black background

This text has color #ADD8BA on black background.


Color preview on white background

This text has color #ADD8BA on white background.


Black color preview on #ADD8BA background

This text has black color on #ADD8BA background.


White color preview on #ADD8BA background

This text has white color on #ADD8BA background.


Related colors

Complementary color

Complementary color for #hex is #522745.


I love getcolorcode.com

Triadic colors

1 #BAADD8 and #D8BAAD with #ADD8BA are triadic colors.

2 #BAD8AD and #D8ADBA with #ADD8BA are triadic colors.