COLOR #C8C68C

HEX: #C8C68C
RGB: (200,198,140)

Color info

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

RGB color model

#C8C68C color RGB value is (200,198,140).

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

RGB channels and saturation

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

200
198
140

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 140 = 538 (100%)
R 200 of 538 ~ 37.17%
G 198 of 538 ~ 36.8%
B 140 of 538 ~ 26.02%

%37.17
%36.8
%26.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 30.00%
  • 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
%30
%21.57

Codes

Color #C8C68C in popluar color models

C8C68C
RGB200198140
HSL58°35.29%66.67%
HSB/HSV58°30.00%78.43%
CMYK0.00%1.00%30.00%
21.57%

Color #C8C68C in popluar number systems.

HEXC8C68C
Decimal200198140
Binary110010001100011010001100
Octal310306214

Shades and tints

Shades of #C8C68C

#C8C68C
(200,198,140)
#B6B480
(182,180,128)
#A4A274
(164,162,116)
#929068
(146,144,104)
#807E5C
(128,126,92)
#6E6C50
(110,108,80)
#5C5A44
(92,90,68)
#4A4838
(74,72,56)
#38362C
(56,54,44)
#262420
(38,36,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8C68C

#C8C68C
(200,198,140)
#CDCB96
(205,203,150)
#D2D0A0
(210,208,160)
#D7D5AA
(215,213,170)
#DCDAB4
(220,218,180)
#E1DFBE
(225,223,190)
#E6E4C8
(230,228,200)
#EBE9D2
(235,233,210)
#F0EEDC
(240,238,220)
#F5F3E6
(245,243,230)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C68C; }

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

This text font color is #C8C68C.


Background Color

.myBgColor { background-color: #C8C68C; }

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

This div background color is #C8C68C.


Border color

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

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

This div border color is #C8C68C.


Opacity

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

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

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

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

This text has shadow with #C8C68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C68C on black background.


Color preview on white background

This text has color #C8C68C on white background.



Black color preview on #C8C68C background

This text has black color on #C8C68C background.


White color preview on #C8C68C background

This text has white color on #C8C68C background.