COLOR #C8C68D

HEX: #C8C68D
RGB: (200,198,141)

Color info

#C8C68D contains red, green and blue colors in about the same proportion. Web safe color of #C8C68D is #CCCC99 (or #CC9).

RGB color model

#C8C68D color RGB value is (200,198,141).

  • red value is 200;
  • green value is 198;
  • blue value is 141.
RGB:
(200,198,141)
(78%,78%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 141 of 255 = 55%

200
198
141

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 141 = 539 (100%)
R 200 of 539 ~ 37.11%
G 198 of 539 ~ 36.73%
B 141 of 539 ~ 26.16%

%37.11
%36.73
%26.16

CMYK color model

#C8C68D color CMYK value is (0,1,30,22).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(0,1,30,22)
C0M1Y30K22 
(0%,1%,30%,22%)
(0.00/0.01/0.30/0.22)	

CMYK percentages

%0
%1
%29.5
%21.57

Codes

Color #C8C68D in popluar color models

C8C68D
RGB200198141
HSL58°34.91%66.86%
HSB/HSV58°29.50%78.43%
CMYK0.00%1.00%29.50%
21.57%

Color #C8C68D in popluar number systems.

HEXC8C68D
Decimal200198141
Binary110010001100011010001101
Octal310306215

Shades and tints

Shades of #C8C68D

#C8C68D
(200,198,141)
#B6B481
(182,180,129)
#A4A275
(164,162,117)
#929069
(146,144,105)
#807E5D
(128,126,93)
#6E6C51
(110,108,81)
#5C5A45
(92,90,69)
#4A4839
(74,72,57)
#38362D
(56,54,45)
#262421
(38,36,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C8C68D

#C8C68D
(200,198,141)
#CDCB97
(205,203,151)
#D2D0A1
(210,208,161)
#D7D5AB
(215,213,171)
#DCDAB5
(220,218,181)
#E1DFBF
(225,223,191)
#E6E4C9
(230,228,201)
#EBE9D3
(235,233,211)
#F0EEDD
(240,238,221)
#F5F3E7
(245,243,231)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C68D; }

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

This text font color is #C8C68D.


Background Color

.myBgColor { background-color: #C8C68D; }

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

This div background color is #C8C68D.


Border color

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

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

This div border color is #C8C68D.


Opacity

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

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

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

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

This text has shadow with #C8C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C68D on black background.


Color preview on white background

This text has color #C8C68D on white background.



Black color preview on #C8C68D background

This text has black color on #C8C68D background.


White color preview on #C8C68D background

This text has white color on #C8C68D background.