COLOR #C7C87E

HEX: #C7C87E RGB: (199,200,126)

Color info

#C7C87E contains mainly red and green colors. Web safe color of #C7C87E is #CCCC66 (or #CC6).

RGB color model

#C7C87E color RGB value is (199,200,126).

RGB: (199,200,126) (78%, 78%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 126 of 255 = 49%

199
200
126

R + G + B ~ 68%. #C7C87E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 200 + 126 = 525 (100%)
R 199 of 525 ~ 37.9%
G 200 of 525 ~ 38.1%
B 126 of 525 ~ 24'%

%37.9
%38.1
%24

CMYK color model

#C7C87E color CMYK value is (0,0,37,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 21.57%
CMYK: (0,0,37,22) C0M0Y37K22 (0%,0%,37%,22%) (0.00/0.00/0.37/0.22) 

CMYK percentages

%0.5
%0
%37
%21.57

Codes

Color #C7C87E in popluar color models

C7 C8 7E
RGB 199 200 126
HSL 61° 40.22% 63.92%
HSB/HSV 61° 37.00% 78.43%
CMYK 0.50% 0.00% 37.00%
21.57%

Color #C7C87E in popluar number systems.

HEX C7 C8 7E
Decimal 199 200 126
Binary 11000111 11001000 1111110
Octal 307 310 176

Shades and tints

Shades of #C7C87E

#C7C87E
(199,200,126)
#B5B673
(181,182,115)
#A3A468
(163,164,104)
#91925D
(145,146,93)
#7F8052
(127,128,82)
#6D6E47
(109,110,71)
#5B5C3C
(91,92,60)
#494A31
(73,74,49)
#373826
(55,56,38)
#25261B
(37,38,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #C7C87E

#C7C87E
(199,200,126)
#CCCD89
(204,205,137)
#D1D294
(209,210,148)
#D6D79F
(214,215,159)
#DBDCAA
(219,220,170)
#E0E1B5
(224,225,181)
#E5E6C0
(229,230,192)
#EAEBCB
(234,235,203)
#EFF0D6
(239,240,214)
#F4F5E1
(244,245,225)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C87E color. Also use rgb(199,200,126) instead hex code.

Text Font Color

.myTextColor { color: #C7C87E; }

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

This text font color is #C7C87E.

Background Color

.myBgColor { background-color: #C7C87E; }

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

This div background color is #C7C87E.

Border color

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

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

This div border color is #C7C87E.

Opacity

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

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

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

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

This text has shadow with #C7C87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C87E.

Preview

Color preview on black background

This text has color #C7C87E on black background.


Color preview on white background

This text has color #C7C87E on white background.


Black color preview on #C7C87E background

This text has black color on #C7C87E background.


White color preview on #C7C87E background

This text has white color on #C7C87E background.


Related colors

Complementary color

Complementary color for #hex is #383781.


I love getcolorcode.com

Triadic colors

1 #7EC7C8 and #C87EC7 with #C7C87E are triadic colors.

2 #7EC8C7 and #C8C77E with #C7C87E are triadic colors.