COLOR #C7C987

HEX: #C7C987
RGB: (199,201,135)

Color info

#C7C987 contains mainly red and green colors. Web safe color of #C7C987 is #CCCC99 (or #CC9).

RGB color model

#C7C987 color RGB value is (199,201,135).

  • red value is 199;
  • green value is 201;
  • blue value is 135.
RGB:
(199,201,135)
(78%,79%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 135 of 255 = 53%

199
201
135

R + G + B ~ 70%. #C7C987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 135 = 535 (100%)
R 199 of 535 ~ 37.2%
G 201 of 535 ~ 37.57%
B 135 of 535 ~ 25.23%

%37.2
%37.57
%25.23

CMYK color model

#C7C987 color CMYK value is (1,0,33,21).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK:
(1,0,33,21)
C1M0Y33K21 
(1%,0%,33%,21%)
(0.01/0.00/0.33/0.21)	

CMYK percentages

%1
%0
%32.84
%21.18

Codes

Color #C7C987 in popluar color models

C7C987
RGB199201135
HSL62°37.93%65.88%
HSB/HSV62°32.84%78.82%
CMYK1.00%0.00%32.84%
21.18%

Color #C7C987 in popluar number systems.

HEXC7C987
Decimal199201135
Binary110001111100100110000111
Octal307311207

Shades and tints

Shades of #C7C987

#C7C987
(199,201,135)
#B5B77B
(181,183,123)
#A3A56F
(163,165,111)
#919363
(145,147,99)
#7F8157
(127,129,87)
#6D6F4B
(109,111,75)
#5B5D3F
(91,93,63)
#494B33
(73,75,51)
#373927
(55,57,39)
#25271B
(37,39,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #C7C987

#C7C987
(199,201,135)
#CCCD91
(204,205,145)
#D1D19B
(209,209,155)
#D6D5A5
(214,213,165)
#DBD9AF
(219,217,175)
#E0DDB9
(224,221,185)
#E5E1C3
(229,225,195)
#EAE5CD
(234,229,205)
#EFE9D7
(239,233,215)
#F4EDE1
(244,237,225)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C987 color. Also use rgb(199,201,135) instead hex code.

Text Font Color

.myTextColor { color: #C7C987; }

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

This text font color is #C7C987.


Background Color

.myBgColor { background-color: #C7C987; }

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

This div background color is #C7C987.


Border color

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

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

This div border color is #C7C987.


Opacity

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

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

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

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

This text has shadow with #C7C987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C987 on black background.


Color preview on white background

This text has color #C7C987 on white background.



Black color preview on #C7C987 background

This text has black color on #C7C987 background.


White color preview on #C7C987 background

This text has white color on #C7C987 background.