COLOR #C8F5C3

HEX: #C8F5C3
RGB: (200,245,195)

Color info

#C8F5C3 contains red, green and blue colors in about the same proportion. Web safe color of #C8F5C3 is #CCFFCC (or #CFC).

RGB color model

#C8F5C3 color RGB value is (200,245,195).

  • red value is 200;
  • green value is 245;
  • blue value is 195.
RGB:
(200,245,195)
(78%,96%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 245 of 255 = 96%
B 195 of 255 = 76%

200
245
195

R + G + B ~ 83%. #C8F5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 245 + 195 = 640 (100%)
R 200 of 640 ~ 31.25%
G 245 of 640 ~ 38.28%
B 195 of 640 ~ 30.47%

%31.25
%38.28
%30.47

CMYK color model

#C8F5C3 color CMYK value is (18,0,20,4).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 3.92%
CMYK:
(18,0,20,4)
C18M0Y20K4 
(18%,0%,20%,4%)
(0.18/0.00/0.20/0.04)	

CMYK percentages

%18.37
%0
%20.41
%3.92

Codes

Color #C8F5C3 in popluar color models

C8F5C3
RGB200245195
HSL114°71.43%86.27%
HSB/HSV114°20.41%96.08%
CMYK18.37%0.00%20.41%
3.92%

Color #C8F5C3 in popluar number systems.

HEXC8F5C3
Decimal200245195
Binary110010001111010111000011
Octal310365303

Shades and tints

Shades of #C8F5C3

#C8F5C3
(200,245,195)
#B6DFB2
(182,223,178)
#A4C9A1
(164,201,161)
#92B390
(146,179,144)
#809D7F
(128,157,127)
#6E876E
(110,135,110)
#5C715D
(92,113,93)
#4A5B4C
(74,91,76)
#38453B
(56,69,59)
#262F2A
(38,47,42)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8F5C3

#C8F5C3
(200,245,195)
#CDF5C8
(205,245,200)
#D2F5CD
(210,245,205)
#D7F5D2
(215,245,210)
#DCF5D7
(220,245,215)
#E1F5DC
(225,245,220)
#E6F5E1
(230,245,225)
#EBF5E6
(235,245,230)
#F0F5EB
(240,245,235)
#F5F5F0
(245,245,240)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F5C3 color. Also use rgb(200,245,195) instead hex code.

Text Font Color

.myTextColor { color: #C8F5C3; }

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

This text font color is #C8F5C3.


Background Color

.myBgColor { background-color: #C8F5C3; }

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

This div background color is #C8F5C3.


Border color

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

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

This div border color is #C8F5C3.


Opacity

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

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

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

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

This text has shadow with #C8F5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F5C3 on black background.


Color preview on white background

This text has color #C8F5C3 on white background.



Black color preview on #C8F5C3 background

This text has black color on #C8F5C3 background.


White color preview on #C8F5C3 background

This text has white color on #C8F5C3 background.