COLOR #C6CC7D

HEX: #C6CC7D RGB: (198,204,125)

Color info

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

RGB color model

#C6CC7D color RGB value is (198,204,125).

RGB: (198,204,125) (78%, 80%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 125 of 255 = 49%

198
204
125

R + G + B ~ 69%. #C6CC7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 125 = 527 (100%)
R 198 of 527 ~ 37.57%
G 204 of 527 ~ 38.71%
B 125 of 527 ~ 23.72'%

%37.57
%38.71
%23.72

CMYK color model

#C6CC7D color CMYK value is (3,0,39,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 20.00%
CMYK: (3,0,39,20) C3M0Y39K20 (3%,0%,39%,20%) (0.03/0.00/0.39/0.20) 

CMYK percentages

%2.94
%0
%38.73
%20

Codes

Color #C6CC7D in popluar color models

C6 CC 7D
RGB 198 204 125
HSL 65° 43.65% 64.51%
HSB/HSV 65° 38.73% 80.00%
CMYK 2.94% 0.00% 38.73%
20.00%

Color #C6CC7D in popluar number systems.

HEX C6 CC 7D
Decimal 198 204 125
Binary 11000110 11001100 1111101
Octal 306 314 175

Shades and tints

Shades of #C6CC7D

#C6CC7D
(198,204,125)
#B4BA72
(180,186,114)
#A2A867
(162,168,103)
#90965C
(144,150,92)
#7E8451
(126,132,81)
#6C7246
(108,114,70)
#5A603B
(90,96,59)
#484E30
(72,78,48)
#363C25
(54,60,37)
#242A1A
(36,42,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6CC7D

#C6CC7D
(198,204,125)
#CBD088
(203,208,136)
#D0D493
(208,212,147)
#D5D89E
(213,216,158)
#DADCA9
(218,220,169)
#DFE0B4
(223,224,180)
#E4E4BF
(228,228,191)
#E9E8CA
(233,232,202)
#EEECD5
(238,236,213)
#F3F0E0
(243,240,224)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CC7D; }

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

This text font color is #C6CC7D.

Background Color

.myBgColor { background-color: #C6CC7D; }

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

This div background color is #C6CC7D.

Border color

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

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

This div border color is #C6CC7D.

Opacity

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

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

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

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

This text has shadow with #C6CC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CC7D.

Preview

Color preview on black background

This text has color #C6CC7D on black background.


Color preview on white background

This text has color #C6CC7D on white background.


Black color preview on #C6CC7D background

This text has black color on #C6CC7D background.


White color preview on #C6CC7D background

This text has white color on #C6CC7D background.


Related colors

Complementary color

Complementary color for #hex is #393382.


I love getcolorcode.com

Triadic colors

1 #7DC6CC and #CC7DC6 with #C6CC7D are triadic colors.

2 #7DCCC6 and #CCC67D with #C6CC7D are triadic colors.