COLOR #ADB8AE

HEX: #ADB8AE
RGB: (173,184,174)

Color info

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

RGB color model

#ADB8AE color RGB value is (173,184,174).

  • red value is 173;
  • green value is 184;
  • blue value is 174.
RGB:
(173,184,174)
(68%,72%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 174 of 255 = 68%

173
184
174

R + G + B ~ 69%. #ADB8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 184 + 174 = 531 (100%)
R 173 of 531 ~ 32.58%
G 184 of 531 ~ 34.65%
B 174 of 531 ~ 32.77%

%32.58
%34.65
%32.77

CMYK color model

#ADB8AE color CMYK value is (6,0,5,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(6,0,5,28)
C6M0Y5K28 
(6%,0%,5%,28%)
(0.06/0.00/0.05/0.28)	

CMYK percentages

%5.98
%0
%5.43
%27.84

Codes

Color #ADB8AE in popluar color models

ADB8AE
RGB173184174
HSL125°7.19%70.00%
HSB/HSV125°5.98%72.16%
CMYK5.98%0.00%5.43%
27.84%

Color #ADB8AE in popluar number systems.

HEXADB8AE
Decimal173184174
Binary101011011011100010101110
Octal255270256

Shades and tints

Shades of #ADB8AE

#ADB8AE
(173,184,174)
#9EA89F
(158,168,159)
#8F9890
(143,152,144)
#808881
(128,136,129)
#717872
(113,120,114)
#626863
(98,104,99)
#535854
(83,88,84)
#444845
(68,72,69)
#353836
(53,56,54)
#262827
(38,40,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADB8AE

#ADB8AE
(173,184,174)
#B4BEB5
(180,190,181)
#BBC4BC
(187,196,188)
#C2CAC3
(194,202,195)
#C9D0CA
(201,208,202)
#D0D6D1
(208,214,209)
#D7DCD8
(215,220,216)
#DEE2DF
(222,226,223)
#E5E8E6
(229,232,230)
#ECEEED
(236,238,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8AE; }

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

This text font color is #ADB8AE.


Background Color

.myBgColor { background-color: #ADB8AE; }

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

This div background color is #ADB8AE.


Border color

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

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

This div border color is #ADB8AE.


Opacity

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

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

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

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

This text has shadow with #ADB8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8AE on black background.


Color preview on white background

This text has color #ADB8AE on white background.



Black color preview on #ADB8AE background

This text has black color on #ADB8AE background.


White color preview on #ADB8AE background

This text has white color on #ADB8AE background.