COLOR #C6CF74

HEX: #C6CF74
RGB: (198,207,116)

Color info

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

RGB color model

#C6CF74 color RGB value is (198,207,116).

  • red value is 198;
  • green value is 207;
  • blue value is 116.
RGB:
(198,207,116)
(78%,81%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 116 of 255 = 45%

198
207
116

R + G + B ~ 68%. #C6CF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 116 = 521 (100%)
R 198 of 521 ~ 38%
G 207 of 521 ~ 39.73%
B 116 of 521 ~ 22.26%

%38
%39.73
%22.26

CMYK color model

#C6CF74 color CMYK value is (4,0,44,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 18.82%
CMYK:
(4,0,44,19)
C4M0Y44K19 
(4%,0%,44%,19%)
(0.04/0.00/0.44/0.19)	

CMYK percentages

%4.35
%0
%43.96
%18.82

Codes

Color #C6CF74 in popluar color models

C6CF74
RGB198207116
HSL66°48.66%63.33%
HSB/HSV66°43.96%81.18%
CMYK4.35%0.00%43.96%
18.82%

Color #C6CF74 in popluar number systems.

HEXC6CF74
Decimal198207116
Binary11000110110011111110100
Octal306317164

Shades and tints

Shades of #C6CF74

#C6CF74
(198,207,116)
#B4BD6A
(180,189,106)
#A2AB60
(162,171,96)
#909956
(144,153,86)
#7E874C
(126,135,76)
#6C7542
(108,117,66)
#5A6338
(90,99,56)
#48512E
(72,81,46)
#363F24
(54,63,36)
#242D1A
(36,45,26)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #C6CF74

#C6CF74
(198,207,116)
#CBD380
(203,211,128)
#D0D78C
(208,215,140)
#D5DB98
(213,219,152)
#DADFA4
(218,223,164)
#DFE3B0
(223,227,176)
#E4E7BC
(228,231,188)
#E9EBC8
(233,235,200)
#EEEFD4
(238,239,212)
#F3F3E0
(243,243,224)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CF74 color. Also use rgb(198,207,116) instead hex code.

Text Font Color

.myTextColor { color: #C6CF74; }

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

This text font color is #C6CF74.


Background Color

.myBgColor { background-color: #C6CF74; }

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

This div background color is #C6CF74.


Border color

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

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

This div border color is #C6CF74.


Opacity

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

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

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

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

This text has shadow with #C6CF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CF74 on black background.


Color preview on white background

This text has color #C6CF74 on white background.



Black color preview on #C6CF74 background

This text has black color on #C6CF74 background.


White color preview on #C6CF74 background

This text has white color on #C6CF74 background.