COLOR #C8F9A3

HEX: #C8F9A3
RGB: (200,249,163)

Color info

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

RGB color model

#C8F9A3 color RGB value is (200,249,163).

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

RGB channels and saturation

R 200 of 255 = 78%
G 249 of 255 = 98%
B 163 of 255 = 64%

200
249
163

R + G + B ~ 80%. #C8F9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 249 + 163 = 612 (100%)
R 200 of 612 ~ 32.68%
G 249 of 612 ~ 40.69%
B 163 of 612 ~ 26.63%

%32.68
%40.69
%26.63

CMYK color model

#C8F9A3 color CMYK value is (20,0,35,2).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 34.54%
  • key color value is 2.35%
CMYK:
(20,0,35,2)
C20M0Y35K2 
(20%,0%,35%,2%)
(0.20/0.00/0.35/0.02)	

CMYK percentages

%19.68
%0
%34.54
%2.35

Codes

Color #C8F9A3 in popluar color models

C8F9A3
RGB200249163
HSL94°87.76%80.78%
HSB/HSV94°34.54%97.65%
CMYK19.68%0.00%34.54%
2.35%

Color #C8F9A3 in popluar number systems.

HEXC8F9A3
Decimal200249163
Binary110010001111100110100011
Octal310371243

Shades and tints

Shades of #C8F9A3

#C8F9A3
(200,249,163)
#B6E395
(182,227,149)
#A4CD87
(164,205,135)
#92B779
(146,183,121)
#80A16B
(128,161,107)
#6E8B5D
(110,139,93)
#5C754F
(92,117,79)
#4A5F41
(74,95,65)
#384933
(56,73,51)
#263325
(38,51,37)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #C8F9A3

#C8F9A3
(200,249,163)
#CDF9AB
(205,249,171)
#D2F9B3
(210,249,179)
#D7F9BB
(215,249,187)
#DCF9C3
(220,249,195)
#E1F9CB
(225,249,203)
#E6F9D3
(230,249,211)
#EBF9DB
(235,249,219)
#F0F9E3
(240,249,227)
#F5F9EB
(245,249,235)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F9A3; }

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

This text font color is #C8F9A3.


Background Color

.myBgColor { background-color: #C8F9A3; }

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

This div background color is #C8F9A3.


Border color

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

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

This div border color is #C8F9A3.


Opacity

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

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

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

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

This text has shadow with #C8F9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F9A3 on black background.


Color preview on white background

This text has color #C8F9A3 on white background.



Black color preview on #C8F9A3 background

This text has black color on #C8F9A3 background.


White color preview on #C8F9A3 background

This text has white color on #C8F9A3 background.