COLOR #C8C87D

HEX: #C8C87D RGB: (200,200,125)

Color info

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

RGB color model

#C8C87D color RGB value is (200,200,125).

RGB: (200,200,125) (78%, 78%, 49%)

RGB channels and saturation

R 200 of 255 = 78%
G 200 of 255 = 78%
B 125 of 255 = 49%

200
200
125

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

Portions of RGB colors in percentages

R + G + B = 200 + 200 + 125 = 525 (100%)
R 200 of 525 ~ 38.1%
G 200 of 525 ~ 38.1%
B 125 of 525 ~ 23.81'%

%38.1
%38.1
%23.81

CMYK color model

#C8C87D color CMYK value is (0,0,38,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 21.57%

CMYK: (0,0,38,22)
C0M0Y38K22 (0%, 0%, 38%, 22%)
(0.00 / 0.00 / 0.38 / 0.22)

CMYK percentages

%0
%0
%37.5
%21.57

Codes

Color #C8C87D in popluar color models

C8 C8 7D
RGB 200 200 125
HSL 60° 40.54% 63.73%
HSB/HSV 60° 37.50% 78.43%
CMYK 0.00% 0.00% 37.50%
21.57%

Color #C8C87D in popluar number systems.

HEX C8 C8 7D
Decimal 200 200 125
Binary 11001000 11001000 1111101
Octal 310 310 175

Shades and tints

Shades of #C8C87D

#C8C87D
(200,200,125)
#B6B672
(182,182,114)
#A4A467
(164,164,103)
#92925C
(146,146,92)
#808051
(128,128,81)
#6E6E46
(110,110,70)
#5C5C3B
(92,92,59)
#4A4A30
(74,74,48)
#383825
(56,56,37)
#26261A
(38,38,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8C87D

#C8C87D
(200,200,125)
#CDCD88
(205,205,136)
#D2D293
(210,210,147)
#D7D79E
(215,215,158)
#DCDCA9
(220,220,169)
#E1E1B4
(225,225,180)
#E6E6BF
(230,230,191)
#EBEBCA
(235,235,202)
#F0F0D5
(240,240,213)
#F5F5E0
(245,245,224)
#FAFAEB
(250,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C87D; }

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

This text font color is #C8C87D.

Background Color

.myBgColor { background-color: #C8C87D; }

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

This div background color is #C8C87D.

Border color

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

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

This div border color is #C8C87D.

Opacity

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

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

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

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

This text has shadow with #C8C87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C87D.

Preview

Color preview on black background

This text has color #C8C87D on black background.


Color preview on white background

This text has color #C8C87D on white background.


Black color preview on #C8C87D background

This text has black color on #C8C87D background.


White color preview on #C8C87D background

This text has white color on #C8C87D background.


Related colors

Complementary color

Complementary color for #hex is #373782.


I love getcolorcode.com