COLOR #ADB4AE

HEX: #ADB4AE
RGB: (173,180,174)

Color info

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

RGB color model

#ADB4AE color RGB value is (173,180,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 174 of 255 = 68%

173
180
174

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 174 = 527 (100%)
R 173 of 527 ~ 32.83%
G 180 of 527 ~ 34.16%
B 174 of 527 ~ 33.02%

%32.83
%34.16
%33.02

CMYK color model

#ADB4AE color CMYK value is (4,0,3,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(4,0,3,29)
C4M0Y3K29 
(4%,0%,3%,29%)
(0.04/0.00/0.03/0.29)	

CMYK percentages

%3.89
%0
%3.33
%29.41

Codes

Color #ADB4AE in popluar color models

ADB4AE
RGB173180174
HSL129°4.46%69.22%
HSB/HSV129°3.89%70.59%
CMYK3.89%0.00%3.33%
29.41%

Color #ADB4AE in popluar number systems.

HEXADB4AE
Decimal173180174
Binary101011011011010010101110
Octal255264256

Shades and tints

Shades of #ADB4AE

#ADB4AE
(173,180,174)
#9EA49F
(158,164,159)
#8F9490
(143,148,144)
#808481
(128,132,129)
#717472
(113,116,114)
#626463
(98,100,99)
#535454
(83,84,84)
#444445
(68,68,69)
#353436
(53,52,54)
#262427
(38,36,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADB4AE

#ADB4AE
(173,180,174)
#B4BAB5
(180,186,181)
#BBC0BC
(187,192,188)
#C2C6C3
(194,198,195)
#C9CCCA
(201,204,202)
#D0D2D1
(208,210,209)
#D7D8D8
(215,216,216)
#DEDEDF
(222,222,223)
#E5E4E6
(229,228,230)
#ECEAED
(236,234,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4AE; }

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

This text font color is #ADB4AE.


Background Color

.myBgColor { background-color: #ADB4AE; }

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

This div background color is #ADB4AE.


Border color

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

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

This div border color is #ADB4AE.


Opacity

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

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

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

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

This text has shadow with #ADB4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4AE on black background.


Color preview on white background

This text has color #ADB4AE on white background.



Black color preview on #ADB4AE background

This text has black color on #ADB4AE background.


White color preview on #ADB4AE background

This text has white color on #ADB4AE background.