COLOR #C6CE70

HEX: #C6CE70
RGB: (198,206,112)

Color info

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

RGB color model

#C6CE70 color RGB value is (198,206,112).

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

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 112 of 255 = 44%

198
206
112

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

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 112 = 516 (100%)
R 198 of 516 ~ 38.37%
G 206 of 516 ~ 39.92%
B 112 of 516 ~ 21.71%

%38.37
%39.92
%21.71

CMYK color model

#C6CE70 color CMYK value is (4,0,46,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 19.22%
CMYK:
(4,0,46,19)
C4M0Y46K19 
(4%,0%,46%,19%)
(0.04/0.00/0.46/0.19)	

CMYK percentages

%3.88
%0
%45.63
%19.22

Codes

Color #C6CE70 in popluar color models

C6CE70
RGB198206112
HSL65°48.96%62.35%
HSB/HSV65°45.63%80.78%
CMYK3.88%0.00%45.63%
19.22%

Color #C6CE70 in popluar number systems.

HEXC6CE70
Decimal198206112
Binary11000110110011101110000
Octal306316160

Shades and tints

Shades of #C6CE70

#C6CE70
(198,206,112)
#B4BC66
(180,188,102)
#A2AA5C
(162,170,92)
#909852
(144,152,82)
#7E8648
(126,134,72)
#6C743E
(108,116,62)
#5A6234
(90,98,52)
#48502A
(72,80,42)
#363E20
(54,62,32)
#242C16
(36,44,22)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #C6CE70

#C6CE70
(198,206,112)
#CBD27D
(203,210,125)
#D0D68A
(208,214,138)
#D5DA97
(213,218,151)
#DADEA4
(218,222,164)
#DFE2B1
(223,226,177)
#E4E6BE
(228,230,190)
#E9EACB
(233,234,203)
#EEEED8
(238,238,216)
#F3F2E5
(243,242,229)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CE70; }

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

This text font color is #C6CE70.


Background Color

.myBgColor { background-color: #C6CE70; }

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

This div background color is #C6CE70.


Border color

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

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

This div border color is #C6CE70.


Opacity

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

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

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

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

This text has shadow with #C6CE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CE70 on black background.


Color preview on white background

This text has color #C6CE70 on white background.



Black color preview on #C6CE70 background

This text has black color on #C6CE70 background.


White color preview on #C6CE70 background

This text has white color on #C6CE70 background.