COLOR #C6CC6F

HEX: #C6CC6F
RGB: (198,204,111)

Color info

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

RGB color model

#C6CC6F color RGB value is (198,204,111).

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

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 111 of 255 = 44%

198
204
111

R + G + B ~ 67%. #C6CC6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 111 = 513 (100%)
R 198 of 513 ~ 38.6%
G 204 of 513 ~ 39.77%
B 111 of 513 ~ 21.64%

%38.6
%39.77
%21.64

CMYK color model

#C6CC6F color CMYK value is (3,0,46,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 20.00%
CMYK:
(3,0,46,20)
C3M0Y46K20 
(3%,0%,46%,20%)
(0.03/0.00/0.46/0.20)	

CMYK percentages

%2.94
%0
%45.59
%20

Codes

Color #C6CC6F in popluar color models

C6CC6F
RGB198204111
HSL64°47.69%61.76%
HSB/HSV64°45.59%80.00%
CMYK2.94%0.00%45.59%
20.00%

Color #C6CC6F in popluar number systems.

HEXC6CC6F
Decimal198204111
Binary11000110110011001101111
Octal306314157

Shades and tints

Shades of #C6CC6F

#C6CC6F
(198,204,111)
#B4BA65
(180,186,101)
#A2A85B
(162,168,91)
#909651
(144,150,81)
#7E8447
(126,132,71)
#6C723D
(108,114,61)
#5A6033
(90,96,51)
#484E29
(72,78,41)
#363C1F
(54,60,31)
#242A15
(36,42,21)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #C6CC6F

#C6CC6F
(198,204,111)
#CBD07C
(203,208,124)
#D0D489
(208,212,137)
#D5D896
(213,216,150)
#DADCA3
(218,220,163)
#DFE0B0
(223,224,176)
#E4E4BD
(228,228,189)
#E9E8CA
(233,232,202)
#EEECD7
(238,236,215)
#F3F0E4
(243,240,228)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CC6F; }

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

This text font color is #C6CC6F.


Background Color

.myBgColor { background-color: #C6CC6F; }

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

This div background color is #C6CC6F.


Border color

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

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

This div border color is #C6CC6F.


Opacity

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

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

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

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

This text has shadow with #C6CC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CC6F on black background.


Color preview on white background

This text has color #C6CC6F on white background.



Black color preview on #C6CC6F background

This text has black color on #C6CC6F background.


White color preview on #C6CC6F background

This text has white color on #C6CC6F background.