COLOR #C9AFDA

HEX: #C9AFDA
RGB: (201,175,218)

Color info

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

RGB color model

#C9AFDA color RGB value is (201,175,218).

  • red value is 201;
  • green value is 175;
  • blue value is 218.
RGB:
(201,175,218)
(79%,69%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 218 of 255 = 85%

201
175
218

R + G + B ~ 78%. #C9AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 218 = 594 (100%)
R 201 of 594 ~ 33.84%
G 175 of 594 ~ 29.46%
B 218 of 594 ~ 36.7%

%33.84
%29.46
%36.7

CMYK color model

#C9AFDA color CMYK value is (8,20,0,15).

  • cyan value is 7.80%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,20,0,15)
C8M20Y0K15 
(8%,20%,0%,15%)
(0.08/0.20/0.00/0.15)	

CMYK percentages

%7.8
%19.72
%0
%14.51

Codes

Color #C9AFDA in popluar color models

C9AFDA
RGB201175218
HSL276°36.75%77.06%
HSB/HSV276°19.72%85.49%
CMYK7.80%19.72%0.00%
14.51%

Color #C9AFDA in popluar number systems.

HEXC9AFDA
Decimal201175218
Binary110010011010111111011010
Octal311257332

Shades and tints

Shades of #C9AFDA

#C9AFDA
(201,175,218)
#B7A0C7
(183,160,199)
#A591B4
(165,145,180)
#9382A1
(147,130,161)
#81738E
(129,115,142)
#6F647B
(111,100,123)
#5D5568
(93,85,104)
#4B4655
(75,70,85)
#393742
(57,55,66)
#27282F
(39,40,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #C9AFDA

#C9AFDA
(201,175,218)
#CDB6DD
(205,182,221)
#D1BDE0
(209,189,224)
#D5C4E3
(213,196,227)
#D9CBE6
(217,203,230)
#DDD2E9
(221,210,233)
#E1D9EC
(225,217,236)
#E5E0EF
(229,224,239)
#E9E7F2
(233,231,242)
#EDEEF5
(237,238,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFDA; }

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

This text font color is #C9AFDA.


Background Color

.myBgColor { background-color: #C9AFDA; }

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

This div background color is #C9AFDA.


Border color

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

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

This div border color is #C9AFDA.


Opacity

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

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

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

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

This text has shadow with #C9AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFDA on black background.


Color preview on white background

This text has color #C9AFDA on white background.



Black color preview on #C9AFDA background

This text has black color on #C9AFDA background.


White color preview on #C9AFDA background

This text has white color on #C9AFDA background.