COLOR #ADAACB

HEX: #ADAACB RGB: (173,170,203)

Color info

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

RGB color model

#ADAACB color RGB value is (173,170,203).

RGB: (173,170,203) (68%, 67%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 203 of 255 = 80%

173
170
203

R + G + B ~ 72%. #ADAACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 203 = 546 (100%)
R 173 of 546 ~ 31.68%
G 170 of 546 ~ 31.14%
B 203 of 546 ~ 37.18'%

%31.68
%31.14
%37.18

CMYK color model

#ADAACB color CMYK value is (15,16,0,20).

  • cyan value is 14.78%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (15,16,0,20)
C15M16Y0K20 (15%, 16%, 0%, 20%)
(0.15 / 0.16 / 0.00 / 0.20)

CMYK percentages

%14.78
%16.26
%0
%20.39

Codes

Color #ADAACB in popluar color models

AD AA CB
RGB 173 170 203
HSL 245° 24.09% 73.14%
HSB/HSV 245° 16.26% 79.61%
CMYK 14.78% 16.26% 0.00%
20.39%

Color #ADAACB in popluar number systems.

HEX AD AA CB
Decimal 173 170 203
Binary 10101101 10101010 11001011
Octal 255 252 313

Shades and tints

Shades of #ADAACB

#ADAACB
(173,170,203)
#9E9BB9
(158,155,185)
#8F8CA7
(143,140,167)
#807D95
(128,125,149)
#716E83
(113,110,131)
#625F71
(98,95,113)
#53505F
(83,80,95)
#44414D
(68,65,77)
#35323B
(53,50,59)
#262329
(38,35,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADAACB

#ADAACB
(173,170,203)
#B4B1CF
(180,177,207)
#BBB8D3
(187,184,211)
#C2BFD7
(194,191,215)
#C9C6DB
(201,198,219)
#D0CDDF
(208,205,223)
#D7D4E3
(215,212,227)
#DEDBE7
(222,219,231)
#E5E2EB
(229,226,235)
#ECE9EF
(236,233,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAACB color. Also use rgb(173,170,203) instead hex code.

Text Font Color

.myTextColor { color: #ADAACB; }

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

This text font color is #ADAACB.

Background Color

.myBgColor { background-color: #ADAACB; }

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

This div background color is #ADAACB.

Border color

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

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

This div border color is #ADAACB.

Opacity

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

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

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

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

This text has shadow with #ADAACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAACB.

Preview

Color preview on black background

This text has color #ADAACB on black background.


Color preview on white background

This text has color #ADAACB on white background.


Black color preview on #ADAACB background

This text has black color on #ADAACB background.


White color preview on #ADAACB background

This text has white color on #ADAACB background.


Related colors

Complementary color

Complementary color for #hex is #525534.


I love getcolorcode.com

Triadic colors

1 #CBADAA and #AACBAD with #ADAACB are triadic colors.

2 #CBAAAD and #AAADCB with #ADAACB are triadic colors.