COLOR #C99E8D

HEX: #C99E8D
RGB: (201,158,141)

Color info

#C99E8D contains mainly red and green colors. Web safe color of #C99E8D is #CC9999 (or #C99).

RGB color model

#C99E8D color RGB value is (201,158,141).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 141 of 255 = 55%

201
158
141

R + G + B ~ 65%. #C99E8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 141 = 500 (100%)
R 201 of 500 ~ 40.2%
G 158 of 500 ~ 31.6%
B 141 of 500 ~ 28.2%

%40.2
%31.6
%28.2

CMYK color model

#C99E8D color CMYK value is (0,21,30,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK:
(0,21,30,21)
C0M21Y30K21 
(0%,21%,30%,21%)
(0.00/0.21/0.30/0.21)	

CMYK percentages

%0
%21.39
%29.85
%21.18

Codes

Color #C99E8D in popluar color models

C99E8D
RGB201158141
HSL17°35.71%67.06%
HSB/HSV17°29.85%78.82%
CMYK0.00%21.39%29.85%
21.18%

Color #C99E8D in popluar number systems.

HEXC99E8D
Decimal201158141
Binary110010011001111010001101
Octal311236215

Shades and tints

Shades of #C99E8D

#C99E8D
(201,158,141)
#B79081
(183,144,129)
#A58275
(165,130,117)
#937469
(147,116,105)
#81665D
(129,102,93)
#6F5851
(111,88,81)
#5D4A45
(93,74,69)
#4B3C39
(75,60,57)
#392E2D
(57,46,45)
#272021
(39,32,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #C99E8D

#C99E8D
(201,158,141)
#CDA697
(205,166,151)
#D1AEA1
(209,174,161)
#D5B6AB
(213,182,171)
#D9BEB5
(217,190,181)
#DDC6BF
(221,198,191)
#E1CEC9
(225,206,201)
#E5D6D3
(229,214,211)
#E9DEDD
(233,222,221)
#EDE6E7
(237,230,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99E8D; }

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

This text font color is #C99E8D.


Background Color

.myBgColor { background-color: #C99E8D; }

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

This div background color is #C99E8D.


Border color

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

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

This div border color is #C99E8D.


Opacity

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

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

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

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

This text has shadow with #C99E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99E8D on black background.


Color preview on white background

This text has color #C99E8D on white background.



Black color preview on #C99E8D background

This text has black color on #C99E8D background.


White color preview on #C99E8D background

This text has white color on #C99E8D background.