COLOR #C7C68D

HEX: #C7C68D
RGB: (199,198,141)

Color info

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

RGB color model

#C7C68D color RGB value is (199,198,141).

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

RGB channels and saturation

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

199
198
141

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

Portions of RGB colors in percentages

R + G + B =
199 + 198 + 141 = 538 (100%)
R 199 of 538 ~ 36.99%
G 198 of 538 ~ 36.8%
B 141 of 538 ~ 26.21%

%36.99
%36.8
%26.21

CMYK color model

#C7C68D color CMYK value is (0,1,29,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK:
(0,1,29,22)
C0M1Y29K22 
(0%,1%,29%,22%)
(0.00/0.01/0.29/0.22)	

CMYK percentages

%0
%0.5
%29.15
%21.96

Codes

Color #C7C68D in popluar color models

C7C68D
RGB199198141
HSL59°34.12%66.67%
HSB/HSV59°29.15%78.04%
CMYK0.00%0.50%29.15%
21.96%

Color #C7C68D in popluar number systems.

HEXC7C68D
Decimal199198141
Binary110001111100011010001101
Octal307306215

Shades and tints

Shades of #C7C68D

#C7C68D
(199,198,141)
#B5B481
(181,180,129)
#A3A275
(163,162,117)
#919069
(145,144,105)
#7F7E5D
(127,126,93)
#6D6C51
(109,108,81)
#5B5A45
(91,90,69)
#494839
(73,72,57)
#37362D
(55,54,45)
#252421
(37,36,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C7C68D

#C7C68D
(199,198,141)
#CCCB97
(204,203,151)
#D1D0A1
(209,208,161)
#D6D5AB
(214,213,171)
#DBDAB5
(219,218,181)
#E0DFBF
(224,223,191)
#E5E4C9
(229,228,201)
#EAE9D3
(234,233,211)
#EFEEDD
(239,238,221)
#F4F3E7
(244,243,231)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C68D; }

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

This text font color is #C7C68D.


Background Color

.myBgColor { background-color: #C7C68D; }

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

This div background color is #C7C68D.


Border color

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

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

This div border color is #C7C68D.


Opacity

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

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

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

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

This text has shadow with #C7C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C68D on black background.


Color preview on white background

This text has color #C7C68D on white background.



Black color preview on #C7C68D background

This text has black color on #C7C68D background.


White color preview on #C7C68D background

This text has white color on #C7C68D background.