COLOR #ADB892

HEX: #ADB892 RGB: (173,184,146)

Color info

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

RGB color model

#ADB892 color RGB value is (173,184,146).

RGB: (173,184,146) (68%, 72%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 146 of 255 = 57%

173
184
146

R + G + B ~ 66%. #ADB892 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 146 = 503 (100%)
R 173 of 503 ~ 34.39%
G 184 of 503 ~ 36.58%
B 146 of 503 ~ 29.03'%

%34.39
%36.58
%29.03

CMYK color model

#ADB892 color CMYK value is (6,0,21,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%

CMYK: (6,0,21,28)
C6M0Y21K28 (6%, 0%, 21%, 28%)
(0.06 / 0.00 / 0.21 / 0.28)

CMYK percentages

%5.98
%0
%20.65
%27.84

Codes

Color #ADB892 in popluar color models

AD B8 92
RGB 173 184 146
HSL 77° 21.11% 64.71%
HSB/HSV 77° 20.65% 72.16%
CMYK 5.98% 0.00% 20.65%
27.84%

Color #ADB892 in popluar number systems.

HEX AD B8 92
Decimal 173 184 146
Binary 10101101 10111000 10010010
Octal 255 270 222

Shades and tints

Shades of #ADB892

#ADB892
(173,184,146)
#9EA885
(158,168,133)
#8F9878
(143,152,120)
#80886B
(128,136,107)
#71785E
(113,120,94)
#626851
(98,104,81)
#535844
(83,88,68)
#444837
(68,72,55)
#35382A
(53,56,42)
#26281D
(38,40,29)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADB892

#ADB892
(173,184,146)
#B4BE9B
(180,190,155)
#BBC4A4
(187,196,164)
#C2CAAD
(194,202,173)
#C9D0B6
(201,208,182)
#D0D6BF
(208,214,191)
#D7DCC8
(215,220,200)
#DEE2D1
(222,226,209)
#E5E8DA
(229,232,218)
#ECEEE3
(236,238,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB892 color. Also use rgb(173,184,146) instead hex code.

Text Font Color

.myTextColor { color: #ADB892; }

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

This text font color is #ADB892.

Background Color

.myBgColor { background-color: #ADB892; }

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

This div background color is #ADB892.

Border color

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

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

This div border color is #ADB892.

Opacity

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

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

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

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

This text has shadow with #ADB892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB892.

Preview

Color preview on black background

This text has color #ADB892 on black background.


Color preview on white background

This text has color #ADB892 on white background.


Black color preview on #ADB892 background

This text has black color on #ADB892 background.


White color preview on #ADB892 background

This text has white color on #ADB892 background.


Related colors

Complementary color

Complementary color for #hex is #52476D.


I love getcolorcode.com

Triadic colors

1 #92ADB8 and #B892AD with #ADB892 are triadic colors.

2 #92B8AD and #B8AD92 with #ADB892 are triadic colors.