COLOR #C9AFD7

HEX: #C9AFD7
RGB: (201,175,215)

Color info

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

RGB color model

#C9AFD7 color RGB value is (201,175,215).

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

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 215 of 255 = 84%

201
175
215

R + G + B ~ 77%. #C9AFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 215 = 591 (100%)
R 201 of 591 ~ 34.01%
G 175 of 591 ~ 29.61%
B 215 of 591 ~ 36.38%

%34.01
%29.61
%36.38

CMYK color model

#C9AFD7 color CMYK value is (7,19,0,16).

  • cyan value is 6.51%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,19,0,16)
C7M19Y0K16 
(7%,19%,0%,16%)
(0.07/0.19/0.00/0.16)	

CMYK percentages

%6.51
%18.6
%0
%15.69

Codes

Color #C9AFD7 in popluar color models

C9AFD7
RGB201175215
HSL279°33.33%76.47%
HSB/HSV279°18.60%84.31%
CMYK6.51%18.60%0.00%
15.69%

Color #C9AFD7 in popluar number systems.

HEXC9AFD7
Decimal201175215
Binary110010011010111111010111
Octal311257327

Shades and tints

Shades of #C9AFD7

#C9AFD7
(201,175,215)
#B7A0C4
(183,160,196)
#A591B1
(165,145,177)
#93829E
(147,130,158)
#81738B
(129,115,139)
#6F6478
(111,100,120)
#5D5565
(93,85,101)
#4B4652
(75,70,82)
#39373F
(57,55,63)
#27282C
(39,40,44)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9AFD7

#C9AFD7
(201,175,215)
#CDB6DA
(205,182,218)
#D1BDDD
(209,189,221)
#D5C4E0
(213,196,224)
#D9CBE3
(217,203,227)
#DDD2E6
(221,210,230)
#E1D9E9
(225,217,233)
#E5E0EC
(229,224,236)
#E9E7EF
(233,231,239)
#EDEEF2
(237,238,242)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFD7; }

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

This text font color is #C9AFD7.


Background Color

.myBgColor { background-color: #C9AFD7; }

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

This div background color is #C9AFD7.


Border color

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

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

This div border color is #C9AFD7.


Opacity

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

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

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

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

This text has shadow with #C9AFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFD7 on black background.


Color preview on white background

This text has color #C9AFD7 on white background.



Black color preview on #C9AFD7 background

This text has black color on #C9AFD7 background.


White color preview on #C9AFD7 background

This text has white color on #C9AFD7 background.