COLOR #E8EFC5

HEX: #E8EFC5
RGB: (232,239,197)

Color info

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

RGB color model

#E8EFC5 color RGB value is (232,239,197).

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

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 197 of 255 = 77%

232
239
197

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 197 = 668 (100%)
R 232 of 668 ~ 34.73%
G 239 of 668 ~ 35.78%
B 197 of 668 ~ 29.49%

%34.73
%35.78
%29.49

CMYK color model

#E8EFC5 color CMYK value is (3,0,18,6).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(3,0,18,6)
C3M0Y18K6 
(3%,0%,18%,6%)
(0.03/0.00/0.18/0.06)	

CMYK percentages

%2.93
%0
%17.57
%6.27

Codes

Color #E8EFC5 in popluar color models

E8EFC5
RGB232239197
HSL70°56.76%85.49%
HSB/HSV70°17.57%93.73%
CMYK2.93%0.00%17.57%
6.27%

Color #E8EFC5 in popluar number systems.

HEXE8EFC5
Decimal232239197
Binary111010001110111111000101
Octal350357305

Shades and tints

Shades of #E8EFC5

#E8EFC5
(232,239,197)
#D3DAB4
(211,218,180)
#BEC5A3
(190,197,163)
#A9B092
(169,176,146)
#949B81
(148,155,129)
#7F8670
(127,134,112)
#6A715F
(106,113,95)
#555C4E
(85,92,78)
#40473D
(64,71,61)
#2B322C
(43,50,44)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #E8EFC5

#E8EFC5
(232,239,197)
#EAF0CA
(234,240,202)
#ECF1CF
(236,241,207)
#EEF2D4
(238,242,212)
#F0F3D9
(240,243,217)
#F2F4DE
(242,244,222)
#F4F5E3
(244,245,227)
#F6F6E8
(246,246,232)
#F8F7ED
(248,247,237)
#FAF8F2
(250,248,242)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EFC5; }

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

This text font color is #E8EFC5.


Background Color

.myBgColor { background-color: #E8EFC5; }

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

This div background color is #E8EFC5.


Border color

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

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

This div border color is #E8EFC5.


Opacity

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

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

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

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

This text has shadow with #E8EFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFC5 on black background.


Color preview on white background

This text has color #E8EFC5 on white background.



Black color preview on #E8EFC5 background

This text has black color on #E8EFC5 background.


White color preview on #E8EFC5 background

This text has white color on #E8EFC5 background.