COLOR #C6CB76

HEX: #C6CB76
RGB: (198,203,118)

Color info

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

RGB color model

#C6CB76 color RGB value is (198,203,118).

  • red value is 198;
  • green value is 203;
  • blue value is 118.
RGB:
(198,203,118)
(78%,80%,46%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 118 of 255 = 46%

198
203
118

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

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 118 = 519 (100%)
R 198 of 519 ~ 38.15%
G 203 of 519 ~ 39.11%
B 118 of 519 ~ 22.74%

%38.15
%39.11
%22.74

CMYK color model

#C6CB76 color CMYK value is (2,0,42,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 41.87%
  • key color value is 20.39%
CMYK:
(2,0,42,20)
C2M0Y42K20 
(2%,0%,42%,20%)
(0.02/0.00/0.42/0.20)	

CMYK percentages

%2.46
%0
%41.87
%20.39

Codes

Color #C6CB76 in popluar color models

C6CB76
RGB198203118
HSL64°44.97%62.94%
HSB/HSV64°41.87%79.61%
CMYK2.46%0.00%41.87%
20.39%

Color #C6CB76 in popluar number systems.

HEXC6CB76
Decimal198203118
Binary11000110110010111110110
Octal306313166

Shades and tints

Shades of #C6CB76

#C6CB76
(198,203,118)
#B4B96C
(180,185,108)
#A2A762
(162,167,98)
#909558
(144,149,88)
#7E834E
(126,131,78)
#6C7144
(108,113,68)
#5A5F3A
(90,95,58)
#484D30
(72,77,48)
#363B26
(54,59,38)
#24291C
(36,41,28)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #C6CB76

#C6CB76
(198,203,118)
#CBCF82
(203,207,130)
#D0D38E
(208,211,142)
#D5D79A
(213,215,154)
#DADBA6
(218,219,166)
#DFDFB2
(223,223,178)
#E4E3BE
(228,227,190)
#E9E7CA
(233,231,202)
#EEEBD6
(238,235,214)
#F3EFE2
(243,239,226)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CB76 color. Also use rgb(198,203,118) instead hex code.

Text Font Color

.myTextColor { color: #C6CB76; }

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

This text font color is #C6CB76.


Background Color

.myBgColor { background-color: #C6CB76; }

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

This div background color is #C6CB76.


Border color

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

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

This div border color is #C6CB76.


Opacity

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

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

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

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

This text has shadow with #C6CB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CB76 on black background.


Color preview on white background

This text has color #C6CB76 on white background.



Black color preview on #C6CB76 background

This text has black color on #C6CB76 background.


White color preview on #C6CB76 background

This text has white color on #C6CB76 background.