COLOR #C8F4E3

HEX: #C8F4E3
RGB: (200,244,227)

Color info

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

RGB color model

#C8F4E3 color RGB value is (200,244,227).

  • red value is 200;
  • green value is 244;
  • blue value is 227.
RGB:
(200,244,227)
(78%,96%,89%)

RGB channels and saturation

R 200 of 255 = 78%
G 244 of 255 = 96%
B 227 of 255 = 89%

200
244
227

R + G + B ~ 88%. #C8F4E3 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 244 + 227 = 671 (100%)
R 200 of 671 ~ 29.81%
G 244 of 671 ~ 36.36%
B 227 of 671 ~ 33.83%

%29.81
%36.36
%33.83

CMYK color model

#C8F4E3 color CMYK value is (18,0,7,4).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 4.31%
CMYK:
(18,0,7,4)
C18M0Y7K4 
(18%,0%,7%,4%)
(0.18/0.00/0.07/0.04)	

CMYK percentages

%18.03
%0
%6.97
%4.31

Codes

Color #C8F4E3 in popluar color models

C8F4E3
RGB200244227
HSL157°66.67%87.06%
HSB/HSV157°18.03%95.69%
CMYK18.03%0.00%6.97%
4.31%

Color #C8F4E3 in popluar number systems.

HEXC8F4E3
Decimal200244227
Binary110010001111010011100011
Octal310364343

Shades and tints

Shades of #C8F4E3

#C8F4E3
(200,244,227)
#B6DECF
(182,222,207)
#A4C8BB
(164,200,187)
#92B2A7
(146,178,167)
#809C93
(128,156,147)
#6E867F
(110,134,127)
#5C706B
(92,112,107)
#4A5A57
(74,90,87)
#384443
(56,68,67)
#262E2F
(38,46,47)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #C8F4E3

#C8F4E3
(200,244,227)
#CDF5E5
(205,245,229)
#D2F6E7
(210,246,231)
#D7F7E9
(215,247,233)
#DCF8EB
(220,248,235)
#E1F9ED
(225,249,237)
#E6FAEF
(230,250,239)
#EBFBF1
(235,251,241)
#F0FCF3
(240,252,243)
#F5FDF5
(245,253,245)
#FAFEF7
(250,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F4E3 color. Also use rgb(200,244,227) instead hex code.

Text Font Color

.myTextColor { color: #C8F4E3; }

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

This text font color is #C8F4E3.


Background Color

.myBgColor { background-color: #C8F4E3; }

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

This div background color is #C8F4E3.


Border color

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

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

This div border color is #C8F4E3.


Opacity

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

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

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

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

This text has shadow with #C8F4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F4E3 on black background.


Color preview on white background

This text has color #C8F4E3 on white background.



Black color preview on #C8F4E3 background

This text has black color on #C8F4E3 background.


White color preview on #C8F4E3 background

This text has white color on #C8F4E3 background.