COLOR #ADBF9C

HEX: #ADBF9C RGB: (173,191,156)

Color info

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

RGB color model

#ADBF9C color RGB value is (173,191,156).

RGB: (173,191,156) (68%, 75%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 156 of 255 = 61%

173
191
156

R + G + B ~ 68%. #ADBF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 191 + 156 = 520 (100%)
R 173 of 520 ~ 33.27%
G 191 of 520 ~ 36.73%
B 156 of 520 ~ 30'%

%33.27
%36.73
%30

CMYK color model

#ADBF9C color CMYK value is (9,0,18,25).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 25.10%

CMYK: (9,0,18,25)
C9M0Y18K25 (9%, 0%, 18%, 25%)
(0.09 / 0.00 / 0.18 / 0.25)

CMYK percentages

%9.42
%0
%18.32
%25.1

Codes

Color #ADBF9C in popluar color models

AD BF 9C
RGB 173 191 156
HSL 91° 21.47% 68.04%
HSB/HSV 91° 18.32% 74.90%
CMYK 9.42% 0.00% 18.32%
25.10%

Color #ADBF9C in popluar number systems.

HEX AD BF 9C
Decimal 173 191 156
Binary 10101101 10111111 10011100
Octal 255 277 234

Shades and tints

Shades of #ADBF9C

#ADBF9C
(173,191,156)
#9EAE8E
(158,174,142)
#8F9D80
(143,157,128)
#808C72
(128,140,114)
#717B64
(113,123,100)
#626A56
(98,106,86)
#535948
(83,89,72)
#44483A
(68,72,58)
#35372C
(53,55,44)
#26261E
(38,38,30)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADBF9C

#ADBF9C
(173,191,156)
#B4C4A5
(180,196,165)
#BBC9AE
(187,201,174)
#C2CEB7
(194,206,183)
#C9D3C0
(201,211,192)
#D0D8C9
(208,216,201)
#D7DDD2
(215,221,210)
#DEE2DB
(222,226,219)
#E5E7E4
(229,231,228)
#ECECED
(236,236,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBF9C color. Also use rgb(173,191,156) instead hex code.

Text Font Color

.myTextColor { color: #ADBF9C; }

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

This text font color is #ADBF9C.

Background Color

.myBgColor { background-color: #ADBF9C; }

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

This div background color is #ADBF9C.

Border color

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

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

This div border color is #ADBF9C.

Opacity

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

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

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

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

This text has shadow with #ADBF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBF9C.

Preview

Color preview on black background

This text has color #ADBF9C on black background.


Color preview on white background

This text has color #ADBF9C on white background.


Black color preview on #ADBF9C background

This text has black color on #ADBF9C background.


White color preview on #ADBF9C background

This text has white color on #ADBF9C background.


Related colors

Complementary color

Complementary color for #hex is #524063.


I love getcolorcode.com

Triadic colors

1 #9CADBF and #BF9CAD with #ADBF9C are triadic colors.

2 #9CBFAD and #BFAD9C with #ADBF9C are triadic colors.