COLOR #C99ED7

HEX: #C99ED7
RGB: (201,158,215)

Color info

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

RGB color model

#C99ED7 color RGB value is (201,158,215).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 215 of 255 = 84%

201
158
215

R + G + B ~ 75%. #C99ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 215 = 574 (100%)
R 201 of 574 ~ 35.02%
G 158 of 574 ~ 27.53%
B 215 of 574 ~ 37.46%

%35.02
%27.53
%37.46

CMYK color model

#C99ED7 color CMYK value is (7,27,0,16).

  • cyan value is 6.51%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,27,0,16)
C7M27Y0K16 
(7%,27%,0%,16%)
(0.07/0.27/0.00/0.16)	

CMYK percentages

%6.51
%26.51
%0
%15.69

Codes

Color #C99ED7 in popluar color models

C99ED7
RGB201158215
HSL285°41.61%73.14%
HSB/HSV285°26.51%84.31%
CMYK6.51%26.51%0.00%
15.69%

Color #C99ED7 in popluar number systems.

HEXC99ED7
Decimal201158215
Binary110010011001111011010111
Octal311236327

Shades and tints

Shades of #C99ED7

#C99ED7
(201,158,215)
#B790C4
(183,144,196)
#A582B1
(165,130,177)
#93749E
(147,116,158)
#81668B
(129,102,139)
#6F5878
(111,88,120)
#5D4A65
(93,74,101)
#4B3C52
(75,60,82)
#392E3F
(57,46,63)
#27202C
(39,32,44)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #C99ED7

#C99ED7
(201,158,215)
#CDA6DA
(205,166,218)
#D1AEDD
(209,174,221)
#D5B6E0
(213,182,224)
#D9BEE3
(217,190,227)
#DDC6E6
(221,198,230)
#E1CEE9
(225,206,233)
#E5D6EC
(229,214,236)
#E9DEEF
(233,222,239)
#EDE6F2
(237,230,242)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99ED7; }

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

This text font color is #C99ED7.


Background Color

.myBgColor { background-color: #C99ED7; }

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

This div background color is #C99ED7.


Border color

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

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

This div border color is #C99ED7.


Opacity

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

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

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

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

This text has shadow with #C99ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99ED7 on black background.


Color preview on white background

This text has color #C99ED7 on white background.



Black color preview on #C99ED7 background

This text has black color on #C99ED7 background.


White color preview on #C99ED7 background

This text has white color on #C99ED7 background.