COLOR #C6E98C

HEX: #C6E98C
RGB: (198,233,140)

Color info

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

RGB color model

#C6E98C color RGB value is (198,233,140).

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

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 140 of 255 = 55%

198
233
140

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

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 140 = 571 (100%)
R 198 of 571 ~ 34.68%
G 233 of 571 ~ 40.81%
B 140 of 571 ~ 24.52%

%34.68
%40.81
%24.52

CMYK color model

#C6E98C color CMYK value is (15,0,40,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(15,0,40,9)
C15M0Y40K9 
(15%,0%,40%,9%)
(0.15/0.00/0.40/0.09)	

CMYK percentages

%15.02
%0
%39.91
%8.63

Codes

Color #C6E98C in popluar color models

C6E98C
RGB198233140
HSL83°67.88%73.14%
HSB/HSV83°39.91%91.37%
CMYK15.02%0.00%39.91%
8.63%

Color #C6E98C in popluar number systems.

HEXC6E98C
Decimal198233140
Binary110001101110100110001100
Octal306351214

Shades and tints

Shades of #C6E98C

#C6E98C
(198,233,140)
#B4D480
(180,212,128)
#A2BF74
(162,191,116)
#90AA68
(144,170,104)
#7E955C
(126,149,92)
#6C8050
(108,128,80)
#5A6B44
(90,107,68)
#485638
(72,86,56)
#36412C
(54,65,44)
#242C20
(36,44,32)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6E98C

#C6E98C
(198,233,140)
#CBEB96
(203,235,150)
#D0EDA0
(208,237,160)
#D5EFAA
(213,239,170)
#DAF1B4
(218,241,180)
#DFF3BE
(223,243,190)
#E4F5C8
(228,245,200)
#E9F7D2
(233,247,210)
#EEF9DC
(238,249,220)
#F3FBE6
(243,251,230)
#F8FDF0
(248,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E98C; }

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

This text font color is #C6E98C.


Background Color

.myBgColor { background-color: #C6E98C; }

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

This div background color is #C6E98C.


Border color

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

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

This div border color is #C6E98C.


Opacity

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

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

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

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

This text has shadow with #C6E98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E98C on black background.


Color preview on white background

This text has color #C6E98C on white background.



Black color preview on #C6E98C background

This text has black color on #C6E98C background.


White color preview on #C6E98C background

This text has white color on #C6E98C background.