COLOR #C6CC6C

HEX: #C6CC6C RGB: (198,204,108)

Color info

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

RGB color model

#C6CC6C color RGB value is (198,204,108).

RGB: (198,204,108) (78%, 80%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 108 of 255 = 42%

198
204
108

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 108 = 510 (100%)
R 198 of 510 ~ 38.82%
G 204 of 510 ~ 40%
B 108 of 510 ~ 21.18'%

%38.82
%40
%21.18

CMYK color model

#C6CC6C color CMYK value is (3,0,47,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 20.00%

CMYK: (3,0,47,20)
C3M0Y47K20 (3%, 0%, 47%, 20%)
(0.03 / 0.00 / 0.47 / 0.20)

CMYK percentages

%2.94
%0
%47.06
%20

Codes

Color #C6CC6C in popluar color models

C6 CC 6C
RGB 198 204 108
HSL 64° 48.48% 61.18%
HSB/HSV 64° 47.06% 80.00%
CMYK 2.94% 0.00% 47.06%
20.00%

Color #C6CC6C in popluar number systems.

HEX C6 CC 6C
Decimal 198 204 108
Binary 11000110 11001100 1101100
Octal 306 314 154

Shades and tints

Shades of #C6CC6C

#C6CC6C
(198,204,108)
#B4BA63
(180,186,99)
#A2A85A
(162,168,90)
#909651
(144,150,81)
#7E8448
(126,132,72)
#6C723F
(108,114,63)
#5A6036
(90,96,54)
#484E2D
(72,78,45)
#363C24
(54,60,36)
#242A1B
(36,42,27)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6CC6C

#C6CC6C
(198,204,108)
#CBD079
(203,208,121)
#D0D486
(208,212,134)
#D5D893
(213,216,147)
#DADCA0
(218,220,160)
#DFE0AD
(223,224,173)
#E4E4BA
(228,228,186)
#E9E8C7
(233,232,199)
#EEECD4
(238,236,212)
#F3F0E1
(243,240,225)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CC6C; }

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

This text font color is #C6CC6C.

Background Color

.myBgColor { background-color: #C6CC6C; }

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

This div background color is #C6CC6C.

Border color

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

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

This div border color is #C6CC6C.

Opacity

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

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

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

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

This text has shadow with #C6CC6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CC6C.

Preview

Color preview on black background

This text has color #C6CC6C on black background.


Color preview on white background

This text has color #C6CC6C on white background.


Black color preview on #C6CC6C background

This text has black color on #C6CC6C background.


White color preview on #C6CC6C background

This text has white color on #C6CC6C background.


Related colors

Complementary color

Complementary color for #hex is #393393.


I love getcolorcode.com

Triadic colors

1 #6CC6CC and #CC6CC6 with #C6CC6C are triadic colors.

2 #6CCCC6 and #CCC66C with #C6CC6C are triadic colors.