COLOR #C8F2A3

HEX: #C8F2A3
RGB: (200,242,163)

Color info

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

RGB color model

#C8F2A3 color RGB value is (200,242,163).

  • red value is 200;
  • green value is 242;
  • blue value is 163.
RGB:
(200,242,163)
(78%,95%,64%)

RGB channels and saturation

R 200 of 255 = 78%
G 242 of 255 = 95%
B 163 of 255 = 64%

200
242
163

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

Portions of RGB colors in percentages

R + G + B =
200 + 242 + 163 = 605 (100%)
R 200 of 605 ~ 33.06%
G 242 of 605 ~ 40%
B 163 of 605 ~ 26.94%

%33.06
%40
%26.94

CMYK color model

#C8F2A3 color CMYK value is (17,0,33,5).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(17,0,33,5)
C17M0Y33K5 
(17%,0%,33%,5%)
(0.17/0.00/0.33/0.05)	

CMYK percentages

%17.36
%0
%32.64
%5.1

Codes

Color #C8F2A3 in popluar color models

C8F2A3
RGB200242163
HSL92°75.24%79.41%
HSB/HSV92°32.64%94.90%
CMYK17.36%0.00%32.64%
5.10%

Color #C8F2A3 in popluar number systems.

HEXC8F2A3
Decimal200242163
Binary110010001111001010100011
Octal310362243

Shades and tints

Shades of #C8F2A3

#C8F2A3
(200,242,163)
#B6DC95
(182,220,149)
#A4C687
(164,198,135)
#92B079
(146,176,121)
#809A6B
(128,154,107)
#6E845D
(110,132,93)
#5C6E4F
(92,110,79)
#4A5841
(74,88,65)
#384233
(56,66,51)
#262C25
(38,44,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #C8F2A3

#C8F2A3
(200,242,163)
#CDF3AB
(205,243,171)
#D2F4B3
(210,244,179)
#D7F5BB
(215,245,187)
#DCF6C3
(220,246,195)
#E1F7CB
(225,247,203)
#E6F8D3
(230,248,211)
#EBF9DB
(235,249,219)
#F0FAE3
(240,250,227)
#F5FBEB
(245,251,235)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F2A3 color. Also use rgb(200,242,163) instead hex code.

Text Font Color

.myTextColor { color: #C8F2A3; }

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

This text font color is #C8F2A3.


Background Color

.myBgColor { background-color: #C8F2A3; }

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

This div background color is #C8F2A3.


Border color

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

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

This div border color is #C8F2A3.


Opacity

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

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

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

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

This text has shadow with #C8F2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F2A3 on black background.


Color preview on white background

This text has color #C8F2A3 on white background.



Black color preview on #C8F2A3 background

This text has black color on #C8F2A3 background.


White color preview on #C8F2A3 background

This text has white color on #C8F2A3 background.