COLOR #C99E9F

HEX: #C99E9F
RGB: (201,158,159)

Color info

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

RGB color model

#C99E9F color RGB value is (201,158,159).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 159 of 255 = 62%

201
158
159

R + G + B ~ 68%. #C99E9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 159 = 518 (100%)
R 201 of 518 ~ 38.8%
G 158 of 518 ~ 30.5%
B 159 of 518 ~ 30.69%

%38.8
%30.5
%30.69

CMYK color model

#C99E9F color CMYK value is (0,21,21,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,21,21,21)
C0M21Y21K21 
(0%,21%,21%,21%)
(0.00/0.21/0.21/0.21)	

CMYK percentages

%0
%21.39
%20.9
%21.18

Codes

Color #C99E9F in popluar color models

C99E9F
RGB201158159
HSL359°28.48%70.39%
HSB/HSV359°21.39%78.82%
CMYK0.00%21.39%20.90%
21.18%

Color #C99E9F in popluar number systems.

HEXC99E9F
Decimal201158159
Binary110010011001111010011111
Octal311236237

Shades and tints

Shades of #C99E9F

#C99E9F
(201,158,159)
#B79091
(183,144,145)
#A58283
(165,130,131)
#937475
(147,116,117)
#816667
(129,102,103)
#6F5859
(111,88,89)
#5D4A4B
(93,74,75)
#4B3C3D
(75,60,61)
#392E2F
(57,46,47)
#272021
(39,32,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #C99E9F

#C99E9F
(201,158,159)
#CDA6A7
(205,166,167)
#D1AEAF
(209,174,175)
#D5B6B7
(213,182,183)
#D9BEBF
(217,190,191)
#DDC6C7
(221,198,199)
#E1CECF
(225,206,207)
#E5D6D7
(229,214,215)
#E9DEDF
(233,222,223)
#EDE6E7
(237,230,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99E9F; }

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

This text font color is #C99E9F.


Background Color

.myBgColor { background-color: #C99E9F; }

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

This div background color is #C99E9F.


Border color

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

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

This div border color is #C99E9F.


Opacity

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

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

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

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

This text has shadow with #C99E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99E9F on black background.


Color preview on white background

This text has color #C99E9F on white background.



Black color preview on #C99E9F background

This text has black color on #C99E9F background.


White color preview on #C99E9F background

This text has white color on #C99E9F background.