COLOR #E5EFCF

HEX: #E5EFCF
RGB: (229,239,207)

Color info

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

RGB color model

#E5EFCF color RGB value is (229,239,207).

  • red value is 229;
  • green value is 239;
  • blue value is 207.
RGB:
(229,239,207)
(90%,94%,81%)

RGB channels and saturation

R 229 of 255 = 90%
G 239 of 255 = 94%
B 207 of 255 = 81%

229
239
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 239 + 207 = 675 (100%)
R 229 of 675 ~ 33.93%
G 239 of 675 ~ 35.41%
B 207 of 675 ~ 30.67%

%33.93
%35.41
%30.67

CMYK color model

#E5EFCF color CMYK value is (4,0,13,6).

  • cyan value is 4.18%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(4,0,13,6)
C4M0Y13K6 
(4%,0%,13%,6%)
(0.04/0.00/0.13/0.06)	

CMYK percentages

%4.18
%0
%13.39
%6.27

Codes

Color #E5EFCF in popluar color models

E5EFCF
RGB229239207
HSL79°50.00%87.45%
HSB/HSV79°13.39%93.73%
CMYK4.18%0.00%13.39%
6.27%

Color #E5EFCF in popluar number systems.

HEXE5EFCF
Decimal229239207
Binary111001011110111111001111
Octal345357317

Shades and tints

Shades of #E5EFCF

#E5EFCF
(229,239,207)
#D1DABD
(209,218,189)
#BDC5AB
(189,197,171)
#A9B099
(169,176,153)
#959B87
(149,155,135)
#818675
(129,134,117)
#6D7163
(109,113,99)
#595C51
(89,92,81)
#45473F
(69,71,63)
#31322D
(49,50,45)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #E5EFCF

#E5EFCF
(229,239,207)
#E7F0D3
(231,240,211)
#E9F1D7
(233,241,215)
#EBF2DB
(235,242,219)
#EDF3DF
(237,243,223)
#EFF4E3
(239,244,227)
#F1F5E7
(241,245,231)
#F3F6EB
(243,246,235)
#F5F7EF
(245,247,239)
#F7F8F3
(247,248,243)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EFCF color. Also use rgb(229,239,207) instead hex code.

Text Font Color

.myTextColor { color: #E5EFCF; }

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

This text font color is #E5EFCF.


Background Color

.myBgColor { background-color: #E5EFCF; }

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

This div background color is #E5EFCF.


Border color

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

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

This div border color is #E5EFCF.


Opacity

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

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

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

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

This text has shadow with #E5EFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EFCF on black background.


Color preview on white background

This text has color #E5EFCF on white background.



Black color preview on #E5EFCF background

This text has black color on #E5EFCF background.


White color preview on #E5EFCF background

This text has white color on #E5EFCF background.