COLOR #C8FA9E

HEX: #C8FA9E
RGB: (200,250,158)

Color info

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

RGB color model

#C8FA9E color RGB value is (200,250,158).

  • red value is 200;
  • green value is 250;
  • blue value is 158.
RGB:
(200,250,158)
(78%,98%,62%)

RGB channels and saturation

R 200 of 255 = 78%
G 250 of 255 = 98%
B 158 of 255 = 62%

200
250
158

R + G + B ~ 79%. #C8FA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 250 + 158 = 608 (100%)
R 200 of 608 ~ 32.89%
G 250 of 608 ~ 41.12%
B 158 of 608 ~ 25.99%

%32.89
%41.12
%25.99

CMYK color model

#C8FA9E color CMYK value is (20,0,37,2).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 36.80%
  • key color value is 1.96%
CMYK:
(20,0,37,2)
C20M0Y37K2 
(20%,0%,37%,2%)
(0.20/0.00/0.37/0.02)	

CMYK percentages

%20
%0
%36.8
%1.96

Codes

Color #C8FA9E in popluar color models

C8FA9E
RGB200250158
HSL93°90.20%80.00%
HSB/HSV93°36.80%98.04%
CMYK20.00%0.00%36.80%
1.96%

Color #C8FA9E in popluar number systems.

HEXC8FA9E
Decimal200250158
Binary110010001111101010011110
Octal310372236

Shades and tints

Shades of #C8FA9E

#C8FA9E
(200,250,158)
#B6E490
(182,228,144)
#A4CE82
(164,206,130)
#92B874
(146,184,116)
#80A266
(128,162,102)
#6E8C58
(110,140,88)
#5C764A
(92,118,74)
#4A603C
(74,96,60)
#384A2E
(56,74,46)
#263420
(38,52,32)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #C8FA9E

#C8FA9E
(200,250,158)
#CDFAA6
(205,250,166)
#D2FAAE
(210,250,174)
#D7FAB6
(215,250,182)
#DCFABE
(220,250,190)
#E1FAC6
(225,250,198)
#E6FACE
(230,250,206)
#EBFAD6
(235,250,214)
#F0FADE
(240,250,222)
#F5FAE6
(245,250,230)
#FAFAEE
(250,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8FA9E color. Also use rgb(200,250,158) instead hex code.

Text Font Color

.myTextColor { color: #C8FA9E; }

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

This text font color is #C8FA9E.


Background Color

.myBgColor { background-color: #C8FA9E; }

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

This div background color is #C8FA9E.


Border color

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

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

This div border color is #C8FA9E.


Opacity

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

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

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

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

This text has shadow with #C8FA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FA9E on black background.


Color preview on white background

This text has color #C8FA9E on white background.



Black color preview on #C8FA9E background

This text has black color on #C8FA9E background.


White color preview on #C8FA9E background

This text has white color on #C8FA9E background.