COLOR #E8F8CA

HEX: #E8F8CA
RGB: (232,248,202)

Color info

#E8F8CA contains red, green and blue colors in about the same proportion. Web safe color of #E8F8CA is #FFFFCC (or #FFC).

RGB color model

#E8F8CA color RGB value is (232,248,202).

  • red value is 232;
  • green value is 248;
  • blue value is 202.
RGB:
(232,248,202)
(91%,97%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 248 of 255 = 97%
B 202 of 255 = 79%

232
248
202

R + G + B ~ 89%. #E8F8CA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 248 + 202 = 682 (100%)
R 232 of 682 ~ 34.02%
G 248 of 682 ~ 36.36%
B 202 of 682 ~ 29.62%

%34.02
%36.36
%29.62

CMYK color model

#E8F8CA color CMYK value is (6,0,19,3).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(6,0,19,3)
C6M0Y19K3 
(6%,0%,19%,3%)
(0.06/0.00/0.19/0.03)	

CMYK percentages

%6.45
%0
%18.55
%2.75

Codes

Color #E8F8CA in popluar color models

E8F8CA
RGB232248202
HSL81°76.67%88.24%
HSB/HSV81°18.55%97.25%
CMYK6.45%0.00%18.55%
2.75%

Color #E8F8CA in popluar number systems.

HEXE8F8CA
Decimal232248202
Binary111010001111100011001010
Octal350370312

Shades and tints

Shades of #E8F8CA

#E8F8CA
(232,248,202)
#D3E2B8
(211,226,184)
#BECCA6
(190,204,166)
#A9B694
(169,182,148)
#94A082
(148,160,130)
#7F8A70
(127,138,112)
#6A745E
(106,116,94)
#555E4C
(85,94,76)
#40483A
(64,72,58)
#2B3228
(43,50,40)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #E8F8CA

#E8F8CA
(232,248,202)
#EAF8CE
(234,248,206)
#ECF8D2
(236,248,210)
#EEF8D6
(238,248,214)
#F0F8DA
(240,248,218)
#F2F8DE
(242,248,222)
#F4F8E2
(244,248,226)
#F6F8E6
(246,248,230)
#F8F8EA
(248,248,234)
#FAF8EE
(250,248,238)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F8CA color. Also use rgb(232,248,202) instead hex code.

Text Font Color

.myTextColor { color: #E8F8CA; }

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

This text font color is #E8F8CA.


Background Color

.myBgColor { background-color: #E8F8CA; }

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

This div background color is #E8F8CA.


Border color

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

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

This div border color is #E8F8CA.


Opacity

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

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

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

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

This text has shadow with #E8F8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F8CA on black background.


Color preview on white background

This text has color #E8F8CA on white background.



Black color preview on #E8F8CA background

This text has black color on #E8F8CA background.


White color preview on #E8F8CA background

This text has white color on #E8F8CA background.