COLOR #E1E9CF

HEX: #E1E9CF RGB: (225,233,207)

Color info

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

RGB color model

#E1E9CF color RGB value is (225,233,207).

RGB: (225,233,207) (88%, 91%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 233 of 255 = 91%
B 207 of 255 = 81%

225
233
207

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

Portions of RGB colors in percentages

R + G + B = 225 + 233 + 207 = 665 (100%)
R 225 of 665 ~ 33.83%
G 233 of 665 ~ 35.04%
B 207 of 665 ~ 31.13'%

%33.83
%35.04
%31.13

CMYK color model

#E1E9CF color CMYK value is (3,0,11,9).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 8.63%

CMYK: (3,0,11,9)
C3M0Y11K9 (3%, 0%, 11%, 9%)
(0.03 / 0.00 / 0.11 / 0.09)

CMYK percentages

%3.43
%0
%11.16
%8.63

Codes

Color #E1E9CF in popluar color models

E1 E9 CF
RGB 225 233 207
HSL 78° 37.14% 86.27%
HSB/HSV 78° 11.16% 91.37%
CMYK 3.43% 0.00% 11.16%
8.63%

Color #E1E9CF in popluar number systems.

HEX E1 E9 CF
Decimal 225 233 207
Binary 11100001 11101001 11001111
Octal 341 351 317

Shades and tints

Shades of #E1E9CF

#E1E9CF
(225,233,207)
#CDD4BD
(205,212,189)
#B9BFAB
(185,191,171)
#A5AA99
(165,170,153)
#919587
(145,149,135)
#7D8075
(125,128,117)
#696B63
(105,107,99)
#555651
(85,86,81)
#41413F
(65,65,63)
#2D2C2D
(45,44,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1E9CF

#E1E9CF
(225,233,207)
#E3EBD3
(227,235,211)
#E5EDD7
(229,237,215)
#E7EFDB
(231,239,219)
#E9F1DF
(233,241,223)
#EBF3E3
(235,243,227)
#EDF5E7
(237,245,231)
#EFF7EB
(239,247,235)
#F1F9EF
(241,249,239)
#F3FBF3
(243,251,243)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E9CF; }

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

This text font color is #E1E9CF.

Background Color

.myBgColor { background-color: #E1E9CF; }

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

This div background color is #E1E9CF.

Border color

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

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

This div border color is #E1E9CF.

Opacity

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

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

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

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

This text has shadow with #E1E9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E9CF.

Preview

Color preview on black background

This text has color #E1E9CF on black background.


Color preview on white background

This text has color #E1E9CF on white background.


Black color preview on #E1E9CF background

This text has black color on #E1E9CF background.


White color preview on #E1E9CF background

This text has white color on #E1E9CF background.


Related colors

Complementary color

Complementary color for #hex is #1E1630.


I love getcolorcode.com

Triadic colors

1 #CFE1E9 and #E9CFE1 with #E1E9CF are triadic colors.

2 #CFE9E1 and #E9E1CF with #E1E9CF are triadic colors.