COLOR #C99CC9

HEX: #C99CC9
RGB: (201,156,201)

Color info

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

RGB color model

#C99CC9 color RGB value is (201,156,201).

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

RGB channels and saturation

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

201
156
201

R + G + B ~ 73%. #C99CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 201 = 558 (100%)
R 201 of 558 ~ 36.02%
G 156 of 558 ~ 27.96%
B 201 of 558 ~ 36.02%

%36.02
%27.96
%36.02

CMYK color model

#C99CC9 color CMYK value is (0,22,0,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(0,22,0,21)
C0M22Y0K21 
(0%,22%,0%,21%)
(0.00/0.22/0.00/0.21)	

CMYK percentages

%0
%22.39
%0
%21.18

Codes

Color #C99CC9 in popluar color models

C99CC9
RGB201156201
HSL300°29.41%70.00%
HSB/HSV300°22.39%78.82%
CMYK0.00%22.39%0.00%
21.18%

Color #C99CC9 in popluar number systems.

HEXC99CC9
Decimal201156201
Binary110010011001110011001001
Octal311234311

Shades and tints

Shades of #C99CC9

#C99CC9
(201,156,201)
#B78EB7
(183,142,183)
#A580A5
(165,128,165)
#937293
(147,114,147)
#816481
(129,100,129)
#6F566F
(111,86,111)
#5D485D
(93,72,93)
#4B3A4B
(75,58,75)
#392C39
(57,44,57)
#271E27
(39,30,39)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #C99CC9

#C99CC9
(201,156,201)
#CDA5CD
(205,165,205)
#D1AED1
(209,174,209)
#D5B7D5
(213,183,213)
#D9C0D9
(217,192,217)
#DDC9DD
(221,201,221)
#E1D2E1
(225,210,225)
#E5DBE5
(229,219,229)
#E9E4E9
(233,228,233)
#EDEDED
(237,237,237)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99CC9; }

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

This text font color is #C99CC9.


Background Color

.myBgColor { background-color: #C99CC9; }

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

This div background color is #C99CC9.


Border color

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

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

This div border color is #C99CC9.


Opacity

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

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

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

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

This text has shadow with #C99CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CC9 on black background.


Color preview on white background

This text has color #C99CC9 on white background.



Black color preview on #C99CC9 background

This text has black color on #C99CC9 background.


White color preview on #C99CC9 background

This text has white color on #C99CC9 background.