COLOR #ADA7CB

HEX: #ADA7CB RGB: (173,167,203)

Color info

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

RGB color model

#ADA7CB color RGB value is (173,167,203).

RGB: (173,167,203) (68%, 65%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 203 of 255 = 80%

173
167
203

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

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 203 = 543 (100%)
R 173 of 543 ~ 31.86%
G 167 of 543 ~ 30.76%
B 203 of 543 ~ 37.38'%

%31.86
%30.76
%37.38

CMYK color model

#ADA7CB color CMYK value is (15,18,0,20).

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

CMYK: (15,18,0,20)
C15M18Y0K20 (15%, 18%, 0%, 20%)
(0.15 / 0.18 / 0.00 / 0.20)

CMYK percentages

%14.78
%17.73
%0
%20.39

Codes

Color #ADA7CB in popluar color models

AD A7 CB
RGB 173 167 203
HSL 250° 25.71% 72.55%
HSB/HSV 250° 17.73% 79.61%
CMYK 14.78% 17.73% 0.00%
20.39%

Color #ADA7CB in popluar number systems.

HEX AD A7 CB
Decimal 173 167 203
Binary 10101101 10100111 11001011
Octal 255 247 313

Shades and tints

Shades of #ADA7CB

#ADA7CB
(173,167,203)
#9E98B9
(158,152,185)
#8F89A7
(143,137,167)
#807A95
(128,122,149)
#716B83
(113,107,131)
#625C71
(98,92,113)
#534D5F
(83,77,95)
#443E4D
(68,62,77)
#352F3B
(53,47,59)
#262029
(38,32,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #ADA7CB

#ADA7CB
(173,167,203)
#B4AFCF
(180,175,207)
#BBB7D3
(187,183,211)
#C2BFD7
(194,191,215)
#C9C7DB
(201,199,219)
#D0CFDF
(208,207,223)
#D7D7E3
(215,215,227)
#DEDFE7
(222,223,231)
#E5E7EB
(229,231,235)
#ECEFEF
(236,239,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA7CB; }

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

This text font color is #ADA7CB.

Background Color

.myBgColor { background-color: #ADA7CB; }

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

This div background color is #ADA7CB.

Border color

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

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

This div border color is #ADA7CB.

Opacity

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

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

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

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

This text has shadow with #ADA7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA7CB.

Preview

Color preview on black background

This text has color #ADA7CB on black background.


Color preview on white background

This text has color #ADA7CB on white background.


Black color preview on #ADA7CB background

This text has black color on #ADA7CB background.


White color preview on #ADA7CB background

This text has white color on #ADA7CB background.


Related colors

Complementary color

Complementary color for #hex is #525834.


I love getcolorcode.com

Triadic colors

1 #CBADA7 and #A7CBAD with #ADA7CB are triadic colors.

2 #CBA7AD and #A7ADCB with #ADA7CB are triadic colors.