COLOR #C8EFA1

HEX: #C8EFA1
RGB: (200,239,161)

Color info

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

RGB color model

#C8EFA1 color RGB value is (200,239,161).

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

RGB channels and saturation

R 200 of 255 = 78%
G 239 of 255 = 94%
B 161 of 255 = 63%

200
239
161

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

Portions of RGB colors in percentages

R + G + B =
200 + 239 + 161 = 600 (100%)
R 200 of 600 ~ 33.33%
G 239 of 600 ~ 39.83%
B 161 of 600 ~ 26.83%

%33.33
%39.83
%26.83

CMYK color model

#C8EFA1 color CMYK value is (16,0,33,6).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(16,0,33,6)
C16M0Y33K6 
(16%,0%,33%,6%)
(0.16/0.00/0.33/0.06)	

CMYK percentages

%16.32
%0
%32.64
%6.27

Codes

Color #C8EFA1 in popluar color models

C8EFA1
RGB200239161
HSL90°70.91%78.43%
HSB/HSV90°32.64%93.73%
CMYK16.32%0.00%32.64%
6.27%

Color #C8EFA1 in popluar number systems.

HEXC8EFA1
Decimal200239161
Binary110010001110111110100001
Octal310357241

Shades and tints

Shades of #C8EFA1

#C8EFA1
(200,239,161)
#B6DA93
(182,218,147)
#A4C585
(164,197,133)
#92B077
(146,176,119)
#809B69
(128,155,105)
#6E865B
(110,134,91)
#5C714D
(92,113,77)
#4A5C3F
(74,92,63)
#384731
(56,71,49)
#263223
(38,50,35)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #C8EFA1

#C8EFA1
(200,239,161)
#CDF0A9
(205,240,169)
#D2F1B1
(210,241,177)
#D7F2B9
(215,242,185)
#DCF3C1
(220,243,193)
#E1F4C9
(225,244,201)
#E6F5D1
(230,245,209)
#EBF6D9
(235,246,217)
#F0F7E1
(240,247,225)
#F5F8E9
(245,248,233)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EFA1; }

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

This text font color is #C8EFA1.


Background Color

.myBgColor { background-color: #C8EFA1; }

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

This div background color is #C8EFA1.


Border color

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

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

This div border color is #C8EFA1.


Opacity

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

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

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

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

This text has shadow with #C8EFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EFA1 on black background.


Color preview on white background

This text has color #C8EFA1 on white background.



Black color preview on #C8EFA1 background

This text has black color on #C8EFA1 background.


White color preview on #C8EFA1 background

This text has white color on #C8EFA1 background.