COLOR #C8E98A

HEX: #C8E98A
RGB: (200,233,138)

Color info

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

RGB color model

#C8E98A color RGB value is (200,233,138).

  • red value is 200;
  • green value is 233;
  • blue value is 138.
RGB:
(200,233,138)
(78%,91%,54%)

RGB channels and saturation

R 200 of 255 = 78%
G 233 of 255 = 91%
B 138 of 255 = 54%

200
233
138

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

Portions of RGB colors in percentages

R + G + B =
200 + 233 + 138 = 571 (100%)
R 200 of 571 ~ 35.03%
G 233 of 571 ~ 40.81%
B 138 of 571 ~ 24.17%

%35.03
%40.81
%24.17

CMYK color model

#C8E98A color CMYK value is (14,0,41,9).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(14,0,41,9)
C14M0Y41K9 
(14%,0%,41%,9%)
(0.14/0.00/0.41/0.09)	

CMYK percentages

%14.16
%0
%40.77
%8.63

Codes

Color #C8E98A in popluar color models

C8E98A
RGB200233138
HSL81°68.35%72.75%
HSB/HSV81°40.77%91.37%
CMYK14.16%0.00%40.77%
8.63%

Color #C8E98A in popluar number systems.

HEXC8E98A
Decimal200233138
Binary110010001110100110001010
Octal310351212

Shades and tints

Shades of #C8E98A

#C8E98A
(200,233,138)
#B6D47E
(182,212,126)
#A4BF72
(164,191,114)
#92AA66
(146,170,102)
#80955A
(128,149,90)
#6E804E
(110,128,78)
#5C6B42
(92,107,66)
#4A5636
(74,86,54)
#38412A
(56,65,42)
#262C1E
(38,44,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #C8E98A

#C8E98A
(200,233,138)
#CDEB94
(205,235,148)
#D2ED9E
(210,237,158)
#D7EFA8
(215,239,168)
#DCF1B2
(220,241,178)
#E1F3BC
(225,243,188)
#E6F5C6
(230,245,198)
#EBF7D0
(235,247,208)
#F0F9DA
(240,249,218)
#F5FBE4
(245,251,228)
#FAFDEE
(250,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E98A color. Also use rgb(200,233,138) instead hex code.

Text Font Color

.myTextColor { color: #C8E98A; }

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

This text font color is #C8E98A.


Background Color

.myBgColor { background-color: #C8E98A; }

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

This div background color is #C8E98A.


Border color

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

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

This div border color is #C8E98A.


Opacity

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

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

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

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

This text has shadow with #C8E98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E98A on black background.


Color preview on white background

This text has color #C8E98A on white background.



Black color preview on #C8E98A background

This text has black color on #C8E98A background.


White color preview on #C8E98A background

This text has white color on #C8E98A background.