COLOR #C6C09C

HEX: #C6C09C
RGB: (198,192,156)

Color info

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

RGB color model

#C6C09C color RGB value is (198,192,156).

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

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 156 of 255 = 61%

198
192
156

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

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 156 = 546 (100%)
R 198 of 546 ~ 36.26%
G 192 of 546 ~ 35.16%
B 156 of 546 ~ 28.57%

%36.26
%35.16
%28.57

CMYK color model

#C6C09C color CMYK value is (0,3,21,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,3,21,22)
C0M3Y21K22 
(0%,3%,21%,22%)
(0.00/0.03/0.21/0.22)	

CMYK percentages

%0
%3.03
%21.21
%22.35

Codes

Color #C6C09C in popluar color models

C6C09C
RGB198192156
HSL51°26.92%69.41%
HSB/HSV51°21.21%77.65%
CMYK0.00%3.03%21.21%
22.35%

Color #C6C09C in popluar number systems.

HEXC6C09C
Decimal198192156
Binary110001101100000010011100
Octal306300234

Shades and tints

Shades of #C6C09C

#C6C09C
(198,192,156)
#B4AF8E
(180,175,142)
#A29E80
(162,158,128)
#908D72
(144,141,114)
#7E7C64
(126,124,100)
#6C6B56
(108,107,86)
#5A5A48
(90,90,72)
#48493A
(72,73,58)
#36382C
(54,56,44)
#24271E
(36,39,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #C6C09C

#C6C09C
(198,192,156)
#CBC5A5
(203,197,165)
#D0CAAE
(208,202,174)
#D5CFB7
(213,207,183)
#DAD4C0
(218,212,192)
#DFD9C9
(223,217,201)
#E4DED2
(228,222,210)
#E9E3DB
(233,227,219)
#EEE8E4
(238,232,228)
#F3EDED
(243,237,237)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C09C; }

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

This text font color is #C6C09C.


Background Color

.myBgColor { background-color: #C6C09C; }

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

This div background color is #C6C09C.


Border color

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

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

This div border color is #C6C09C.


Opacity

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

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

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

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

This text has shadow with #C6C09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C09C on black background.


Color preview on white background

This text has color #C6C09C on white background.



Black color preview on #C6C09C background

This text has black color on #C6C09C background.


White color preview on #C6C09C background

This text has white color on #C6C09C background.