COLOR #E4F0CD

HEX: #E4F0CD RGB: (228,240,205)

Color info

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

RGB color model

#E4F0CD color RGB value is (228,240,205).

RGB: (228,240,205) (89%, 94%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 205 of 255 = 80%

228
240
205

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

Portions of RGB colors in percentages

R + G + B = 228 + 240 + 205 = 673 (100%)
R 228 of 673 ~ 33.88%
G 240 of 673 ~ 35.66%
B 205 of 673 ~ 30.46'%

%33.88
%35.66
%30.46

CMYK color model

#E4F0CD color CMYK value is (5,0,15,6).

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

CMYK: (5,0,15,6)
C5M0Y15K6 (5%, 0%, 15%, 6%)
(0.05 / 0.00 / 0.15 / 0.06)

CMYK percentages

%5
%0
%14.58
%5.88

Codes

Color #E4F0CD in popluar color models

E4 F0 CD
RGB 228 240 205
HSL 81° 53.85% 87.25%
HSB/HSV 81° 14.58% 94.12%
CMYK 5.00% 0.00% 14.58%
5.88%

Color #E4F0CD in popluar number systems.

HEX E4 F0 CD
Decimal 228 240 205
Binary 11100100 11110000 11001101
Octal 344 360 315

Shades and tints

Shades of #E4F0CD

#E4F0CD
(228,240,205)
#D0DBBB
(208,219,187)
#BCC6A9
(188,198,169)
#A8B197
(168,177,151)
#949C85
(148,156,133)
#808773
(128,135,115)
#6C7261
(108,114,97)
#585D4F
(88,93,79)
#44483D
(68,72,61)
#30332B
(48,51,43)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #E4F0CD

#E4F0CD
(228,240,205)
#E6F1D1
(230,241,209)
#E8F2D5
(232,242,213)
#EAF3D9
(234,243,217)
#ECF4DD
(236,244,221)
#EEF5E1
(238,245,225)
#F0F6E5
(240,246,229)
#F2F7E9
(242,247,233)
#F4F8ED
(244,248,237)
#F6F9F1
(246,249,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0CD; }

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

This text font color is #E4F0CD.

Background Color

.myBgColor { background-color: #E4F0CD; }

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

This div background color is #E4F0CD.

Border color

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

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

This div border color is #E4F0CD.

Opacity

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

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

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

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

This text has shadow with #E4F0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F0CD.

Preview

Color preview on black background

This text has color #E4F0CD on black background.


Color preview on white background

This text has color #E4F0CD on white background.


Black color preview on #E4F0CD background

This text has black color on #E4F0CD background.


White color preview on #E4F0CD background

This text has white color on #E4F0CD background.


Related colors

Complementary color

Complementary color for #hex is #1B0F32.


I love getcolorcode.com

Triadic colors

1 #CDE4F0 and #F0CDE4 with #E4F0CD are triadic colors.

2 #CDF0E4 and #F0E4CD with #E4F0CD are triadic colors.