COLOR #C99CD6

HEX: #C99CD6
RGB: (201,156,214)

Color info

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

RGB color model

#C99CD6 color RGB value is (201,156,214).

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

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 214 of 255 = 84%

201
156
214

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

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 214 = 571 (100%)
R 201 of 571 ~ 35.2%
G 156 of 571 ~ 27.32%
B 214 of 571 ~ 37.48%

%35.2
%27.32
%37.48

CMYK color model

#C99CD6 color CMYK value is (6,27,0,16).

  • cyan value is 6.07%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,27,0,16)
C6M27Y0K16 
(6%,27%,0%,16%)
(0.06/0.27/0.00/0.16)	

CMYK percentages

%6.07
%27.1
%0
%16.08

Codes

Color #C99CD6 in popluar color models

C99CD6
RGB201156214
HSL287°41.43%72.55%
HSB/HSV287°27.10%83.92%
CMYK6.07%27.10%0.00%
16.08%

Color #C99CD6 in popluar number systems.

HEXC99CD6
Decimal201156214
Binary110010011001110011010110
Octal311234326

Shades and tints

Shades of #C99CD6

#C99CD6
(201,156,214)
#B78EC3
(183,142,195)
#A580B0
(165,128,176)
#93729D
(147,114,157)
#81648A
(129,100,138)
#6F5677
(111,86,119)
#5D4864
(93,72,100)
#4B3A51
(75,58,81)
#392C3E
(57,44,62)
#271E2B
(39,30,43)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #C99CD6

#C99CD6
(201,156,214)
#CDA5D9
(205,165,217)
#D1AEDC
(209,174,220)
#D5B7DF
(213,183,223)
#D9C0E2
(217,192,226)
#DDC9E5
(221,201,229)
#E1D2E8
(225,210,232)
#E5DBEB
(229,219,235)
#E9E4EE
(233,228,238)
#EDEDF1
(237,237,241)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99CD6; }

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

This text font color is #C99CD6.


Background Color

.myBgColor { background-color: #C99CD6; }

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

This div background color is #C99CD6.


Border color

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

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

This div border color is #C99CD6.


Opacity

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

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

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

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

This text has shadow with #C99CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CD6 on black background.


Color preview on white background

This text has color #C99CD6 on white background.



Black color preview on #C99CD6 background

This text has black color on #C99CD6 background.


White color preview on #C99CD6 background

This text has white color on #C99CD6 background.