COLOR #ADABBC

HEX: #ADABBC RGB: (173,171,188)

Color info

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

RGB color model

#ADABBC color RGB value is (173,171,188).

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

RGB channels and saturation

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

173
171
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 188 = 532 (100%)
R 173 of 532 ~ 32.52%
G 171 of 532 ~ 32.14%
B 188 of 532 ~ 35.34'%

%32.52
%32.14
%35.34

CMYK color model

#ADABBC color CMYK value is (8,9,0,26).

  • cyan value is 7.98%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (8,9,0,26)
C8M9Y0K26 (8%, 9%, 0%, 26%)
(0.08 / 0.09 / 0.00 / 0.26)

CMYK percentages

%7.98
%9.04
%0
%26.27

Codes

Color #ADABBC in popluar color models

AD AB BC
RGB 173 171 188
HSL 247° 11.26% 70.39%
HSB/HSV 247° 9.04% 73.73%
CMYK 7.98% 9.04% 0.00%
26.27%

Color #ADABBC in popluar number systems.

HEX AD AB BC
Decimal 173 171 188
Binary 10101101 10101011 10111100
Octal 255 253 274

Shades and tints

Shades of #ADABBC

#ADABBC
(173,171,188)
#9E9CAB
(158,156,171)
#8F8D9A
(143,141,154)
#807E89
(128,126,137)
#716F78
(113,111,120)
#626067
(98,96,103)
#535156
(83,81,86)
#444245
(68,66,69)
#353334
(53,51,52)
#262423
(38,36,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #ADABBC

#ADABBC
(173,171,188)
#B4B2C2
(180,178,194)
#BBB9C8
(187,185,200)
#C2C0CE
(194,192,206)
#C9C7D4
(201,199,212)
#D0CEDA
(208,206,218)
#D7D5E0
(215,213,224)
#DEDCE6
(222,220,230)
#E5E3EC
(229,227,236)
#ECEAF2
(236,234,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABBC; }

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

This text font color is #ADABBC.

Background Color

.myBgColor { background-color: #ADABBC; }

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

This div background color is #ADABBC.

Border color

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

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

This div border color is #ADABBC.

Opacity

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

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

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

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

This text has shadow with #ADABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABBC.

Preview

Color preview on black background

This text has color #ADABBC on black background.


Color preview on white background

This text has color #ADABBC on white background.


Black color preview on #ADABBC background

This text has black color on #ADABBC background.


White color preview on #ADABBC background

This text has white color on #ADABBC background.


Related colors

Complementary color

Complementary color for #hex is #525443.


I love getcolorcode.com

Triadic colors

1 #BCADAB and #ABBCAD with #ADABBC are triadic colors.

2 #BCABAD and #ABADBC with #ADABBC are triadic colors.