COLOR #C6E998

HEX: #C6E998
RGB: (198,233,152)

Color info

#C6E998 contains mainly red and green colors. Web safe color of #C6E998 is #CCFF99 (or #CF9).

RGB color model

#C6E998 color RGB value is (198,233,152).

  • red value is 198;
  • green value is 233;
  • blue value is 152.
RGB:
(198,233,152)
(78%,91%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 152 of 255 = 60%

198
233
152

R + G + B ~ 76%. #C6E998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 152 = 583 (100%)
R 198 of 583 ~ 33.96%
G 233 of 583 ~ 39.97%
B 152 of 583 ~ 26.07%

%33.96
%39.97
%26.07

CMYK color model

#C6E998 color CMYK value is (15,0,35,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 8.63%
CMYK:
(15,0,35,9)
C15M0Y35K9 
(15%,0%,35%,9%)
(0.15/0.00/0.35/0.09)	

CMYK percentages

%15.02
%0
%34.76
%8.63

Codes

Color #C6E998 in popluar color models

C6E998
RGB198233152
HSL86°64.80%75.49%
HSB/HSV86°34.76%91.37%
CMYK15.02%0.00%34.76%
8.63%

Color #C6E998 in popluar number systems.

HEXC6E998
Decimal198233152
Binary110001101110100110011000
Octal306351230

Shades and tints

Shades of #C6E998

#C6E998
(198,233,152)
#B4D48B
(180,212,139)
#A2BF7E
(162,191,126)
#90AA71
(144,170,113)
#7E9564
(126,149,100)
#6C8057
(108,128,87)
#5A6B4A
(90,107,74)
#48563D
(72,86,61)
#364130
(54,65,48)
#242C23
(36,44,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6E998

#C6E998
(198,233,152)
#CBEBA1
(203,235,161)
#D0EDAA
(208,237,170)
#D5EFB3
(213,239,179)
#DAF1BC
(218,241,188)
#DFF3C5
(223,243,197)
#E4F5CE
(228,245,206)
#E9F7D7
(233,247,215)
#EEF9E0
(238,249,224)
#F3FBE9
(243,251,233)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E998 color. Also use rgb(198,233,152) instead hex code.

Text Font Color

.myTextColor { color: #C6E998; }

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

This text font color is #C6E998.


Background Color

.myBgColor { background-color: #C6E998; }

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

This div background color is #C6E998.


Border color

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

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

This div border color is #C6E998.


Opacity

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

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

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

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

This text has shadow with #C6E998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E998 on black background.


Color preview on white background

This text has color #C6E998 on white background.



Black color preview on #C6E998 background

This text has black color on #C6E998 background.


White color preview on #C6E998 background

This text has white color on #C6E998 background.