COLOR #C99CD0

HEX: #C99CD0
RGB: (201,156,208)

Color info

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

RGB color model

#C99CD0 color RGB value is (201,156,208).

  • red value is 201;
  • green value is 156;
  • blue value is 208.
RGB:
(201,156,208)
(79%,61%,82%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 208 of 255 = 82%

201
156
208

R + G + B ~ 74%. #C99CD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 208 = 565 (100%)
R 201 of 565 ~ 35.58%
G 156 of 565 ~ 27.61%
B 208 of 565 ~ 36.81%

%35.58
%27.61
%36.81

CMYK color model

#C99CD0 color CMYK value is (3,25,0,18).

  • cyan value is 3.37%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,25,0,18)
C3M25Y0K18 
(3%,25%,0%,18%)
(0.03/0.25/0.00/0.18)	

CMYK percentages

%3.37
%25
%0
%18.43

Codes

Color #C99CD0 in popluar color models

C99CD0
RGB201156208
HSL292°35.62%71.37%
HSB/HSV292°25.00%81.57%
CMYK3.37%25.00%0.00%
18.43%

Color #C99CD0 in popluar number systems.

HEXC99CD0
Decimal201156208
Binary110010011001110011010000
Octal311234320

Shades and tints

Shades of #C99CD0

#C99CD0
(201,156,208)
#B78EBE
(183,142,190)
#A580AC
(165,128,172)
#93729A
(147,114,154)
#816488
(129,100,136)
#6F5676
(111,86,118)
#5D4864
(93,72,100)
#4B3A52
(75,58,82)
#392C40
(57,44,64)
#271E2E
(39,30,46)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #C99CD0

#C99CD0
(201,156,208)
#CDA5D4
(205,165,212)
#D1AED8
(209,174,216)
#D5B7DC
(213,183,220)
#D9C0E0
(217,192,224)
#DDC9E4
(221,201,228)
#E1D2E8
(225,210,232)
#E5DBEC
(229,219,236)
#E9E4F0
(233,228,240)
#EDEDF4
(237,237,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99CD0 color. Also use rgb(201,156,208) instead hex code.

Text Font Color

.myTextColor { color: #C99CD0; }

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

This text font color is #C99CD0.


Background Color

.myBgColor { background-color: #C99CD0; }

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

This div background color is #C99CD0.


Border color

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

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

This div border color is #C99CD0.


Opacity

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

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

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

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

This text has shadow with #C99CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CD0 on black background.


Color preview on white background

This text has color #C99CD0 on white background.



Black color preview on #C99CD0 background

This text has black color on #C99CD0 background.


White color preview on #C99CD0 background

This text has white color on #C99CD0 background.