COLOR #C99F8F

HEX: #C99F8F
RGB: (201,159,143)

Color info

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

RGB color model

#C99F8F color RGB value is (201,159,143).

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

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 143 of 255 = 56%

201
159
143

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

Portions of RGB colors in percentages

R + G + B =
201 + 159 + 143 = 503 (100%)
R 201 of 503 ~ 39.96%
G 159 of 503 ~ 31.61%
B 143 of 503 ~ 28.43%

%39.96
%31.61
%28.43

CMYK color model

#C99F8F color CMYK value is (0,21,29,21).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(0,21,29,21)
C0M21Y29K21 
(0%,21%,29%,21%)
(0.00/0.21/0.29/0.21)	

CMYK percentages

%0
%20.9
%28.86
%21.18

Codes

Color #C99F8F in popluar color models

C99F8F
RGB201159143
HSL17°34.94%67.45%
HSB/HSV17°28.86%78.82%
CMYK0.00%20.90%28.86%
21.18%

Color #C99F8F in popluar number systems.

HEXC99F8F
Decimal201159143
Binary110010011001111110001111
Octal311237217

Shades and tints

Shades of #C99F8F

#C99F8F
(201,159,143)
#B79182
(183,145,130)
#A58375
(165,131,117)
#937568
(147,117,104)
#81675B
(129,103,91)
#6F594E
(111,89,78)
#5D4B41
(93,75,65)
#4B3D34
(75,61,52)
#392F27
(57,47,39)
#27211A
(39,33,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #C99F8F

#C99F8F
(201,159,143)
#CDA799
(205,167,153)
#D1AFA3
(209,175,163)
#D5B7AD
(213,183,173)
#D9BFB7
(217,191,183)
#DDC7C1
(221,199,193)
#E1CFCB
(225,207,203)
#E5D7D5
(229,215,213)
#E9DFDF
(233,223,223)
#EDE7E9
(237,231,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99F8F; }

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

This text font color is #C99F8F.


Background Color

.myBgColor { background-color: #C99F8F; }

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

This div background color is #C99F8F.


Border color

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

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

This div border color is #C99F8F.


Opacity

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

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

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

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

This text has shadow with #C99F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99F8F on black background.


Color preview on white background

This text has color #C99F8F on white background.



Black color preview on #C99F8F background

This text has black color on #C99F8F background.


White color preview on #C99F8F background

This text has white color on #C99F8F background.