COLOR #C6CC8B

HEX: #C6CC8B
RGB: (198,204,139)

Color info

#C6CC8B contains mainly red and green colors. Web safe color of #C6CC8B is #CCCC99 (or #CC9).

RGB color model

#C6CC8B color RGB value is (198,204,139).

  • red value is 198;
  • green value is 204;
  • blue value is 139.
RGB:
(198,204,139)
(78%,80%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 139 of 255 = 55%

198
204
139

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 139 = 541 (100%)
R 198 of 541 ~ 36.6%
G 204 of 541 ~ 37.71%
B 139 of 541 ~ 25.69%

%36.6
%37.71
%25.69

CMYK color model

#C6CC8B color CMYK value is (3,0,32,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK:
(3,0,32,20)
C3M0Y32K20 
(3%,0%,32%,20%)
(0.03/0.00/0.32/0.20)	

CMYK percentages

%2.94
%0
%31.86
%20

Codes

Color #C6CC8B in popluar color models

C6CC8B
RGB198204139
HSL66°38.92%67.25%
HSB/HSV66°31.86%80.00%
CMYK2.94%0.00%31.86%
20.00%

Color #C6CC8B in popluar number systems.

HEXC6CC8B
Decimal198204139
Binary110001101100110010001011
Octal306314213

Shades and tints

Shades of #C6CC8B

#C6CC8B
(198,204,139)
#B4BA7F
(180,186,127)
#A2A873
(162,168,115)
#909667
(144,150,103)
#7E845B
(126,132,91)
#6C724F
(108,114,79)
#5A6043
(90,96,67)
#484E37
(72,78,55)
#363C2B
(54,60,43)
#242A1F
(36,42,31)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #C6CC8B

#C6CC8B
(198,204,139)
#CBD095
(203,208,149)
#D0D49F
(208,212,159)
#D5D8A9
(213,216,169)
#DADCB3
(218,220,179)
#DFE0BD
(223,224,189)
#E4E4C7
(228,228,199)
#E9E8D1
(233,232,209)
#EEECDB
(238,236,219)
#F3F0E5
(243,240,229)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CC8B color. Also use rgb(198,204,139) instead hex code.

Text Font Color

.myTextColor { color: #C6CC8B; }

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

This text font color is #C6CC8B.


Background Color

.myBgColor { background-color: #C6CC8B; }

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

This div background color is #C6CC8B.


Border color

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

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

This div border color is #C6CC8B.


Opacity

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

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

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

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

This text has shadow with #C6CC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CC8B on black background.


Color preview on white background

This text has color #C6CC8B on white background.



Black color preview on #C6CC8B background

This text has black color on #C6CC8B background.


White color preview on #C6CC8B background

This text has white color on #C6CC8B background.