COLOR #C9AFCD

HEX: #C9AFCD RGB: (201,175,205)

Color info

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

RGB color model

#C9AFCD color RGB value is (201,175,205).

RGB: (201,175,205) (79%, 69%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 205 of 255 = 80%

201
175
205

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

Portions of RGB colors in percentages

R + G + B = 201 + 175 + 205 = 581 (100%)
R 201 of 581 ~ 34.6%
G 175 of 581 ~ 30.12%
B 205 of 581 ~ 35.28'%

%34.6
%30.12
%35.28

CMYK color model

#C9AFCD color CMYK value is (2,15,0,20).

  • cyan value is 1.95%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (2,15,0,20)
C2M15Y0K20 (2%, 15%, 0%, 20%)
(0.02 / 0.15 / 0.00 / 0.20)

CMYK percentages

%1.95
%14.63
%0
%19.61

Codes

Color #C9AFCD in popluar color models

C9 AF CD
RGB 201 175 205
HSL 292° 23.08% 74.51%
HSB/HSV 292° 14.63% 80.39%
CMYK 1.95% 14.63% 0.00%
19.61%

Color #C9AFCD in popluar number systems.

HEX C9 AF CD
Decimal 201 175 205
Binary 11001001 10101111 11001101
Octal 311 257 315

Shades and tints

Shades of #C9AFCD

#C9AFCD
(201,175,205)
#B7A0BB
(183,160,187)
#A591A9
(165,145,169)
#938297
(147,130,151)
#817385
(129,115,133)
#6F6473
(111,100,115)
#5D5561
(93,85,97)
#4B464F
(75,70,79)
#39373D
(57,55,61)
#27282B
(39,40,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9AFCD

#C9AFCD
(201,175,205)
#CDB6D1
(205,182,209)
#D1BDD5
(209,189,213)
#D5C4D9
(213,196,217)
#D9CBDD
(217,203,221)
#DDD2E1
(221,210,225)
#E1D9E5
(225,217,229)
#E5E0E9
(229,224,233)
#E9E7ED
(233,231,237)
#EDEEF1
(237,238,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFCD; }

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

This text font color is #C9AFCD.

Background Color

.myBgColor { background-color: #C9AFCD; }

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

This div background color is #C9AFCD.

Border color

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

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

This div border color is #C9AFCD.

Opacity

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

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

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

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

This text has shadow with #C9AFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AFCD.

Preview

Color preview on black background

This text has color #C9AFCD on black background.


Color preview on white background

This text has color #C9AFCD on white background.


Black color preview on #C9AFCD background

This text has black color on #C9AFCD background.


White color preview on #C9AFCD background

This text has white color on #C9AFCD background.


Related colors

Complementary color

Complementary color for #hex is #365032.


I love getcolorcode.com

Triadic colors

1 #CDC9AF and #AFCDC9 with #C9AFCD are triadic colors.

2 #CDAFC9 and #AFC9CD with #C9AFCD are triadic colors.