COLOR #C99DFE

HEX: #C99DFE
RGB: (201,157,254)

Color info

#C99DFE contains mainly red and blue colors. Web safe color of #C99DFE is #CC99FF (or #C9F).

RGB color model

#C99DFE color RGB value is (201,157,254).

  • red value is 201;
  • green value is 157;
  • blue value is 254.
RGB:
(201,157,254)
(79%,62%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 254 of 255 = 100%

201
157
254

R + G + B ~ 80%. #C99DFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 157 + 254 = 612 (100%)
R 201 of 612 ~ 32.84%
G 157 of 612 ~ 25.65%
B 254 of 612 ~ 41.5%

%32.84
%25.65
%41.5

CMYK color model

#C99DFE color CMYK value is (21,38,0,0).

  • cyan value is 20.87%
  • magenta value is 38.19%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,38,0,0)
C21M38Y0K0 
(21%,38%,0%,0%)
(0.21/0.38/0.00/0.00)	

CMYK percentages

%20.87
%38.19
%0
%0.39

Codes

Color #C99DFE in popluar color models

C99DFE
RGB201157254
HSL267°97.98%80.59%
HSB/HSV267°38.19%99.61%
CMYK20.87%38.19%0.00%
0.39%

Color #C99DFE in popluar number systems.

HEXC99DFE
Decimal201157254
Binary110010011001110111111110
Octal311235376

Shades and tints

Shades of #C99DFE

#C99DFE
(201,157,254)
#B78FE7
(183,143,231)
#A581D0
(165,129,208)
#9373B9
(147,115,185)
#8165A2
(129,101,162)
#6F578B
(111,87,139)
#5D4974
(93,73,116)
#4B3B5D
(75,59,93)
#392D46
(57,45,70)
#271F2F
(39,31,47)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #C99DFE

#C99DFE
(201,157,254)
#CDA5FE
(205,165,254)
#D1ADFE
(209,173,254)
#D5B5FE
(213,181,254)
#D9BDFE
(217,189,254)
#DDC5FE
(221,197,254)
#E1CDFE
(225,205,254)
#E5D5FE
(229,213,254)
#E9DDFE
(233,221,254)
#EDE5FE
(237,229,254)
#F1EDFE
(241,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99DFE color. Also use rgb(201,157,254) instead hex code.

Text Font Color

.myTextColor { color: #C99DFE; }

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

This text font color is #C99DFE.


Background Color

.myBgColor { background-color: #C99DFE; }

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

This div background color is #C99DFE.


Border color

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

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

This div border color is #C99DFE.


Opacity

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

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

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

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

This text has shadow with #C99DFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99DFE on black background.


Color preview on white background

This text has color #C99DFE on white background.



Black color preview on #C99DFE background

This text has black color on #C99DFE background.


White color preview on #C99DFE background

This text has white color on #C99DFE background.