COLOR #C8F5C2

HEX: #C8F5C2
RGB: (200,245,194)

Color info

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

RGB color model

#C8F5C2 color RGB value is (200,245,194).

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

RGB channels and saturation

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

200
245
194

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

Portions of RGB colors in percentages

R + G + B =
200 + 245 + 194 = 639 (100%)
R 200 of 639 ~ 31.3%
G 245 of 639 ~ 38.34%
B 194 of 639 ~ 30.36%

%31.3
%38.34
%30.36

CMYK color model

#C8F5C2 color CMYK value is (18,0,21,4).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK: (18,0,21,4) C18M0Y21K4 (18%,0%,21%,4%) (0.18/0.00/0.21/0.04)

CMYK percentages

%18.37
%0
%20.82
%3.92

Codes

Color #C8F5C2 in popluar color models

C8F5C2
RGB200245194
HSL113°71.83%86.08%
HSB/HSV113°20.82%96.08%
CMYK18.37%0.00%20.82%
3.92%

Color #C8F5C2 in popluar number systems.

HEXC8F5C2
Decimal200245194
Binary110010001111010111000010
Octal310365302

Shades and tints

Shades of #C8F5C2

#C8F5C2
(200,245,194)
#B6DFB1
(182,223,177)
#A4C9A0
(164,201,160)
#92B38F
(146,179,143)
#809D7E
(128,157,126)
#6E876D
(110,135,109)
#5C715C
(92,113,92)
#4A5B4B
(74,91,75)
#38453A
(56,69,58)
#262F29
(38,47,41)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #C8F5C2

#C8F5C2
(200,245,194)
#CDF5C7
(205,245,199)
#D2F5CC
(210,245,204)
#D7F5D1
(215,245,209)
#DCF5D6
(220,245,214)
#E1F5DB
(225,245,219)
#E6F5E0
(230,245,224)
#EBF5E5
(235,245,229)
#F0F5EA
(240,245,234)
#F5F5EF
(245,245,239)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F5C2; }

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

This text font color is #C8F5C2.


Background Color

.myBgColor { background-color: #C8F5C2; }

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

This div background color is #C8F5C2.


Border color

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

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

This div border color is #C8F5C2.


Opacity

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

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

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

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

This text has shadow with #C8F5C2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C8F5C2 on black background.


Color preview on white background

This text has color #C8F5C2 on white background.



Black color preview on #C8F5C2 background

This text has black color on #C8F5C2 background.


White color preview on #C8F5C2 background

This text has white color on #C8F5C2 background.