COLOR #C7987F

HEX: #C7987F
RGB: (199,152,127)

Color info

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

RGB color model

#C7987F color RGB value is (199,152,127).

  • red value is 199;
  • green value is 152;
  • blue value is 127.
RGB:
(199,152,127)
(78%,60%,50%)

RGB channels and saturation

R 199 of 255 = 78%
G 152 of 255 = 60%
B 127 of 255 = 50%

199
152
127

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

Portions of RGB colors in percentages

R + G + B =
199 + 152 + 127 = 478 (100%)
R 199 of 478 ~ 41.63%
G 152 of 478 ~ 31.8%
B 127 of 478 ~ 26.57%

%41.63
%31.8
%26.57

CMYK color model

#C7987F color CMYK value is (0,24,36,22).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK:
(0,24,36,22)
C0M24Y36K22 
(0%,24%,36%,22%)
(0.00/0.24/0.36/0.22)	

CMYK percentages

%0
%23.62
%36.18
%21.96

Codes

Color #C7987F in popluar color models

C7987F
RGB199152127
HSL21°39.13%63.92%
HSB/HSV21°36.18%78.04%
CMYK0.00%23.62%36.18%
21.96%

Color #C7987F in popluar number systems.

HEXC7987F
Decimal199152127
Binary11000111100110001111111
Octal307230177

Shades and tints

Shades of #C7987F

#C7987F
(199,152,127)
#B58B74
(181,139,116)
#A37E69
(163,126,105)
#91715E
(145,113,94)
#7F6453
(127,100,83)
#6D5748
(109,87,72)
#5B4A3D
(91,74,61)
#493D32
(73,61,50)
#373027
(55,48,39)
#25231C
(37,35,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #C7987F

#C7987F
(199,152,127)
#CCA18A
(204,161,138)
#D1AA95
(209,170,149)
#D6B3A0
(214,179,160)
#DBBCAB
(219,188,171)
#E0C5B6
(224,197,182)
#E5CEC1
(229,206,193)
#EAD7CC
(234,215,204)
#EFE0D7
(239,224,215)
#F4E9E2
(244,233,226)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7987F color. Also use rgb(199,152,127) instead hex code.

Text Font Color

.myTextColor { color: #C7987F; }

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

This text font color is #C7987F.


Background Color

.myBgColor { background-color: #C7987F; }

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

This div background color is #C7987F.


Border color

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

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

This div border color is #C7987F.


Opacity

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

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

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

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

This text has shadow with #C7987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7987F on black background.


Color preview on white background

This text has color #C7987F on white background.



Black color preview on #C7987F background

This text has black color on #C7987F background.


White color preview on #C7987F background

This text has white color on #C7987F background.