COLOR #ADABAE

HEX: #ADABAE
RGB: (173,171,174)

Color info

#ADABAE contains red, green and blue colors in about the same proportion. Web safe color of #ADABAE is #999999 (or #999).

RGB color model

#ADABAE color RGB value is (173,171,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 174 of 255 = 68%

173
171
174

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 174 = 518 (100%)
R 173 of 518 ~ 33.4%
G 171 of 518 ~ 33.01%
B 174 of 518 ~ 33.59%

%33.4
%33.01
%33.59

CMYK color model

#ADABAE color CMYK value is (1,2,0,32).

  • cyan value is 0.57%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,2,0,32)
C1M2Y0K32 
(1%,2%,0%,32%)
(0.01/0.02/0.00/0.32)	

CMYK percentages

%0.57
%1.72
%0
%31.76

Codes

Color #ADABAE in popluar color models

ADABAE
RGB173171174
HSL280°1.82%67.65%
HSB/HSV280°1.72%68.24%
CMYK0.57%1.72%0.00%
31.76%

Color #ADABAE in popluar number systems.

HEXADABAE
Decimal173171174
Binary101011011010101110101110
Octal255253256

Shades and tints

Shades of #ADABAE

#ADABAE
(173,171,174)
#9E9C9F
(158,156,159)
#8F8D90
(143,141,144)
#807E81
(128,126,129)
#716F72
(113,111,114)
#626063
(98,96,99)
#535154
(83,81,84)
#444245
(68,66,69)
#353336
(53,51,54)
#262427
(38,36,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADABAE

#ADABAE
(173,171,174)
#B4B2B5
(180,178,181)
#BBB9BC
(187,185,188)
#C2C0C3
(194,192,195)
#C9C7CA
(201,199,202)
#D0CED1
(208,206,209)
#D7D5D8
(215,213,216)
#DEDCDF
(222,220,223)
#E5E3E6
(229,227,230)
#ECEAED
(236,234,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABAE; }

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

This text font color is #ADABAE.


Background Color

.myBgColor { background-color: #ADABAE; }

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

This div background color is #ADABAE.


Border color

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

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

This div border color is #ADABAE.


Opacity

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

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

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

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

This text has shadow with #ADABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADABAE on black background.


Color preview on white background

This text has color #ADABAE on white background.



Black color preview on #ADABAE background

This text has black color on #ADABAE background.


White color preview on #ADABAE background

This text has white color on #ADABAE background.