COLOR #C6E38E

HEX: #C6E38E
RGB: (198,227,142)

Color info

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

RGB color model

#C6E38E color RGB value is (198,227,142).

  • red value is 198;
  • green value is 227;
  • blue value is 142.
RGB:
(198,227,142)
(78%,89%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 142 of 255 = 56%

198
227
142

R + G + B ~ 74%. #C6E38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 227 + 142 = 567 (100%)
R 198 of 567 ~ 34.92%
G 227 of 567 ~ 40.04%
B 142 of 567 ~ 25.04%

%34.92
%40.04
%25.04

CMYK color model

#C6E38E color CMYK value is (13,0,37,11).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 10.98%
CMYK:
(13,0,37,11)
C13M0Y37K11 
(13%,0%,37%,11%)
(0.13/0.00/0.37/0.11)	

CMYK percentages

%12.78
%0
%37.44
%10.98

Codes

Color #C6E38E in popluar color models

C6E38E
RGB198227142
HSL80°60.28%72.35%
HSB/HSV80°37.44%89.02%
CMYK12.78%0.00%37.44%
10.98%

Color #C6E38E in popluar number systems.

HEXC6E38E
Decimal198227142
Binary110001101110001110001110
Octal306343216

Shades and tints

Shades of #C6E38E

#C6E38E
(198,227,142)
#B4CF82
(180,207,130)
#A2BB76
(162,187,118)
#90A76A
(144,167,106)
#7E935E
(126,147,94)
#6C7F52
(108,127,82)
#5A6B46
(90,107,70)
#48573A
(72,87,58)
#36432E
(54,67,46)
#242F22
(36,47,34)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6E38E

#C6E38E
(198,227,142)
#CBE598
(203,229,152)
#D0E7A2
(208,231,162)
#D5E9AC
(213,233,172)
#DAEBB6
(218,235,182)
#DFEDC0
(223,237,192)
#E4EFCA
(228,239,202)
#E9F1D4
(233,241,212)
#EEF3DE
(238,243,222)
#F3F5E8
(243,245,232)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E38E color. Also use rgb(198,227,142) instead hex code.

Text Font Color

.myTextColor { color: #C6E38E; }

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

This text font color is #C6E38E.


Background Color

.myBgColor { background-color: #C6E38E; }

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

This div background color is #C6E38E.


Border color

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

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

This div border color is #C6E38E.


Opacity

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

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

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

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

This text has shadow with #C6E38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E38E on black background.


Color preview on white background

This text has color #C6E38E on white background.



Black color preview on #C6E38E background

This text has black color on #C6E38E background.


White color preview on #C6E38E background

This text has white color on #C6E38E background.