COLOR #C6C78E

HEX: #C6C78E
RGB: (198,199,142)

Color info

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

RGB color model

#C6C78E color RGB value is (198,199,142).

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

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 142 of 255 = 56%

198
199
142

R + G + B ~ 71%. #C6C78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 142 = 539 (100%)
R 198 of 539 ~ 36.73%
G 199 of 539 ~ 36.92%
B 142 of 539 ~ 26.35%

%36.73
%36.92
%26.35

CMYK color model

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

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

CMYK percentages

%0.5
%0
%28.64
%21.96

Codes

Color #C6C78E in popluar color models

C6C78E
RGB198199142
HSL61°33.73%66.86%
HSB/HSV61°28.64%78.04%
CMYK0.50%0.00%28.64%
21.96%

Color #C6C78E in popluar number systems.

HEXC6C78E
Decimal198199142
Binary110001101100011110001110
Octal306307216

Shades and tints

Shades of #C6C78E

#C6C78E
(198,199,142)
#B4B582
(180,181,130)
#A2A376
(162,163,118)
#90916A
(144,145,106)
#7E7F5E
(126,127,94)
#6C6D52
(108,109,82)
#5A5B46
(90,91,70)
#48493A
(72,73,58)
#36372E
(54,55,46)
#242522
(36,37,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #C6C78E

#C6C78E
(198,199,142)
#CBCC98
(203,204,152)
#D0D1A2
(208,209,162)
#D5D6AC
(213,214,172)
#DADBB6
(218,219,182)
#DFE0C0
(223,224,192)
#E4E5CA
(228,229,202)
#E9EAD4
(233,234,212)
#EEEFDE
(238,239,222)
#F3F4E8
(243,244,232)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C78E; }

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

This text font color is #C6C78E.


Background Color

.myBgColor { background-color: #C6C78E; }

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

This div background color is #C6C78E.


Border color

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

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

This div border color is #C6C78E.


Opacity

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

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

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

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

This text has shadow with #C6C78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C78E on black background.


Color preview on white background

This text has color #C6C78E on white background.



Black color preview on #C6C78E background

This text has black color on #C6C78E background.


White color preview on #C6C78E background

This text has white color on #C6C78E background.