COLOR #C9987B

HEX: #C9987B
RGB: (201,152,123)

Color info

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

RGB color model

#C9987B color RGB value is (201,152,123).

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

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 123 of 255 = 48%

201
152
123

R + G + B ~ 62%. #C9987B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 123 = 476 (100%)
R 201 of 476 ~ 42.23%
G 152 of 476 ~ 31.93%
B 123 of 476 ~ 25.84%

%42.23
%31.93
%25.84

CMYK color model

#C9987B color CMYK value is (0,24,39,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 38.81%
  • key color value is 21.18%
CMYK:
(0,24,39,21)
C0M24Y39K21 
(0%,24%,39%,21%)
(0.00/0.24/0.39/0.21)	

CMYK percentages

%0
%24.38
%38.81
%21.18

Codes

Color #C9987B in popluar color models

C9987B
RGB201152123
HSL22°41.94%63.53%
HSB/HSV22°38.81%78.82%
CMYK0.00%24.38%38.81%
21.18%

Color #C9987B in popluar number systems.

HEXC9987B
Decimal201152123
Binary11001001100110001111011
Octal311230173

Shades and tints

Shades of #C9987B

#C9987B
(201,152,123)
#B78B70
(183,139,112)
#A57E65
(165,126,101)
#93715A
(147,113,90)
#81644F
(129,100,79)
#6F5744
(111,87,68)
#5D4A39
(93,74,57)
#4B3D2E
(75,61,46)
#393023
(57,48,35)
#272318
(39,35,24)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #C9987B

#C9987B
(201,152,123)
#CDA187
(205,161,135)
#D1AA93
(209,170,147)
#D5B39F
(213,179,159)
#D9BCAB
(217,188,171)
#DDC5B7
(221,197,183)
#E1CEC3
(225,206,195)
#E5D7CF
(229,215,207)
#E9E0DB
(233,224,219)
#EDE9E7
(237,233,231)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9987B; }

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

This text font color is #C9987B.


Background Color

.myBgColor { background-color: #C9987B; }

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

This div background color is #C9987B.


Border color

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

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

This div border color is #C9987B.


Opacity

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

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

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

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

This text has shadow with #C9987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9987B on black background.


Color preview on white background

This text has color #C9987B on white background.



Black color preview on #C9987B background

This text has black color on #C9987B background.


White color preview on #C9987B background

This text has white color on #C9987B background.