COLOR #C8F6A1

HEX: #C8F6A1
RGB: (200,246,161)

Color info

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

RGB color model

#C8F6A1 color RGB value is (200,246,161).

  • red value is 200;
  • green value is 246;
  • blue value is 161.
RGB:
(200,246,161)
(78%,96%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 161 of 255 = 63%

200
246
161

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

Portions of RGB colors in percentages

R + G + B =
200 + 246 + 161 = 607 (100%)
R 200 of 607 ~ 32.95%
G 246 of 607 ~ 40.53%
B 161 of 607 ~ 26.52%

%32.95
%40.53
%26.52

CMYK color model

#C8F6A1 color CMYK value is (19,0,35,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 3.53%
CMYK:
(19,0,35,4)
C19M0Y35K4 
(19%,0%,35%,4%)
(0.19/0.00/0.35/0.04)	

CMYK percentages

%18.7
%0
%34.55
%3.53

Codes

Color #C8F6A1 in popluar color models

C8F6A1
RGB200246161
HSL92°82.52%79.80%
HSB/HSV92°34.55%96.47%
CMYK18.70%0.00%34.55%
3.53%

Color #C8F6A1 in popluar number systems.

HEXC8F6A1
Decimal200246161
Binary110010001111011010100001
Octal310366241

Shades and tints

Shades of #C8F6A1

#C8F6A1
(200,246,161)
#B6E093
(182,224,147)
#A4CA85
(164,202,133)
#92B477
(146,180,119)
#809E69
(128,158,105)
#6E885B
(110,136,91)
#5C724D
(92,114,77)
#4A5C3F
(74,92,63)
#384631
(56,70,49)
#263023
(38,48,35)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8F6A1

#C8F6A1
(200,246,161)
#CDF6A9
(205,246,169)
#D2F6B1
(210,246,177)
#D7F6B9
(215,246,185)
#DCF6C1
(220,246,193)
#E1F6C9
(225,246,201)
#E6F6D1
(230,246,209)
#EBF6D9
(235,246,217)
#F0F6E1
(240,246,225)
#F5F6E9
(245,246,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F6A1 color. Also use rgb(200,246,161) instead hex code.

Text Font Color

.myTextColor { color: #C8F6A1; }

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

This text font color is #C8F6A1.


Background Color

.myBgColor { background-color: #C8F6A1; }

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

This div background color is #C8F6A1.


Border color

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

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

This div border color is #C8F6A1.


Opacity

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

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

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

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

This text has shadow with #C8F6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F6A1 on black background.


Color preview on white background

This text has color #C8F6A1 on white background.



Black color preview on #C8F6A1 background

This text has black color on #C8F6A1 background.


White color preview on #C8F6A1 background

This text has white color on #C8F6A1 background.