COLOR #C6CF84

HEX: #C6CF84
RGB: (198,207,132)

Color info

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

RGB color model

#C6CF84 color RGB value is (198,207,132).

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

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 132 of 255 = 52%

198
207
132

R + G + B ~ 70%. #C6CF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 132 = 537 (100%)
R 198 of 537 ~ 36.87%
G 207 of 537 ~ 38.55%
B 132 of 537 ~ 24.58%

%36.87
%38.55
%24.58

CMYK color model

#C6CF84 color CMYK value is (4,0,36,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 36.23%
  • key color value is 18.82%
CMYK:
(4,0,36,19)
C4M0Y36K19 
(4%,0%,36%,19%)
(0.04/0.00/0.36/0.19)	

CMYK percentages

%4.35
%0
%36.23
%18.82

Codes

Color #C6CF84 in popluar color models

C6CF84
RGB198207132
HSL67°43.86%66.47%
HSB/HSV67°36.23%81.18%
CMYK4.35%0.00%36.23%
18.82%

Color #C6CF84 in popluar number systems.

HEXC6CF84
Decimal198207132
Binary110001101100111110000100
Octal306317204

Shades and tints

Shades of #C6CF84

#C6CF84
(198,207,132)
#B4BD78
(180,189,120)
#A2AB6C
(162,171,108)
#909960
(144,153,96)
#7E8754
(126,135,84)
#6C7548
(108,117,72)
#5A633C
(90,99,60)
#485130
(72,81,48)
#363F24
(54,63,36)
#242D18
(36,45,24)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #C6CF84

#C6CF84
(198,207,132)
#CBD38F
(203,211,143)
#D0D79A
(208,215,154)
#D5DBA5
(213,219,165)
#DADFB0
(218,223,176)
#DFE3BB
(223,227,187)
#E4E7C6
(228,231,198)
#E9EBD1
(233,235,209)
#EEEFDC
(238,239,220)
#F3F3E7
(243,243,231)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CF84; }

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

This text font color is #C6CF84.


Background Color

.myBgColor { background-color: #C6CF84; }

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

This div background color is #C6CF84.


Border color

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

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

This div border color is #C6CF84.


Opacity

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

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

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

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

This text has shadow with #C6CF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CF84 on black background.


Color preview on white background

This text has color #C6CF84 on white background.



Black color preview on #C6CF84 background

This text has black color on #C6CF84 background.


White color preview on #C6CF84 background

This text has white color on #C6CF84 background.