COLOR #C9E68E

HEX: #C9E68E
RGB: (201,230,142)

Color info

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

RGB color model

#C9E68E color RGB value is (201,230,142).

  • red value is 201;
  • green value is 230;
  • blue value is 142.
RGB:
(201,230,142)
(79%,90%,56%)

RGB channels and saturation

R 201 of 255 = 79%
G 230 of 255 = 90%
B 142 of 255 = 56%

201
230
142

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

Portions of RGB colors in percentages

R + G + B =
201 + 230 + 142 = 573 (100%)
R 201 of 573 ~ 35.08%
G 230 of 573 ~ 40.14%
B 142 of 573 ~ 24.78%

%35.08
%40.14
%24.78

CMYK color model

#C9E68E color CMYK value is (13,0,38,10).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(13,0,38,10)
C13M0Y38K10 
(13%,0%,38%,10%)
(0.13/0.00/0.38/0.10)	

CMYK percentages

%12.61
%0
%38.26
%9.8

Codes

Color #C9E68E in popluar color models

C9E68E
RGB201230142
HSL80°63.77%72.94%
HSB/HSV80°38.26%90.20%
CMYK12.61%0.00%38.26%
9.80%

Color #C9E68E in popluar number systems.

HEXC9E68E
Decimal201230142
Binary110010011110011010001110
Octal311346216

Shades and tints

Shades of #C9E68E

#C9E68E
(201,230,142)
#B7D282
(183,210,130)
#A5BE76
(165,190,118)
#93AA6A
(147,170,106)
#81965E
(129,150,94)
#6F8252
(111,130,82)
#5D6E46
(93,110,70)
#4B5A3A
(75,90,58)
#39462E
(57,70,46)
#273222
(39,50,34)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #C9E68E

#C9E68E
(201,230,142)
#CDE898
(205,232,152)
#D1EAA2
(209,234,162)
#D5ECAC
(213,236,172)
#D9EEB6
(217,238,182)
#DDF0C0
(221,240,192)
#E1F2CA
(225,242,202)
#E5F4D4
(229,244,212)
#E9F6DE
(233,246,222)
#EDF8E8
(237,248,232)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E68E color. Also use rgb(201,230,142) instead hex code.

Text Font Color

.myTextColor { color: #C9E68E; }

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

This text font color is #C9E68E.


Background Color

.myBgColor { background-color: #C9E68E; }

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

This div background color is #C9E68E.


Border color

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

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

This div border color is #C9E68E.


Opacity

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

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

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

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

This text has shadow with #C9E68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E68E on black background.


Color preview on white background

This text has color #C9E68E on white background.



Black color preview on #C9E68E background

This text has black color on #C9E68E background.


White color preview on #C9E68E background

This text has white color on #C9E68E background.