COLOR #C9987C

HEX: #C9987C
RGB: (201,152,124)

Color info

#C9987C contains mainly red and green colors. Web safe color of #C9987C is #CC9966 (or #C96).

RGB color model

#C9987C color RGB value is (201,152,124).

  • red value is 201;
  • green value is 152;
  • blue value is 124.
RGB:
(201,152,124)
(79%,60%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 124 of 255 = 49%

201
152
124

R + G + B ~ 63%. #C9987C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 124 = 477 (100%)
R 201 of 477 ~ 42.14%
G 152 of 477 ~ 31.87%
B 124 of 477 ~ 26%

%42.14
%31.87
%26

CMYK color model

#C9987C color CMYK value is (0,24,38,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 38.31%
  • key color value is 21.18%
CMYK:
(0,24,38,21)
C0M24Y38K21 
(0%,24%,38%,21%)
(0.00/0.24/0.38/0.21)	

CMYK percentages

%0
%24.38
%38.31
%21.18

Codes

Color #C9987C in popluar color models

C9987C
RGB201152124
HSL22°41.62%63.73%
HSB/HSV22°38.31%78.82%
CMYK0.00%24.38%38.31%
21.18%

Color #C9987C in popluar number systems.

HEXC9987C
Decimal201152124
Binary11001001100110001111100
Octal311230174

Shades and tints

Shades of #C9987C

#C9987C
(201,152,124)
#B78B71
(183,139,113)
#A57E66
(165,126,102)
#93715B
(147,113,91)
#816450
(129,100,80)
#6F5745
(111,87,69)
#5D4A3A
(93,74,58)
#4B3D2F
(75,61,47)
#393024
(57,48,36)
#272319
(39,35,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #C9987C

#C9987C
(201,152,124)
#CDA187
(205,161,135)
#D1AA92
(209,170,146)
#D5B39D
(213,179,157)
#D9BCA8
(217,188,168)
#DDC5B3
(221,197,179)
#E1CEBE
(225,206,190)
#E5D7C9
(229,215,201)
#E9E0D4
(233,224,212)
#EDE9DF
(237,233,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9987C color. Also use rgb(201,152,124) instead hex code.

Text Font Color

.myTextColor { color: #C9987C; }

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

This text font color is #C9987C.


Background Color

.myBgColor { background-color: #C9987C; }

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

This div background color is #C9987C.


Border color

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

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

This div border color is #C9987C.


Opacity

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

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

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

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

This text has shadow with #C9987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9987C on black background.


Color preview on white background

This text has color #C9987C on white background.



Black color preview on #C9987C background

This text has black color on #C9987C background.


White color preview on #C9987C background

This text has white color on #C9987C background.