COLOR #ADABBD

HEX: #ADABBD RGB: (173,171,189)

Color info

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

RGB color model

#ADABBD color RGB value is (173,171,189).

RGB: (173,171,189) (68%, 67%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 189 of 255 = 74%

173
171
189

R + G + B ~ 70%. #ADABBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 189 = 533 (100%)
R 173 of 533 ~ 32.46%
G 171 of 533 ~ 32.08%
B 189 of 533 ~ 35.46'%

%32.46
%32.08
%35.46

CMYK color model

#ADABBD color CMYK value is (8,10,0,26).

  • cyan value is 8.47%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (8,10,0,26)
C8M10Y0K26 (8%, 10%, 0%, 26%)
(0.08 / 0.10 / 0.00 / 0.26)

CMYK percentages

%8.47
%9.52
%0
%25.88

Codes

Color #ADABBD in popluar color models

AD AB BD
RGB 173 171 189
HSL 247° 12.00% 70.59%
HSB/HSV 247° 9.52% 74.12%
CMYK 8.47% 9.52% 0.00%
25.88%

Color #ADABBD in popluar number systems.

HEX AD AB BD
Decimal 173 171 189
Binary 10101101 10101011 10111101
Octal 255 253 275

Shades and tints

Shades of #ADABBD

#ADABBD
(173,171,189)
#9E9CAC
(158,156,172)
#8F8D9B
(143,141,155)
#807E8A
(128,126,138)
#716F79
(113,111,121)
#626068
(98,96,104)
#535157
(83,81,87)
#444246
(68,66,70)
#353335
(53,51,53)
#262424
(38,36,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADABBD

#ADABBD
(173,171,189)
#B4B2C3
(180,178,195)
#BBB9C9
(187,185,201)
#C2C0CF
(194,192,207)
#C9C7D5
(201,199,213)
#D0CEDB
(208,206,219)
#D7D5E1
(215,213,225)
#DEDCE7
(222,220,231)
#E5E3ED
(229,227,237)
#ECEAF3
(236,234,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABBD; }

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

This text font color is #ADABBD.

Background Color

.myBgColor { background-color: #ADABBD; }

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

This div background color is #ADABBD.

Border color

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

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

This div border color is #ADABBD.

Opacity

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

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

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

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

This text has shadow with #ADABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABBD.

Preview

Color preview on black background

This text has color #ADABBD on black background.


Color preview on white background

This text has color #ADABBD on white background.


Black color preview on #ADABBD background

This text has black color on #ADABBD background.


White color preview on #ADABBD background

This text has white color on #ADABBD background.


Related colors

Complementary color

Complementary color for #hex is #525442.


I love getcolorcode.com

Triadic colors

1 #BDADAB and #ABBDAD with #ADABBD are triadic colors.

2 #BDABAD and #ABADBD with #ADABBD are triadic colors.