COLOR #ADAFCB

HEX: #ADAFCB RGB: (173,175,203)

Color info

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

RGB color model

#ADAFCB color RGB value is (173,175,203).

RGB: (173,175,203) (68%, 69%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 203 of 255 = 80%

173
175
203

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 203 = 551 (100%)
R 173 of 551 ~ 31.4%
G 175 of 551 ~ 31.76%
B 203 of 551 ~ 36.84'%

%31.4
%31.76
%36.84

CMYK color model

#ADAFCB color CMYK value is (15,14,0,20).

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

CMYK: (15,14,0,20)
C15M14Y0K20 (15%, 14%, 0%, 20%)
(0.15 / 0.14 / 0.00 / 0.20)

CMYK percentages

%14.78
%13.79
%0
%20.39

Codes

Color #ADAFCB in popluar color models

AD AF CB
RGB 173 175 203
HSL 236° 22.39% 73.73%
HSB/HSV 236° 14.78% 79.61%
CMYK 14.78% 13.79% 0.00%
20.39%

Color #ADAFCB in popluar number systems.

HEX AD AF CB
Decimal 173 175 203
Binary 10101101 10101111 11001011
Octal 255 257 313

Shades and tints

Shades of #ADAFCB

#ADAFCB
(173,175,203)
#9EA0B9
(158,160,185)
#8F91A7
(143,145,167)
#808295
(128,130,149)
#717383
(113,115,131)
#626471
(98,100,113)
#53555F
(83,85,95)
#44464D
(68,70,77)
#35373B
(53,55,59)
#262829
(38,40,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADAFCB

#ADAFCB
(173,175,203)
#B4B6CF
(180,182,207)
#BBBDD3
(187,189,211)
#C2C4D7
(194,196,215)
#C9CBDB
(201,203,219)
#D0D2DF
(208,210,223)
#D7D9E3
(215,217,227)
#DEE0E7
(222,224,231)
#E5E7EB
(229,231,235)
#ECEEEF
(236,238,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFCB; }

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

This text font color is #ADAFCB.

Background Color

.myBgColor { background-color: #ADAFCB; }

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

This div background color is #ADAFCB.

Border color

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

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

This div border color is #ADAFCB.

Opacity

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

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

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

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

This text has shadow with #ADAFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFCB.

Preview

Color preview on black background

This text has color #ADAFCB on black background.


Color preview on white background

This text has color #ADAFCB on white background.


Black color preview on #ADAFCB background

This text has black color on #ADAFCB background.


White color preview on #ADAFCB background

This text has white color on #ADAFCB background.


Related colors

Complementary color

Complementary color for #hex is #525034.


I love getcolorcode.com

Triadic colors

1 #CBADAF and #AFCBAD with #ADAFCB are triadic colors.

2 #CBAFAD and #AFADCB with #ADAFCB are triadic colors.