COLOR #C99FD7

HEX: #C99FD7
RGB: (201,159,215)

Color info

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

RGB color model

#C99FD7 color RGB value is (201,159,215).

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

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 215 of 255 = 84%

201
159
215

R + G + B ~ 75%. #C99FD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 159 + 215 = 575 (100%)
R 201 of 575 ~ 34.96%
G 159 of 575 ~ 27.65%
B 215 of 575 ~ 37.39%

%34.96
%27.65
%37.39

CMYK color model

#C99FD7 color CMYK value is (7,26,0,16).

  • cyan value is 6.51%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,26,0,16)
C7M26Y0K16 
(7%,26%,0%,16%)
(0.07/0.26/0.00/0.16)	

CMYK percentages

%6.51
%26.05
%0
%15.69

Codes

Color #C99FD7 in popluar color models

C99FD7
RGB201159215
HSL285°41.18%73.33%
HSB/HSV285°26.05%84.31%
CMYK6.51%26.05%0.00%
15.69%

Color #C99FD7 in popluar number systems.

HEXC99FD7
Decimal201159215
Binary110010011001111111010111
Octal311237327

Shades and tints

Shades of #C99FD7

#C99FD7
(201,159,215)
#B791C4
(183,145,196)
#A583B1
(165,131,177)
#93759E
(147,117,158)
#81678B
(129,103,139)
#6F5978
(111,89,120)
#5D4B65
(93,75,101)
#4B3D52
(75,61,82)
#392F3F
(57,47,63)
#27212C
(39,33,44)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C99FD7

#C99FD7
(201,159,215)
#CDA7DA
(205,167,218)
#D1AFDD
(209,175,221)
#D5B7E0
(213,183,224)
#D9BFE3
(217,191,227)
#DDC7E6
(221,199,230)
#E1CFE9
(225,207,233)
#E5D7EC
(229,215,236)
#E9DFEF
(233,223,239)
#EDE7F2
(237,231,242)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99FD7; }

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

This text font color is #C99FD7.


Background Color

.myBgColor { background-color: #C99FD7; }

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

This div background color is #C99FD7.


Border color

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

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

This div border color is #C99FD7.


Opacity

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

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

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

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

This text has shadow with #C99FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99FD7 on black background.


Color preview on white background

This text has color #C99FD7 on white background.



Black color preview on #C99FD7 background

This text has black color on #C99FD7 background.


White color preview on #C99FD7 background

This text has white color on #C99FD7 background.