COLOR #ADBE9C

HEX: #ADBE9C RGB: (173,190,156)

Color info

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

RGB color model

#ADBE9C color RGB value is (173,190,156).

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

RGB channels and saturation

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

173
190
156

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 156 = 519 (100%)
R 173 of 519 ~ 33.33%
G 190 of 519 ~ 36.61%
B 156 of 519 ~ 30.06'%

%33.33
%36.61
%30.06

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 25.49%

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

CMYK percentages

%8.95
%0
%17.89
%25.49

Codes

Color #ADBE9C in popluar color models

AD BE 9C
RGB 173 190 156
HSL 90° 20.73% 67.84%
HSB/HSV 90° 17.89% 74.51%
CMYK 8.95% 0.00% 17.89%
25.49%

Color #ADBE9C in popluar number systems.

HEX AD BE 9C
Decimal 173 190 156
Binary 10101101 10111110 10011100
Octal 255 276 234

Shades and tints

Shades of #ADBE9C

#ADBE9C
(173,190,156)
#9EAD8E
(158,173,142)
#8F9C80
(143,156,128)
#808B72
(128,139,114)
#717A64
(113,122,100)
#626956
(98,105,86)
#535848
(83,88,72)
#44473A
(68,71,58)
#35362C
(53,54,44)
#26251E
(38,37,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADBE9C

#ADBE9C
(173,190,156)
#B4C3A5
(180,195,165)
#BBC8AE
(187,200,174)
#C2CDB7
(194,205,183)
#C9D2C0
(201,210,192)
#D0D7C9
(208,215,201)
#D7DCD2
(215,220,210)
#DEE1DB
(222,225,219)
#E5E6E4
(229,230,228)
#ECEBED
(236,235,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBE9C; }

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

This text font color is #ADBE9C.

Background Color

.myBgColor { background-color: #ADBE9C; }

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

This div background color is #ADBE9C.

Border color

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

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

This div border color is #ADBE9C.

Opacity

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

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

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

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

This text has shadow with #ADBE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBE9C.

Preview

Color preview on black background

This text has color #ADBE9C on black background.


Color preview on white background

This text has color #ADBE9C on white background.


Black color preview on #ADBE9C background

This text has black color on #ADBE9C background.


White color preview on #ADBE9C background

This text has white color on #ADBE9C background.


Related colors

Complementary color

Complementary color for #hex is #524163.


I love getcolorcode.com

Triadic colors

1 #9CADBE and #BE9CAD with #ADBE9C are triadic colors.

2 #9CBEAD and #BEAD9C with #ADBE9C are triadic colors.