COLOR #E8EFC2

HEX: #E8EFC2
RGB: (232,239,194)

Color info

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

RGB color model

#E8EFC2 color RGB value is (232,239,194).

  • red value is 232;
  • green value is 239;
  • blue value is 194.
RGB:
(232,239,194)
(91%,94%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 194 of 255 = 76%

232
239
194

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 194 = 665 (100%)
R 232 of 665 ~ 34.89%
G 239 of 665 ~ 35.94%
B 194 of 665 ~ 29.17%

%34.89
%35.94
%29.17

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%
CMYK:
(3,0,19,6)
C3M0Y19K6 
(3%,0%,19%,6%)
(0.03/0.00/0.19/0.06)	

CMYK percentages

%2.93
%0
%18.83
%6.27

Codes

Color #E8EFC2 in popluar color models

E8EFC2
RGB232239194
HSL69°58.44%84.90%
HSB/HSV69°18.83%93.73%
CMYK2.93%0.00%18.83%
6.27%

Color #E8EFC2 in popluar number systems.

HEXE8EFC2
Decimal232239194
Binary111010001110111111000010
Octal350357302

Shades and tints

Shades of #E8EFC2

#E8EFC2
(232,239,194)
#D3DAB1
(211,218,177)
#BEC5A0
(190,197,160)
#A9B08F
(169,176,143)
#949B7E
(148,155,126)
#7F866D
(127,134,109)
#6A715C
(106,113,92)
#555C4B
(85,92,75)
#40473A
(64,71,58)
#2B3229
(43,50,41)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #E8EFC2

#E8EFC2
(232,239,194)
#EAF0C7
(234,240,199)
#ECF1CC
(236,241,204)
#EEF2D1
(238,242,209)
#F0F3D6
(240,243,214)
#F2F4DB
(242,244,219)
#F4F5E0
(244,245,224)
#F6F6E5
(246,246,229)
#F8F7EA
(248,247,234)
#FAF8EF
(250,248,239)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EFC2 color. Also use rgb(232,239,194) instead hex code.

Text Font Color

.myTextColor { color: #E8EFC2; }

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

This text font color is #E8EFC2.


Background Color

.myBgColor { background-color: #E8EFC2; }

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

This div background color is #E8EFC2.


Border color

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

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

This div border color is #E8EFC2.


Opacity

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

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

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

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

This text has shadow with #E8EFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFC2 on black background.


Color preview on white background

This text has color #E8EFC2 on white background.



Black color preview on #E8EFC2 background

This text has black color on #E8EFC2 background.


White color preview on #E8EFC2 background

This text has white color on #E8EFC2 background.