COLOR #C9ADC0

HEX: #C9ADC0
RGB: (201,173,192)

Color info

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

RGB color model

#C9ADC0 color RGB value is (201,173,192).

  • red value is 201;
  • green value is 173;
  • blue value is 192.
RGB:
(201,173,192)
(79%,68%,75%)

RGB channels and saturation

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

201
173
192

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

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 192 = 566 (100%)
R 201 of 566 ~ 35.51%
G 173 of 566 ~ 30.57%
B 192 of 566 ~ 33.92%

%35.51
%30.57
%33.92

CMYK color model

#C9ADC0 color CMYK value is (0,14,4,21).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 4.48%
  • key color value is 21.18%
CMYK:
(0,14,4,21)
C0M14Y4K21 
(0%,14%,4%,21%)
(0.00/0.14/0.04/0.21)	

CMYK percentages

%0
%13.93
%4.48
%21.18

Codes

Color #C9ADC0 in popluar color models

C9ADC0
RGB201173192
HSL319°20.59%73.33%
HSB/HSV319°13.93%78.82%
CMYK0.00%13.93%4.48%
21.18%

Color #C9ADC0 in popluar number systems.

HEXC9ADC0
Decimal201173192
Binary110010011010110111000000
Octal311255300

Shades and tints

Shades of #C9ADC0

#C9ADC0
(201,173,192)
#B79EAF
(183,158,175)
#A58F9E
(165,143,158)
#93808D
(147,128,141)
#81717C
(129,113,124)
#6F626B
(111,98,107)
#5D535A
(93,83,90)
#4B4449
(75,68,73)
#393538
(57,53,56)
#272627
(39,38,39)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9ADC0

#C9ADC0
(201,173,192)
#CDB4C5
(205,180,197)
#D1BBCA
(209,187,202)
#D5C2CF
(213,194,207)
#D9C9D4
(217,201,212)
#DDD0D9
(221,208,217)
#E1D7DE
(225,215,222)
#E5DEE3
(229,222,227)
#E9E5E8
(233,229,232)
#EDECED
(237,236,237)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADC0; }

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

This text font color is #C9ADC0.


Background Color

.myBgColor { background-color: #C9ADC0; }

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

This div background color is #C9ADC0.


Border color

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

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

This div border color is #C9ADC0.


Opacity

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

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

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

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

This text has shadow with #C9ADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADC0 on black background.


Color preview on white background

This text has color #C9ADC0 on white background.



Black color preview on #C9ADC0 background

This text has black color on #C9ADC0 background.


White color preview on #C9ADC0 background

This text has white color on #C9ADC0 background.