COLOR #C99FC8

HEX: #C99FC8 RGB: (201,159,200)

Color info

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

RGB color model

#C99FC8 color RGB value is (201,159,200).

RGB: (201,159,200) (79%, 62%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 200 of 255 = 78%

201
159
200

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

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 200 = 560 (100%)
R 201 of 560 ~ 35.89%
G 159 of 560 ~ 28.39%
B 200 of 560 ~ 35.71'%

%35.89
%28.39
%35.71

CMYK color model

#C99FC8 color CMYK value is (0,21,0,21).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 0.50%
  • key color value is 21.18%

CMYK: (0,21,0,21)
C0M21Y0K21 (0%, 21%, 0%, 21%)
(0.00 / 0.21 / 0.00 / 0.21)

CMYK percentages

%0
%20.9
%0.5
%21.18

Codes

Color #C99FC8 in popluar color models

C9 9F C8
RGB 201 159 200
HSL 301° 28.00% 70.59%
HSB/HSV 301° 20.90% 78.82%
CMYK 0.00% 20.90% 0.50%
21.18%

Color #C99FC8 in popluar number systems.

HEX C9 9F C8
Decimal 201 159 200
Binary 11001001 10011111 11001000
Octal 311 237 310

Shades and tints

Shades of #C99FC8

#C99FC8
(201,159,200)
#B791B6
(183,145,182)
#A583A4
(165,131,164)
#937592
(147,117,146)
#816780
(129,103,128)
#6F596E
(111,89,110)
#5D4B5C
(93,75,92)
#4B3D4A
(75,61,74)
#392F38
(57,47,56)
#272126
(39,33,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C99FC8

#C99FC8
(201,159,200)
#CDA7CD
(205,167,205)
#D1AFD2
(209,175,210)
#D5B7D7
(213,183,215)
#D9BFDC
(217,191,220)
#DDC7E1
(221,199,225)
#E1CFE6
(225,207,230)
#E5D7EB
(229,215,235)
#E9DFF0
(233,223,240)
#EDE7F5
(237,231,245)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99FC8; }

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

This text font color is #C99FC8.

Background Color

.myBgColor { background-color: #C99FC8; }

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

This div background color is #C99FC8.

Border color

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

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

This div border color is #C99FC8.

Opacity

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

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

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

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

This text has shadow with #C99FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99FC8.

Preview

Color preview on black background

This text has color #C99FC8 on black background.


Color preview on white background

This text has color #C99FC8 on white background.


Black color preview on #C99FC8 background

This text has black color on #C99FC8 background.


White color preview on #C99FC8 background

This text has white color on #C99FC8 background.


Related colors

Complementary color

Complementary color for #hex is #366037.


I love getcolorcode.com

Triadic colors

1 #C8C99F and #9FC8C9 with #C99FC8 are triadic colors.

2 #C89FC9 and #9FC9C8 with #C99FC8 are triadic colors.