COLOR #C999E0

HEX: #C999E0
RGB: (201,153,224)

Color info

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

RGB color model

#C999E0 color RGB value is (201,153,224).

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

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 224 of 255 = 88%

201
153
224

R + G + B ~ 76%. #C999E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 224 = 578 (100%)
R 201 of 578 ~ 34.78%
G 153 of 578 ~ 26.47%
B 224 of 578 ~ 38.75%

%34.78
%26.47
%38.75

CMYK color model

#C999E0 color CMYK value is (10,32,0,12).

  • cyan value is 10.27%
  • magenta value is 31.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,32,0,12)
C10M32Y0K12 
(10%,32%,0%,12%)
(0.10/0.32/0.00/0.12)	

CMYK percentages

%10.27
%31.7
%0
%12.16

Codes

Color #C999E0 in popluar color models

C999E0
RGB201153224
HSL281°53.38%73.92%
HSB/HSV281°31.70%87.84%
CMYK10.27%31.70%0.00%
12.16%

Color #C999E0 in popluar number systems.

HEXC999E0
Decimal201153224
Binary110010011001100111100000
Octal311231340

Shades and tints

Shades of #C999E0

#C999E0
(201,153,224)
#B78CCC
(183,140,204)
#A57FB8
(165,127,184)
#9372A4
(147,114,164)
#816590
(129,101,144)
#6F587C
(111,88,124)
#5D4B68
(93,75,104)
#4B3E54
(75,62,84)
#393140
(57,49,64)
#27242C
(39,36,44)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C999E0

#C999E0
(201,153,224)
#CDA2E2
(205,162,226)
#D1ABE4
(209,171,228)
#D5B4E6
(213,180,230)
#D9BDE8
(217,189,232)
#DDC6EA
(221,198,234)
#E1CFEC
(225,207,236)
#E5D8EE
(229,216,238)
#E9E1F0
(233,225,240)
#EDEAF2
(237,234,242)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C999E0; }

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

This text font color is #C999E0.


Background Color

.myBgColor { background-color: #C999E0; }

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

This div background color is #C999E0.


Border color

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

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

This div border color is #C999E0.


Opacity

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

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

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

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

This text has shadow with #C999E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C999E0 on black background.


Color preview on white background

This text has color #C999E0 on white background.



Black color preview on #C999E0 background

This text has black color on #C999E0 background.


White color preview on #C999E0 background

This text has white color on #C999E0 background.