COLOR #ADABBB

HEX: #ADABBB RGB: (173,171,187)

Color info

#ADABBB contains red, green and blue colors in about the same proportion. Web safe color of #ADABBB is #9999CC (or #99C).

RGB color model

#ADABBB color RGB value is (173,171,187).

RGB: (173,171,187) (68%, 67%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 187 of 255 = 73%

173
171
187

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

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 187 = 531 (100%)
R 173 of 531 ~ 32.58%
G 171 of 531 ~ 32.2%
B 187 of 531 ~ 35.22'%

%32.58
%32.2
%35.22

CMYK color model

#ADABBB color CMYK value is (7,9,0,27).

  • cyan value is 7.49%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,9,0,27)
C7M9Y0K27 (7%, 9%, 0%, 27%)
(0.07 / 0.09 / 0.00 / 0.27)

CMYK percentages

%7.49
%8.56
%0
%26.67

Codes

Color #ADABBB in popluar color models

AD AB BB
RGB 173 171 187
HSL 248° 10.53% 70.20%
HSB/HSV 248° 8.56% 73.33%
CMYK 7.49% 8.56% 0.00%
26.67%

Color #ADABBB in popluar number systems.

HEX AD AB BB
Decimal 173 171 187
Binary 10101101 10101011 10111011
Octal 255 253 273

Shades and tints

Shades of #ADABBB

#ADABBB
(173,171,187)
#9E9CAA
(158,156,170)
#8F8D99
(143,141,153)
#807E88
(128,126,136)
#716F77
(113,111,119)
#626066
(98,96,102)
#535155
(83,81,85)
#444244
(68,66,68)
#353333
(53,51,51)
#262422
(38,36,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADABBB

#ADABBB
(173,171,187)
#B4B2C1
(180,178,193)
#BBB9C7
(187,185,199)
#C2C0CD
(194,192,205)
#C9C7D3
(201,199,211)
#D0CED9
(208,206,217)
#D7D5DF
(215,213,223)
#DEDCE5
(222,220,229)
#E5E3EB
(229,227,235)
#ECEAF1
(236,234,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABBB; }

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

This text font color is #ADABBB.

Background Color

.myBgColor { background-color: #ADABBB; }

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

This div background color is #ADABBB.

Border color

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

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

This div border color is #ADABBB.

Opacity

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

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

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

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

This text has shadow with #ADABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABBB.

Preview

Color preview on black background

This text has color #ADABBB on black background.


Color preview on white background

This text has color #ADABBB on white background.


Black color preview on #ADABBB background

This text has black color on #ADABBB background.


White color preview on #ADABBB background

This text has white color on #ADABBB background.


Related colors

Complementary color

Complementary color for #hex is #525444.


I love getcolorcode.com

Triadic colors

1 #BBADAB and #ABBBAD with #ADABBB are triadic colors.

2 #BBABAD and #ABADBB with #ADABBB are triadic colors.