COLOR #ADBFC9

HEX: #ADBFC9 RGB: (173,191,201)

Color info

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

RGB color model

#ADBFC9 color RGB value is (173,191,201).

RGB: (173,191,201) (68%, 75%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 201 of 255 = 79%

173
191
201

R + G + B ~ 74%. #ADBFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 191 + 201 = 565 (100%)
R 173 of 565 ~ 30.62%
G 191 of 565 ~ 33.81%
B 201 of 565 ~ 35.58'%

%30.62
%33.81
%35.58

CMYK color model

#ADBFC9 color CMYK value is (14,5,0,21).

  • cyan value is 13.93%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (14,5,0,21)
C14M5Y0K21 (14%, 5%, 0%, 21%)
(0.14 / 0.05 / 0.00 / 0.21)

CMYK percentages

%13.93
%4.98
%0
%21.18

Codes

Color #ADBFC9 in popluar color models

AD BF C9
RGB 173 191 201
HSL 201° 20.59% 73.33%
HSB/HSV 201° 13.93% 78.82%
CMYK 13.93% 4.98% 0.00%
21.18%

Color #ADBFC9 in popluar number systems.

HEX AD BF C9
Decimal 173 191 201
Binary 10101101 10111111 11001001
Octal 255 277 311

Shades and tints

Shades of #ADBFC9

#ADBFC9
(173,191,201)
#9EAEB7
(158,174,183)
#8F9DA5
(143,157,165)
#808C93
(128,140,147)
#717B81
(113,123,129)
#626A6F
(98,106,111)
#53595D
(83,89,93)
#44484B
(68,72,75)
#353739
(53,55,57)
#262627
(38,38,39)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADBFC9

#ADBFC9
(173,191,201)
#B4C4CD
(180,196,205)
#BBC9D1
(187,201,209)
#C2CED5
(194,206,213)
#C9D3D9
(201,211,217)
#D0D8DD
(208,216,221)
#D7DDE1
(215,221,225)
#DEE2E5
(222,226,229)
#E5E7E9
(229,231,233)
#ECECED
(236,236,237)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBFC9 color. Also use rgb(173,191,201) instead hex code.

Text Font Color

.myTextColor { color: #ADBFC9; }

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

This text font color is #ADBFC9.

Background Color

.myBgColor { background-color: #ADBFC9; }

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

This div background color is #ADBFC9.

Border color

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

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

This div border color is #ADBFC9.

Opacity

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

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

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

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

This text has shadow with #ADBFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBFC9.

Preview

Color preview on black background

This text has color #ADBFC9 on black background.


Color preview on white background

This text has color #ADBFC9 on white background.


Black color preview on #ADBFC9 background

This text has black color on #ADBFC9 background.


White color preview on #ADBFC9 background

This text has white color on #ADBFC9 background.


Related colors

Complementary color

Complementary color for #hex is #524036.


I love getcolorcode.com

Triadic colors

1 #C9ADBF and #BFC9AD with #ADBFC9 are triadic colors.

2 #C9BFAD and #BFADC9 with #ADBFC9 are triadic colors.