COLOR #C9ADCF

HEX: #C9ADCF
RGB: (201,173,207)

Color info

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

RGB color model

#C9ADCF color RGB value is (201,173,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 207 of 255 = 81%

201
173
207

R + G + B ~ 76%. #C9ADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 207 = 581 (100%)
R 201 of 581 ~ 34.6%
G 173 of 581 ~ 29.78%
B 207 of 581 ~ 35.63%

%34.6
%29.78
%35.63

CMYK color model

#C9ADCF color CMYK value is (3,16,0,19).

  • cyan value is 2.90%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,16,0,19)
C3M16Y0K19 
(3%,16%,0%,19%)
(0.03/0.16/0.00/0.19)	

CMYK percentages

%2.9
%16.43
%0
%18.82

Codes

Color #C9ADCF in popluar color models

C9ADCF
RGB201173207
HSL289°26.15%74.51%
HSB/HSV289°16.43%81.18%
CMYK2.90%16.43%0.00%
18.82%

Color #C9ADCF in popluar number systems.

HEXC9ADCF
Decimal201173207
Binary110010011010110111001111
Octal311255317

Shades and tints

Shades of #C9ADCF

#C9ADCF
(201,173,207)
#B79EBD
(183,158,189)
#A58FAB
(165,143,171)
#938099
(147,128,153)
#817187
(129,113,135)
#6F6275
(111,98,117)
#5D5363
(93,83,99)
#4B4451
(75,68,81)
#39353F
(57,53,63)
#27262D
(39,38,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9ADCF

#C9ADCF
(201,173,207)
#CDB4D3
(205,180,211)
#D1BBD7
(209,187,215)
#D5C2DB
(213,194,219)
#D9C9DF
(217,201,223)
#DDD0E3
(221,208,227)
#E1D7E7
(225,215,231)
#E5DEEB
(229,222,235)
#E9E5EF
(233,229,239)
#EDECF3
(237,236,243)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADCF; }

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

This text font color is #C9ADCF.


Background Color

.myBgColor { background-color: #C9ADCF; }

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

This div background color is #C9ADCF.


Border color

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

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

This div border color is #C9ADCF.


Opacity

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

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

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

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

This text has shadow with #C9ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADCF on black background.


Color preview on white background

This text has color #C9ADCF on white background.



Black color preview on #C9ADCF background

This text has black color on #C9ADCF background.


White color preview on #C9ADCF background

This text has white color on #C9ADCF background.