COLOR #ADDCBA

HEX: #ADDCBA RGB: (173,220,186)

Color info

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

RGB color model

#ADDCBA color RGB value is (173,220,186).

RGB: (173,220,186) (68%, 86%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 186 of 255 = 73%

173
220
186

R + G + B ~ 76%. #ADDCBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 186 = 579 (100%)
R 173 of 579 ~ 29.88%
G 220 of 579 ~ 38%
B 186 of 579 ~ 32.12'%

%29.88
%38
%32.12

CMYK color model

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

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 13.73%
CMYK: (21,0,15,14) C21M0Y15K14 (21%,0%,15%,14%) (0.21/0.00/0.15/0.14) 

CMYK percentages

%21.36
%0
%15.45
%13.73

Codes

Color #ADDCBA in popluar color models

AD DC BA
RGB 173 220 186
HSL 137° 40.17% 77.06%
HSB/HSV 137° 21.36% 86.27%
CMYK 21.36% 0.00% 15.45%
13.73%

Color #ADDCBA in popluar number systems.

HEX AD DC BA
Decimal 173 220 186
Binary 10101101 11011100 10111010
Octal 255 334 272

Shades and tints

Shades of #ADDCBA

#ADDCBA
(173,220,186)
#9EC8AA
(158,200,170)
#8FB49A
(143,180,154)
#80A08A
(128,160,138)
#718C7A
(113,140,122)
#62786A
(98,120,106)
#53645A
(83,100,90)
#44504A
(68,80,74)
#353C3A
(53,60,58)
#26282A
(38,40,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADDCBA

#ADDCBA
(173,220,186)
#B4DFC0
(180,223,192)
#BBE2C6
(187,226,198)
#C2E5CC
(194,229,204)
#C9E8D2
(201,232,210)
#D0EBD8
(208,235,216)
#D7EEDE
(215,238,222)
#DEF1E4
(222,241,228)
#E5F4EA
(229,244,234)
#ECF7F0
(236,247,240)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDCBA; }

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

This text font color is #ADDCBA.

Background Color

.myBgColor { background-color: #ADDCBA; }

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

This div background color is #ADDCBA.

Border color

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

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

This div border color is #ADDCBA.

Opacity

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

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

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

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

This text has shadow with #ADDCBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDCBA.

Preview

Color preview on black background

This text has color #ADDCBA on black background.


Color preview on white background

This text has color #ADDCBA on white background.


Black color preview on #ADDCBA background

This text has black color on #ADDCBA background.


White color preview on #ADDCBA background

This text has white color on #ADDCBA background.


Related colors

Complementary color

Complementary color for #hex is #522345.


I love getcolorcode.com

Triadic colors

1 #BAADDC and #DCBAAD with #ADDCBA are triadic colors.

2 #BADCAD and #DCADBA with #ADDCBA are triadic colors.