COLOR #E1EFCF

HEX: #E1EFCF
RGB: (225,239,207)

Color info

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

RGB color model

#E1EFCF color RGB value is (225,239,207).

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

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 207 of 255 = 81%

225
239
207

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

Portions of RGB colors in percentages

R + G + B =
225 + 239 + 207 = 671 (100%)
R 225 of 671 ~ 33.53%
G 239 of 671 ~ 35.62%
B 207 of 671 ~ 30.85%

%33.53
%35.62
%30.85

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(6,0,13,6)
C6M0Y13K6 
(6%,0%,13%,6%)
(0.06/0.00/0.13/0.06)	

CMYK percentages

%5.86
%0
%13.39
%6.27

Codes

Color #E1EFCF in popluar color models

E1EFCF
RGB225239207
HSL86°50.00%87.45%
HSB/HSV86°13.39%93.73%
CMYK5.86%0.00%13.39%
6.27%

Color #E1EFCF in popluar number systems.

HEXE1EFCF
Decimal225239207
Binary111000011110111111001111
Octal341357317

Shades and tints

Shades of #E1EFCF

#E1EFCF
(225,239,207)
#CDDABD
(205,218,189)
#B9C5AB
(185,197,171)
#A5B099
(165,176,153)
#919B87
(145,155,135)
#7D8675
(125,134,117)
#697163
(105,113,99)
#555C51
(85,92,81)
#41473F
(65,71,63)
#2D322D
(45,50,45)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #E1EFCF

#E1EFCF
(225,239,207)
#E3F0D3
(227,240,211)
#E5F1D7
(229,241,215)
#E7F2DB
(231,242,219)
#E9F3DF
(233,243,223)
#EBF4E3
(235,244,227)
#EDF5E7
(237,245,231)
#EFF6EB
(239,246,235)
#F1F7EF
(241,247,239)
#F3F8F3
(243,248,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EFCF; }

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

This text font color is #E1EFCF.


Background Color

.myBgColor { background-color: #E1EFCF; }

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

This div background color is #E1EFCF.


Border color

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

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

This div border color is #E1EFCF.


Opacity

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

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

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

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

This text has shadow with #E1EFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EFCF on black background.


Color preview on white background

This text has color #E1EFCF on white background.



Black color preview on #E1EFCF background

This text has black color on #E1EFCF background.


White color preview on #E1EFCF background

This text has white color on #E1EFCF background.