COLOR #C8EF8E

HEX: #C8EF8E
RGB: (200,239,142)

Color info

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

RGB color model

#C8EF8E color RGB value is (200,239,142).

  • red value is 200;
  • green value is 239;
  • blue value is 142.
RGB:
(200,239,142)
(78%,94%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 239 of 255 = 94%
B 142 of 255 = 56%

200
239
142

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

Portions of RGB colors in percentages

R + G + B =
200 + 239 + 142 = 581 (100%)
R 200 of 581 ~ 34.42%
G 239 of 581 ~ 41.14%
B 142 of 581 ~ 24.44%

%34.42
%41.14
%24.44

CMYK color model

#C8EF8E color CMYK value is (16,0,41,6).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 6.27%
CMYK:
(16,0,41,6)
C16M0Y41K6 
(16%,0%,41%,6%)
(0.16/0.00/0.41/0.06)	

CMYK percentages

%16.32
%0
%40.59
%6.27

Codes

Color #C8EF8E in popluar color models

C8EF8E
RGB200239142
HSL84°75.19%74.71%
HSB/HSV84°40.59%93.73%
CMYK16.32%0.00%40.59%
6.27%

Color #C8EF8E in popluar number systems.

HEXC8EF8E
Decimal200239142
Binary110010001110111110001110
Octal310357216

Shades and tints

Shades of #C8EF8E

#C8EF8E
(200,239,142)
#B6DA82
(182,218,130)
#A4C576
(164,197,118)
#92B06A
(146,176,106)
#809B5E
(128,155,94)
#6E8652
(110,134,82)
#5C7146
(92,113,70)
#4A5C3A
(74,92,58)
#38472E
(56,71,46)
#263222
(38,50,34)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #C8EF8E

#C8EF8E
(200,239,142)
#CDF098
(205,240,152)
#D2F1A2
(210,241,162)
#D7F2AC
(215,242,172)
#DCF3B6
(220,243,182)
#E1F4C0
(225,244,192)
#E6F5CA
(230,245,202)
#EBF6D4
(235,246,212)
#F0F7DE
(240,247,222)
#F5F8E8
(245,248,232)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EF8E color. Also use rgb(200,239,142) instead hex code.

Text Font Color

.myTextColor { color: #C8EF8E; }

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

This text font color is #C8EF8E.


Background Color

.myBgColor { background-color: #C8EF8E; }

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

This div background color is #C8EF8E.


Border color

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

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

This div border color is #C8EF8E.


Opacity

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

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

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

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

This text has shadow with #C8EF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EF8E on black background.


Color preview on white background

This text has color #C8EF8E on white background.



Black color preview on #C8EF8E background

This text has black color on #C8EF8E background.


White color preview on #C8EF8E background

This text has white color on #C8EF8E background.