COLOR #C999C8

HEX: #C999C8
RGB: (201,153,200)

Color info

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

RGB color model

#C999C8 color RGB value is (201,153,200).

  • red value is 201;
  • green value is 153;
  • blue value is 200.
RGB:
(201,153,200)
(79%,60%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 200 of 255 = 78%

201
153
200

R + G + B ~ 72%. #C999C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 200 = 554 (100%)
R 201 of 554 ~ 36.28%
G 153 of 554 ~ 27.62%
B 200 of 554 ~ 36.1%

%36.28
%27.62
%36.1

CMYK color model

#C999C8 color CMYK value is (0,24,0,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 0.50%
  • key color value is 21.18%
CMYK:
(0,24,0,21)
C0M24Y0K21 
(0%,24%,0%,21%)
(0.00/0.24/0.00/0.21)	

CMYK percentages

%0
%23.88
%0.5
%21.18

Codes

Color #C999C8 in popluar color models

C999C8
RGB201153200
HSL301°30.77%69.41%
HSB/HSV301°23.88%78.82%
CMYK0.00%23.88%0.50%
21.18%

Color #C999C8 in popluar number systems.

HEXC999C8
Decimal201153200
Binary110010011001100111001000
Octal311231310

Shades and tints

Shades of #C999C8

#C999C8
(201,153,200)
#B78CB6
(183,140,182)
#A57FA4
(165,127,164)
#937292
(147,114,146)
#816580
(129,101,128)
#6F586E
(111,88,110)
#5D4B5C
(93,75,92)
#4B3E4A
(75,62,74)
#393138
(57,49,56)
#272426
(39,36,38)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C999C8

#C999C8
(201,153,200)
#CDA2CD
(205,162,205)
#D1ABD2
(209,171,210)
#D5B4D7
(213,180,215)
#D9BDDC
(217,189,220)
#DDC6E1
(221,198,225)
#E1CFE6
(225,207,230)
#E5D8EB
(229,216,235)
#E9E1F0
(233,225,240)
#EDEAF5
(237,234,245)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C999C8; }

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

This text font color is #C999C8.


Background Color

.myBgColor { background-color: #C999C8; }

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

This div background color is #C999C8.


Border color

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

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

This div border color is #C999C8.


Opacity

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

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

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

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

This text has shadow with #C999C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C999C8 on black background.


Color preview on white background

This text has color #C999C8 on white background.



Black color preview on #C999C8 background

This text has black color on #C999C8 background.


White color preview on #C999C8 background

This text has white color on #C999C8 background.