COLOR #E4F0BC

HEX: #E4F0BC RGB: (228,240,188)

Color info

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

RGB color model

#E4F0BC color RGB value is (228,240,188).

RGB: (228,240,188) (89%, 94%, 74%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 188 of 255 = 74%

228
240
188

R + G + B ~ 86%. #E4F0BC is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 240 + 188 = 656 (100%)
R 228 of 656 ~ 34.76%
G 240 of 656 ~ 36.59%
B 188 of 656 ~ 28.66'%

%34.76
%36.59
%28.66

CMYK color model

#E4F0BC color CMYK value is (5,0,22,6).

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

CMYK: (5,0,22,6)
C5M0Y22K6 (5%, 0%, 22%, 6%)
(0.05 / 0.00 / 0.22 / 0.06)

CMYK percentages

%5
%0
%21.67
%5.88

Codes

Color #E4F0BC in popluar color models

E4 F0 BC
RGB 228 240 188
HSL 74° 63.41% 83.92%
HSB/HSV 74° 21.67% 94.12%
CMYK 5.00% 0.00% 21.67%
5.88%

Color #E4F0BC in popluar number systems.

HEX E4 F0 BC
Decimal 228 240 188
Binary 11100100 11110000 10111100
Octal 344 360 274

Shades and tints

Shades of #E4F0BC

#E4F0BC
(228,240,188)
#D0DBAB
(208,219,171)
#BCC69A
(188,198,154)
#A8B189
(168,177,137)
#949C78
(148,156,120)
#808767
(128,135,103)
#6C7256
(108,114,86)
#585D45
(88,93,69)
#444834
(68,72,52)
#303323
(48,51,35)
#1C1E12
(28,30,18)
#000000
(0,0,0)

Tints of #E4F0BC

#E4F0BC
(228,240,188)
#E6F1C2
(230,241,194)
#E8F2C8
(232,242,200)
#EAF3CE
(234,243,206)
#ECF4D4
(236,244,212)
#EEF5DA
(238,245,218)
#F0F6E0
(240,246,224)
#F2F7E6
(242,247,230)
#F4F8EC
(244,248,236)
#F6F9F2
(246,249,242)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0BC; }

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

This text font color is #E4F0BC.

Background Color

.myBgColor { background-color: #E4F0BC; }

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

This div background color is #E4F0BC.

Border color

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

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

This div border color is #E4F0BC.

Opacity

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

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

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

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

This text has shadow with #E4F0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F0BC.

Preview

Color preview on black background

This text has color #E4F0BC on black background.


Color preview on white background

This text has color #E4F0BC on white background.


Black color preview on #E4F0BC background

This text has black color on #E4F0BC background.


White color preview on #E4F0BC background

This text has white color on #E4F0BC background.


Related colors

Complementary color

Complementary color for #hex is #1B0F43.


I love getcolorcode.com

Triadic colors

1 #BCE4F0 and #F0BCE4 with #E4F0BC are triadic colors.

2 #BCF0E4 and #F0E4BC with #E4F0BC are triadic colors.