COLOR #C99EB0

HEX: #C99EB0
RGB: (201,158,176)

Color info

#C99EB0 contains red, green and blue colors in about the same proportion. Web safe color of #C99EB0 is #CC9999 (or #C99).

RGB color model

#C99EB0 color RGB value is (201,158,176).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 176 of 255 = 69%

201
158
176

R + G + B ~ 70%. #C99EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 176 = 535 (100%)
R 201 of 535 ~ 37.57%
G 158 of 535 ~ 29.53%
B 176 of 535 ~ 32.9%

%37.57
%29.53
%32.9

CMYK color model

#C99EB0 color CMYK value is (0,21,12,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(0,21,12,21)
C0M21Y12K21 
(0%,21%,12%,21%)
(0.00/0.21/0.12/0.21)	

CMYK percentages

%0
%21.39
%12.44
%21.18

Codes

Color #C99EB0 in popluar color models

C99EB0
RGB201158176
HSL335°28.48%70.39%
HSB/HSV335°21.39%78.82%
CMYK0.00%21.39%12.44%
21.18%

Color #C99EB0 in popluar number systems.

HEXC99EB0
Decimal201158176
Binary110010011001111010110000
Octal311236260

Shades and tints

Shades of #C99EB0

#C99EB0
(201,158,176)
#B790A0
(183,144,160)
#A58290
(165,130,144)
#937480
(147,116,128)
#816670
(129,102,112)
#6F5860
(111,88,96)
#5D4A50
(93,74,80)
#4B3C40
(75,60,64)
#392E30
(57,46,48)
#272020
(39,32,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C99EB0

#C99EB0
(201,158,176)
#CDA6B7
(205,166,183)
#D1AEBE
(209,174,190)
#D5B6C5
(213,182,197)
#D9BECC
(217,190,204)
#DDC6D3
(221,198,211)
#E1CEDA
(225,206,218)
#E5D6E1
(229,214,225)
#E9DEE8
(233,222,232)
#EDE6EF
(237,230,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EB0; }

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

This text font color is #C99EB0.


Background Color

.myBgColor { background-color: #C99EB0; }

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

This div background color is #C99EB0.


Border color

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

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

This div border color is #C99EB0.


Opacity

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

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

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

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

This text has shadow with #C99EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99EB0 on black background.


Color preview on white background

This text has color #C99EB0 on white background.



Black color preview on #C99EB0 background

This text has black color on #C99EB0 background.


White color preview on #C99EB0 background

This text has white color on #C99EB0 background.