COLOR #C9ADB9

HEX: #C9ADB9 RGB: (201,173,185)

Color info

#C9ADB9 contains red, green and blue colors in about the same proportion. Web safe color of #C9ADB9 is #CC99CC (or #C9C).

RGB color model

#C9ADB9 color RGB value is (201,173,185).

RGB: (201,173,185) (79%, 68%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 185 of 255 = 73%

201
173
185

R + G + B ~ 73%. #C9ADB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 173 + 185 = 559 (100%)
R 201 of 559 ~ 35.96%
G 173 of 559 ~ 30.95%
B 185 of 559 ~ 33.09'%

%35.96
%30.95
%33.09

CMYK color model

#C9ADB9 color CMYK value is (0,14,8,21).

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

CMYK: (0,14,8,21)
C0M14Y8K21 (0%, 14%, 8%, 21%)
(0.00 / 0.14 / 0.08 / 0.21)

CMYK percentages

%0
%13.93
%7.96
%21.18

Codes

Color #C9ADB9 in popluar color models

C9 AD B9
RGB 201 173 185
HSL 334° 20.59% 73.33%
HSB/HSV 334° 13.93% 78.82%
CMYK 0.00% 13.93% 7.96%
21.18%

Color #C9ADB9 in popluar number systems.

HEX C9 AD B9
Decimal 201 173 185
Binary 11001001 10101101 10111001
Octal 311 255 271

Shades and tints

Shades of #C9ADB9

#C9ADB9
(201,173,185)
#B79EA9
(183,158,169)
#A58F99
(165,143,153)
#938089
(147,128,137)
#817179
(129,113,121)
#6F6269
(111,98,105)
#5D5359
(93,83,89)
#4B4449
(75,68,73)
#393539
(57,53,57)
#272629
(39,38,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9ADB9

#C9ADB9
(201,173,185)
#CDB4BF
(205,180,191)
#D1BBC5
(209,187,197)
#D5C2CB
(213,194,203)
#D9C9D1
(217,201,209)
#DDD0D7
(221,208,215)
#E1D7DD
(225,215,221)
#E5DEE3
(229,222,227)
#E9E5E9
(233,229,233)
#EDECEF
(237,236,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADB9; }

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

This text font color is #C9ADB9.

Background Color

.myBgColor { background-color: #C9ADB9; }

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

This div background color is #C9ADB9.

Border color

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

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

This div border color is #C9ADB9.

Opacity

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

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

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

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

This text has shadow with #C9ADB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ADB9.

Preview

Color preview on black background

This text has color #C9ADB9 on black background.


Color preview on white background

This text has color #C9ADB9 on white background.


Black color preview on #C9ADB9 background

This text has black color on #C9ADB9 background.


White color preview on #C9ADB9 background

This text has white color on #C9ADB9 background.


Related colors

Complementary color

Complementary color for #hex is #365246.


I love getcolorcode.com

Triadic colors

1 #B9C9AD and #ADB9C9 with #C9ADB9 are triadic colors.

2 #B9ADC9 and #ADC9B9 with #C9ADB9 are triadic colors.