COLOR #C99EE3

HEX: #C99EE3
RGB: (201,158,227)

Color info

#C99EE3 contains mainly red and blue colors. Web safe color of #C99EE3 is #CC99CC (or #C9C).

RGB color model

#C99EE3 color RGB value is (201,158,227).

  • red value is 201;
  • green value is 158;
  • blue value is 227.
RGB:
(201,158,227)
(79%,62%,89%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 227 of 255 = 89%

201
158
227

R + G + B ~ 77%. #C99EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 227 = 586 (100%)
R 201 of 586 ~ 34.3%
G 158 of 586 ~ 26.96%
B 227 of 586 ~ 38.74%

%34.3
%26.96
%38.74

CMYK color model

#C99EE3 color CMYK value is (11,30,0,11).

  • cyan value is 11.45%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,30,0,11)
C11M30Y0K11 
(11%,30%,0%,11%)
(0.11/0.30/0.00/0.11)	

CMYK percentages

%11.45
%30.4
%0
%10.98

Codes

Color #C99EE3 in popluar color models

C99EE3
RGB201158227
HSL277°55.20%75.49%
HSB/HSV277°30.40%89.02%
CMYK11.45%30.40%0.00%
10.98%

Color #C99EE3 in popluar number systems.

HEXC99EE3
Decimal201158227
Binary110010011001111011100011
Octal311236343

Shades and tints

Shades of #C99EE3

#C99EE3
(201,158,227)
#B790CF
(183,144,207)
#A582BB
(165,130,187)
#9374A7
(147,116,167)
#816693
(129,102,147)
#6F587F
(111,88,127)
#5D4A6B
(93,74,107)
#4B3C57
(75,60,87)
#392E43
(57,46,67)
#27202F
(39,32,47)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #C99EE3

#C99EE3
(201,158,227)
#CDA6E5
(205,166,229)
#D1AEE7
(209,174,231)
#D5B6E9
(213,182,233)
#D9BEEB
(217,190,235)
#DDC6ED
(221,198,237)
#E1CEEF
(225,206,239)
#E5D6F1
(229,214,241)
#E9DEF3
(233,222,243)
#EDE6F5
(237,230,245)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EE3; }

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

This text font color is #C99EE3.


Background Color

.myBgColor { background-color: #C99EE3; }

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

This div background color is #C99EE3.


Border color

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

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

This div border color is #C99EE3.


Opacity

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

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

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

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

This text has shadow with #C99EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99EE3 on black background.


Color preview on white background

This text has color #C99EE3 on white background.



Black color preview on #C99EE3 background

This text has black color on #C99EE3 background.


White color preview on #C99EE3 background

This text has white color on #C99EE3 background.