COLOR #ADA9CB

HEX: #ADA9CB RGB: (173,169,203)

Color info

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

RGB color model

#ADA9CB color RGB value is (173,169,203).

RGB: (173,169,203) (68%, 66%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 203 of 255 = 80%

173
169
203

R + G + B ~ 71%. #ADA9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 203 = 545 (100%)
R 173 of 545 ~ 31.74%
G 169 of 545 ~ 31.01%
B 203 of 545 ~ 37.25'%

%31.74
%31.01
%37.25

CMYK color model

#ADA9CB color CMYK value is (15,17,0,20).

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

CMYK: (15,17,0,20)
C15M17Y0K20 (15%, 17%, 0%, 20%)
(0.15 / 0.17 / 0.00 / 0.20)

CMYK percentages

%14.78
%16.75
%0
%20.39

Codes

Color #ADA9CB in popluar color models

AD A9 CB
RGB 173 169 203
HSL 247° 24.64% 72.94%
HSB/HSV 247° 16.75% 79.61%
CMYK 14.78% 16.75% 0.00%
20.39%

Color #ADA9CB in popluar number systems.

HEX AD A9 CB
Decimal 173 169 203
Binary 10101101 10101001 11001011
Octal 255 251 313

Shades and tints

Shades of #ADA9CB

#ADA9CB
(173,169,203)
#9E9AB9
(158,154,185)
#8F8BA7
(143,139,167)
#807C95
(128,124,149)
#716D83
(113,109,131)
#625E71
(98,94,113)
#534F5F
(83,79,95)
#44404D
(68,64,77)
#35313B
(53,49,59)
#262229
(38,34,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADA9CB

#ADA9CB
(173,169,203)
#B4B0CF
(180,176,207)
#BBB7D3
(187,183,211)
#C2BED7
(194,190,215)
#C9C5DB
(201,197,219)
#D0CCDF
(208,204,223)
#D7D3E3
(215,211,227)
#DEDAE7
(222,218,231)
#E5E1EB
(229,225,235)
#ECE8EF
(236,232,239)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA9CB; }

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

This text font color is #ADA9CB.

Background Color

.myBgColor { background-color: #ADA9CB; }

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

This div background color is #ADA9CB.

Border color

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

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

This div border color is #ADA9CB.

Opacity

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

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

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

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

This text has shadow with #ADA9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA9CB.

Preview

Color preview on black background

This text has color #ADA9CB on black background.


Color preview on white background

This text has color #ADA9CB on white background.


Black color preview on #ADA9CB background

This text has black color on #ADA9CB background.


White color preview on #ADA9CB background

This text has white color on #ADA9CB background.


Related colors

Complementary color

Complementary color for #hex is #525634.


I love getcolorcode.com

Triadic colors

1 #CBADA9 and #A9CBAD with #ADA9CB are triadic colors.

2 #CBA9AD and #A9ADCB with #ADA9CB are triadic colors.