COLOR #E5F1CF

HEX: #E5F1CF RGB: (229,241,207)

Color info

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

RGB color model

#E5F1CF color RGB value is (229,241,207).

RGB: (229,241,207) (90%, 95%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 207 of 255 = 81%

229
241
207

R + G + B ~ 89%. #E5F1CF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 241 + 207 = 677 (100%)
R 229 of 677 ~ 33.83%
G 241 of 677 ~ 35.6%
B 207 of 677 ~ 30.58'%

%33.83
%35.6
%30.58

CMYK color model

#E5F1CF color CMYK value is (5,0,14,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%

CMYK: (5,0,14,5)
C5M0Y14K5 (5%, 0%, 14%, 5%)
(0.05 / 0.00 / 0.14 / 0.05)

CMYK percentages

%4.98
%0
%14.11
%5.49

Codes

Color #E5F1CF in popluar color models

E5 F1 CF
RGB 229 241 207
HSL 81° 54.84% 87.84%
HSB/HSV 81° 14.11% 94.51%
CMYK 4.98% 0.00% 14.11%
5.49%

Color #E5F1CF in popluar number systems.

HEX E5 F1 CF
Decimal 229 241 207
Binary 11100101 11110001 11001111
Octal 345 361 317

Shades and tints

Shades of #E5F1CF

#E5F1CF
(229,241,207)
#D1DCBD
(209,220,189)
#BDC7AB
(189,199,171)
#A9B299
(169,178,153)
#959D87
(149,157,135)
#818875
(129,136,117)
#6D7363
(109,115,99)
#595E51
(89,94,81)
#45493F
(69,73,63)
#31342D
(49,52,45)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #E5F1CF

#E5F1CF
(229,241,207)
#E7F2D3
(231,242,211)
#E9F3D7
(233,243,215)
#EBF4DB
(235,244,219)
#EDF5DF
(237,245,223)
#EFF6E3
(239,246,227)
#F1F7E7
(241,247,231)
#F3F8EB
(243,248,235)
#F5F9EF
(245,249,239)
#F7FAF3
(247,250,243)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F1CF; }

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

This text font color is #E5F1CF.

Background Color

.myBgColor { background-color: #E5F1CF; }

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

This div background color is #E5F1CF.

Border color

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

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

This div border color is #E5F1CF.

Opacity

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

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

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

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

This text has shadow with #E5F1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F1CF.

Preview

Color preview on black background

This text has color #E5F1CF on black background.


Color preview on white background

This text has color #E5F1CF on white background.


Black color preview on #E5F1CF background

This text has black color on #E5F1CF background.


White color preview on #E5F1CF background

This text has white color on #E5F1CF background.


Related colors

Complementary color

Complementary color for #hex is #1A0E30.


I love getcolorcode.com

Triadic colors

1 #CFE5F1 and #F1CFE5 with #E5F1CF are triadic colors.

2 #CFF1E5 and #F1E5CF with #E5F1CF are triadic colors.