COLOR #C8F09F

HEX: #C8F09F RGB: (200,240,159)

Color info

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

RGB color model

#C8F09F color RGB value is (200,240,159).

RGB: (200,240,159) (78%, 94%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 159 of 255 = 62%

200
240
159

R + G + B ~ 78%. #C8F09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 240 + 159 = 599 (100%)
R 200 of 599 ~ 33.39%
G 240 of 599 ~ 40.07%
B 159 of 599 ~ 26.54'%

%33.39
%40.07
%26.54

CMYK color model

#C8F09F color CMYK value is (17,0,34,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 33.75%
  • key color value is 5.88%

CMYK: (17,0,34,6)
C17M0Y34K6 (17%, 0%, 34%, 6%)
(0.17 / 0.00 / 0.34 / 0.06)

CMYK percentages

%16.67
%0
%33.75
%5.88

Codes

Color #C8F09F in popluar color models

C8 F0 9F
RGB 200 240 159
HSL 90° 72.97% 78.24%
HSB/HSV 90° 33.75% 94.12%
CMYK 16.67% 0.00% 33.75%
5.88%

Color #C8F09F in popluar number systems.

HEX C8 F0 9F
Decimal 200 240 159
Binary 11001000 11110000 10011111
Octal 310 360 237

Shades and tints

Shades of #C8F09F

#C8F09F
(200,240,159)
#B6DB91
(182,219,145)
#A4C683
(164,198,131)
#92B175
(146,177,117)
#809C67
(128,156,103)
#6E8759
(110,135,89)
#5C724B
(92,114,75)
#4A5D3D
(74,93,61)
#38482F
(56,72,47)
#263321
(38,51,33)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #C8F09F

#C8F09F
(200,240,159)
#CDF1A7
(205,241,167)
#D2F2AF
(210,242,175)
#D7F3B7
(215,243,183)
#DCF4BF
(220,244,191)
#E1F5C7
(225,245,199)
#E6F6CF
(230,246,207)
#EBF7D7
(235,247,215)
#F0F8DF
(240,248,223)
#F5F9E7
(245,249,231)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F09F color. Also use rgb(200,240,159) instead hex code.

Text Font Color

.myTextColor { color: #C8F09F; }

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

This text font color is #C8F09F.

Background Color

.myBgColor { background-color: #C8F09F; }

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

This div background color is #C8F09F.

Border color

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

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

This div border color is #C8F09F.

Opacity

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

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

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

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

This text has shadow with #C8F09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F09F.

Preview

Color preview on black background

This text has color #C8F09F on black background.


Color preview on white background

This text has color #C8F09F on white background.


Black color preview on #C8F09F background

This text has black color on #C8F09F background.


White color preview on #C8F09F background

This text has white color on #C8F09F background.


Related colors

Complementary color

Complementary color for #hex is #370F60.


I love getcolorcode.com

Triadic colors

1 #9FC8F0 and #F09FC8 with #C8F09F are triadic colors.

2 #9FF0C8 and #F0C89F with #C8F09F are triadic colors.