COLOR #ADAFAB

HEX: #ADAFAB RGB: (173,175,171)

Color info

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

RGB color model

#ADAFAB color RGB value is (173,175,171).

RGB: (173,175,171) (68%, 69%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 171 of 255 = 67%

173
175
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 171 = 519 (100%)
R 173 of 519 ~ 33.33%
G 175 of 519 ~ 33.72%
B 171 of 519 ~ 32.95'%

%33.33
%33.72
%32.95

CMYK color model

#ADAFAB color CMYK value is (1,0,2,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK: (1,0,2,31) C1M0Y2K31 (1%,0%,2%,31%) (0.01/0.00/0.02/0.31) 

CMYK percentages

%1.14
%0
%2.29
%31.37

Codes

Color #ADAFAB in popluar color models

AD AF AB
RGB 173 175 171
HSL 90° 2.44% 67.84%
HSB/HSV 90° 2.29% 68.63%
CMYK 1.14% 0.00% 2.29%
31.37%

Color #ADAFAB in popluar number systems.

HEX AD AF AB
Decimal 173 175 171
Binary 10101101 10101111 10101011
Octal 255 257 253

Shades and tints

Shades of #ADAFAB

#ADAFAB
(173,175,171)
#9EA09C
(158,160,156)
#8F918D
(143,145,141)
#80827E
(128,130,126)
#71736F
(113,115,111)
#626460
(98,100,96)
#535551
(83,85,81)
#444642
(68,70,66)
#353733
(53,55,51)
#262824
(38,40,36)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADAFAB

#ADAFAB
(173,175,171)
#B4B6B2
(180,182,178)
#BBBDB9
(187,189,185)
#C2C4C0
(194,196,192)
#C9CBC7
(201,203,199)
#D0D2CE
(208,210,206)
#D7D9D5
(215,217,213)
#DEE0DC
(222,224,220)
#E5E7E3
(229,231,227)
#ECEEEA
(236,238,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFAB; }

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

This text font color is #ADAFAB.

Background Color

.myBgColor { background-color: #ADAFAB; }

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

This div background color is #ADAFAB.

Border color

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

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

This div border color is #ADAFAB.

Opacity

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

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

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

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

This text has shadow with #ADAFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFAB.

Preview

Color preview on black background

This text has color #ADAFAB on black background.


Color preview on white background

This text has color #ADAFAB on white background.


Black color preview on #ADAFAB background

This text has black color on #ADAFAB background.


White color preview on #ADAFAB background

This text has white color on #ADAFAB background.


Related colors

Complementary color

Complementary color for #hex is #525054.


I love getcolorcode.com

Triadic colors

1 #ABADAF and #AFABAD with #ADAFAB are triadic colors.

2 #ABAFAD and #AFADAB with #ADAFAB are triadic colors.