COLOR #E8F2C3

HEX: #E8F2C3
RGB: (232,242,195)

Color info

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

RGB color model

#E8F2C3 color RGB value is (232,242,195).

  • red value is 232;
  • green value is 242;
  • blue value is 195.
RGB:
(232,242,195)
(91%,95%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 242 of 255 = 95%
B 195 of 255 = 76%

232
242
195

R + G + B ~ 87%. #E8F2C3 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 242 + 195 = 669 (100%)
R 232 of 669 ~ 34.68%
G 242 of 669 ~ 36.17%
B 195 of 669 ~ 29.15%

%34.68
%36.17
%29.15

CMYK color model

#E8F2C3 color CMYK value is (4,0,19,5).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 5.10%
CMYK:
(4,0,19,5)
C4M0Y19K5 
(4%,0%,19%,5%)
(0.04/0.00/0.19/0.05)	

CMYK percentages

%4.13
%0
%19.42
%5.1

Codes

Color #E8F2C3 in popluar color models

E8F2C3
RGB232242195
HSL73°64.38%85.69%
HSB/HSV73°19.42%94.90%
CMYK4.13%0.00%19.42%
5.10%

Color #E8F2C3 in popluar number systems.

HEXE8F2C3
Decimal232242195
Binary111010001111001011000011
Octal350362303

Shades and tints

Shades of #E8F2C3

#E8F2C3
(232,242,195)
#D3DCB2
(211,220,178)
#BEC6A1
(190,198,161)
#A9B090
(169,176,144)
#949A7F
(148,154,127)
#7F846E
(127,132,110)
#6A6E5D
(106,110,93)
#55584C
(85,88,76)
#40423B
(64,66,59)
#2B2C2A
(43,44,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E8F2C3

#E8F2C3
(232,242,195)
#EAF3C8
(234,243,200)
#ECF4CD
(236,244,205)
#EEF5D2
(238,245,210)
#F0F6D7
(240,246,215)
#F2F7DC
(242,247,220)
#F4F8E1
(244,248,225)
#F6F9E6
(246,249,230)
#F8FAEB
(248,250,235)
#FAFBF0
(250,251,240)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F2C3 color. Also use rgb(232,242,195) instead hex code.

Text Font Color

.myTextColor { color: #E8F2C3; }

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

This text font color is #E8F2C3.


Background Color

.myBgColor { background-color: #E8F2C3; }

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

This div background color is #E8F2C3.


Border color

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

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

This div border color is #E8F2C3.


Opacity

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

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

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

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

This text has shadow with #E8F2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F2C3 on black background.


Color preview on white background

This text has color #E8F2C3 on white background.



Black color preview on #E8F2C3 background

This text has black color on #E8F2C3 background.


White color preview on #E8F2C3 background

This text has white color on #E8F2C3 background.