COLOR #C9ADCD

HEX: #C9ADCD
RGB: (201,173,205)

Color info

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

RGB color model

#C9ADCD color RGB value is (201,173,205).

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

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 205 of 255 = 80%

201
173
205

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

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 205 = 579 (100%)
R 201 of 579 ~ 34.72%
G 173 of 579 ~ 29.88%
B 205 of 579 ~ 35.41%

%34.72
%29.88
%35.41

CMYK color model

#C9ADCD color CMYK value is (2,16,0,20).

  • cyan value is 1.95%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,16,0,20)
C2M16Y0K20 
(2%,16%,0%,20%)
(0.02/0.16/0.00/0.20)	

CMYK percentages

%1.95
%15.61
%0
%19.61

Codes

Color #C9ADCD in popluar color models

C9ADCD
RGB201173205
HSL293°24.24%74.12%
HSB/HSV293°15.61%80.39%
CMYK1.95%15.61%0.00%
19.61%

Color #C9ADCD in popluar number systems.

HEXC9ADCD
Decimal201173205
Binary110010011010110111001101
Octal311255315

Shades and tints

Shades of #C9ADCD

#C9ADCD
(201,173,205)
#B79EBB
(183,158,187)
#A58FA9
(165,143,169)
#938097
(147,128,151)
#817185
(129,113,133)
#6F6273
(111,98,115)
#5D5361
(93,83,97)
#4B444F
(75,68,79)
#39353D
(57,53,61)
#27262B
(39,38,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9ADCD

#C9ADCD
(201,173,205)
#CDB4D1
(205,180,209)
#D1BBD5
(209,187,213)
#D5C2D9
(213,194,217)
#D9C9DD
(217,201,221)
#DDD0E1
(221,208,225)
#E1D7E5
(225,215,229)
#E5DEE9
(229,222,233)
#E9E5ED
(233,229,237)
#EDECF1
(237,236,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADCD; }

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

This text font color is #C9ADCD.


Background Color

.myBgColor { background-color: #C9ADCD; }

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

This div background color is #C9ADCD.


Border color

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

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

This div border color is #C9ADCD.


Opacity

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

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

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

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

This text has shadow with #C9ADCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADCD on black background.


Color preview on white background

This text has color #C9ADCD on white background.



Black color preview on #C9ADCD background

This text has black color on #C9ADCD background.


White color preview on #C9ADCD background

This text has white color on #C9ADCD background.