COLOR #E4F0CF

HEX: #E4F0CF RGB: (228,240,207)

Color info

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

RGB color model

#E4F0CF color RGB value is (228,240,207).

RGB: (228,240,207) (89%, 94%, 81%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 207 of 255 = 81%

228
240
207

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

Portions of RGB colors in percentages

R + G + B = 228 + 240 + 207 = 675 (100%)
R 228 of 675 ~ 33.78%
G 240 of 675 ~ 35.56%
B 207 of 675 ~ 30.67'%

%33.78
%35.56
%30.67

CMYK color model

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

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%

CMYK: (5,0,14,6)
C5M0Y14K6 (5%, 0%, 14%, 6%)
(0.05 / 0.00 / 0.14 / 0.06)

CMYK percentages

%5
%0
%13.75
%5.88

Codes

Color #E4F0CF in popluar color models

E4 F0 CF
RGB 228 240 207
HSL 82° 52.38% 87.65%
HSB/HSV 82° 13.75% 94.12%
CMYK 5.00% 0.00% 13.75%
5.88%

Color #E4F0CF in popluar number systems.

HEX E4 F0 CF
Decimal 228 240 207
Binary 11100100 11110000 11001111
Octal 344 360 317

Shades and tints

Shades of #E4F0CF

#E4F0CF
(228,240,207)
#D0DBBD
(208,219,189)
#BCC6AB
(188,198,171)
#A8B199
(168,177,153)
#949C87
(148,156,135)
#808775
(128,135,117)
#6C7263
(108,114,99)
#585D51
(88,93,81)
#44483F
(68,72,63)
#30332D
(48,51,45)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #E4F0CF

#E4F0CF
(228,240,207)
#E6F1D3
(230,241,211)
#E8F2D7
(232,242,215)
#EAF3DB
(234,243,219)
#ECF4DF
(236,244,223)
#EEF5E3
(238,245,227)
#F0F6E7
(240,246,231)
#F2F7EB
(242,247,235)
#F4F8EF
(244,248,239)
#F6F9F3
(246,249,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F0CF color. Also use rgb(228,240,207) instead hex code.

Text Font Color

.myTextColor { color: #E4F0CF; }

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

This text font color is #E4F0CF.

Background Color

.myBgColor { background-color: #E4F0CF; }

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

This div background color is #E4F0CF.

Border color

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

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

This div border color is #E4F0CF.

Opacity

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

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

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

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

This text has shadow with #E4F0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F0CF.

Preview

Color preview on black background

This text has color #E4F0CF on black background.


Color preview on white background

This text has color #E4F0CF on white background.


Black color preview on #E4F0CF background

This text has black color on #E4F0CF background.


White color preview on #E4F0CF background

This text has white color on #E4F0CF background.


Related colors

Complementary color

Complementary color for #hex is #1B0F30.


I love getcolorcode.com

Triadic colors

1 #CFE4F0 and #F0CFE4 with #E4F0CF are triadic colors.

2 #CFF0E4 and #F0E4CF with #E4F0CF are triadic colors.