COLOR #C6CE62

HEX: #C6CE62
RGB: (198,206,98)

Color info

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

RGB color model

#C6CE62 color RGB value is (198,206,98).

  • red value is 198;
  • green value is 206;
  • blue value is 98.
RGB:
(198,206,98)
(78%,81%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 98 of 255 = 38%

198
206
98

R + G + B ~ 66%. #C6CE62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 98 = 502 (100%)
R 198 of 502 ~ 39.44%
G 206 of 502 ~ 41.04%
B 98 of 502 ~ 19.52%

%39.44
%41.04
%19.52

CMYK color model

#C6CE62 color CMYK value is (4,0,52,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 19.22%
CMYK:
(4,0,52,19)
C4M0Y52K19 
(4%,0%,52%,19%)
(0.04/0.00/0.52/0.19)	

CMYK percentages

%3.88
%0
%52.43
%19.22

Codes

Color #C6CE62 in popluar color models

C6CE62
RGB19820698
HSL64°52.43%59.61%
HSB/HSV64°52.43%80.78%
CMYK3.88%0.00%52.43%
19.22%

Color #C6CE62 in popluar number systems.

HEXC6CE62
Decimal19820698
Binary11000110110011101100010
Octal306316142

Shades and tints

Shades of #C6CE62

#C6CE62
(198,206,98)
#B4BC5A
(180,188,90)
#A2AA52
(162,170,82)
#90984A
(144,152,74)
#7E8642
(126,134,66)
#6C743A
(108,116,58)
#5A6232
(90,98,50)
#48502A
(72,80,42)
#363E22
(54,62,34)
#242C1A
(36,44,26)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #C6CE62

#C6CE62
(198,206,98)
#CBD270
(203,210,112)
#D0D67E
(208,214,126)
#D5DA8C
(213,218,140)
#DADE9A
(218,222,154)
#DFE2A8
(223,226,168)
#E4E6B6
(228,230,182)
#E9EAC4
(233,234,196)
#EEEED2
(238,238,210)
#F3F2E0
(243,242,224)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CE62 color. Also use rgb(198,206,98) instead hex code.

Text Font Color

.myTextColor { color: #C6CE62; }

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

This text font color is #C6CE62.


Background Color

.myBgColor { background-color: #C6CE62; }

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

This div background color is #C6CE62.


Border color

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

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

This div border color is #C6CE62.


Opacity

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

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

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

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

This text has shadow with #C6CE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CE62 on black background.


Color preview on white background

This text has color #C6CE62 on white background.



Black color preview on #C6CE62 background

This text has black color on #C6CE62 background.


White color preview on #C6CE62 background

This text has white color on #C6CE62 background.