COLOR #C6C39C

HEX: #C6C39C
RGB: (198,195,156)

Color info

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

RGB color model

#C6C39C color RGB value is (198,195,156).

  • red value is 198;
  • green value is 195;
  • blue value is 156.
RGB:
(198,195,156)
(78%,76%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 156 of 255 = 61%

198
195
156

R + G + B ~ 72%. #C6C39C is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 156 = 549 (100%)
R 198 of 549 ~ 36.07%
G 195 of 549 ~ 35.52%
B 156 of 549 ~ 28.42%

%36.07
%35.52
%28.42

CMYK color model

#C6C39C color CMYK value is (0,2,21,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,2,21,22)
C0M2Y21K22 
(0%,2%,21%,22%)
(0.00/0.02/0.21/0.22)	

CMYK percentages

%0
%1.52
%21.21
%22.35

Codes

Color #C6C39C in popluar color models

C6C39C
RGB198195156
HSL56°26.92%69.41%
HSB/HSV56°21.21%77.65%
CMYK0.00%1.52%21.21%
22.35%

Color #C6C39C in popluar number systems.

HEXC6C39C
Decimal198195156
Binary110001101100001110011100
Octal306303234

Shades and tints

Shades of #C6C39C

#C6C39C
(198,195,156)
#B4B28E
(180,178,142)
#A2A180
(162,161,128)
#909072
(144,144,114)
#7E7F64
(126,127,100)
#6C6E56
(108,110,86)
#5A5D48
(90,93,72)
#484C3A
(72,76,58)
#363B2C
(54,59,44)
#242A1E
(36,42,30)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #C6C39C

#C6C39C
(198,195,156)
#CBC8A5
(203,200,165)
#D0CDAE
(208,205,174)
#D5D2B7
(213,210,183)
#DAD7C0
(218,215,192)
#DFDCC9
(223,220,201)
#E4E1D2
(228,225,210)
#E9E6DB
(233,230,219)
#EEEBE4
(238,235,228)
#F3F0ED
(243,240,237)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C39C color. Also use rgb(198,195,156) instead hex code.

Text Font Color

.myTextColor { color: #C6C39C; }

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

This text font color is #C6C39C.


Background Color

.myBgColor { background-color: #C6C39C; }

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

This div background color is #C6C39C.


Border color

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

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

This div border color is #C6C39C.


Opacity

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

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

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

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

This text has shadow with #C6C39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C39C on black background.


Color preview on white background

This text has color #C6C39C on white background.



Black color preview on #C6C39C background

This text has black color on #C6C39C background.


White color preview on #C6C39C background

This text has white color on #C6C39C background.