COLOR #C9909E

HEX: #C9909E
RGB: (201,144,158)

Color info

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

RGB color model

#C9909E color RGB value is (201,144,158).

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

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 158 of 255 = 62%

201
144
158

R + G + B ~ 66%. #C9909E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 144 + 158 = 503 (100%)
R 201 of 503 ~ 39.96%
G 144 of 503 ~ 28.63%
B 158 of 503 ~ 31.41%

%39.96
%28.63
%31.41

CMYK color model

#C9909E color CMYK value is (0,28,21,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(0,28,21,21)
C0M28Y21K21 
(0%,28%,21%,21%)
(0.00/0.28/0.21/0.21)	

CMYK percentages

%0
%28.36
%21.39
%21.18

Codes

Color #C9909E in popluar color models

C9909E
RGB201144158
HSL345°34.55%67.65%
HSB/HSV345°28.36%78.82%
CMYK0.00%28.36%21.39%
21.18%

Color #C9909E in popluar number systems.

HEXC9909E
Decimal201144158
Binary110010011001000010011110
Octal311220236

Shades and tints

Shades of #C9909E

#C9909E
(201,144,158)
#B78390
(183,131,144)
#A57682
(165,118,130)
#936974
(147,105,116)
#815C66
(129,92,102)
#6F4F58
(111,79,88)
#5D424A
(93,66,74)
#4B353C
(75,53,60)
#39282E
(57,40,46)
#271B20
(39,27,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #C9909E

#C9909E
(201,144,158)
#CD9AA6
(205,154,166)
#D1A4AE
(209,164,174)
#D5AEB6
(213,174,182)
#D9B8BE
(217,184,190)
#DDC2C6
(221,194,198)
#E1CCCE
(225,204,206)
#E5D6D6
(229,214,214)
#E9E0DE
(233,224,222)
#EDEAE6
(237,234,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9909E; }

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

This text font color is #C9909E.


Background Color

.myBgColor { background-color: #C9909E; }

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

This div background color is #C9909E.


Border color

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

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

This div border color is #C9909E.


Opacity

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

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

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

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

This text has shadow with #C9909E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9909E on black background.


Color preview on white background

This text has color #C9909E on white background.



Black color preview on #C9909E background

This text has black color on #C9909E background.


White color preview on #C9909E background

This text has white color on #C9909E background.