COLOR #C6E297

HEX: #C6E297
RGB: (198,226,151)

Color info

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

RGB color model

#C6E297 color RGB value is (198,226,151).

  • red value is 198;
  • green value is 226;
  • blue value is 151.
RGB:
(198,226,151)
(78%,89%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 151 of 255 = 59%

198
226
151

R + G + B ~ 75%. #C6E297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 151 = 575 (100%)
R 198 of 575 ~ 34.43%
G 226 of 575 ~ 39.3%
B 151 of 575 ~ 26.26%

%34.43
%39.3
%26.26

CMYK color model

#C6E297 color CMYK value is (12,0,33,11).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(12,0,33,11)
C12M0Y33K11 
(12%,0%,33%,11%)
(0.12/0.00/0.33/0.11)	

CMYK percentages

%12.39
%0
%33.19
%11.37

Codes

Color #C6E297 in popluar color models

C6E297
RGB198226151
HSL82°56.39%73.92%
HSB/HSV82°33.19%88.63%
CMYK12.39%0.00%33.19%
11.37%

Color #C6E297 in popluar number systems.

HEXC6E297
Decimal198226151
Binary110001101110001010010111
Octal306342227

Shades and tints

Shades of #C6E297

#C6E297
(198,226,151)
#B4CE8A
(180,206,138)
#A2BA7D
(162,186,125)
#90A670
(144,166,112)
#7E9263
(126,146,99)
#6C7E56
(108,126,86)
#5A6A49
(90,106,73)
#48563C
(72,86,60)
#36422F
(54,66,47)
#242E22
(36,46,34)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6E297

#C6E297
(198,226,151)
#CBE4A0
(203,228,160)
#D0E6A9
(208,230,169)
#D5E8B2
(213,232,178)
#DAEABB
(218,234,187)
#DFECC4
(223,236,196)
#E4EECD
(228,238,205)
#E9F0D6
(233,240,214)
#EEF2DF
(238,242,223)
#F3F4E8
(243,244,232)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E297 color. Also use rgb(198,226,151) instead hex code.

Text Font Color

.myTextColor { color: #C6E297; }

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

This text font color is #C6E297.


Background Color

.myBgColor { background-color: #C6E297; }

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

This div background color is #C6E297.


Border color

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

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

This div border color is #C6E297.


Opacity

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

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

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

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

This text has shadow with #C6E297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E297 on black background.


Color preview on white background

This text has color #C6E297 on white background.



Black color preview on #C6E297 background

This text has black color on #C6E297 background.


White color preview on #C6E297 background

This text has white color on #C6E297 background.