COLOR #E4F0C3

HEX: #E4F0C3
RGB: (228,240,195)

Color info

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

RGB color model

#E4F0C3 color RGB value is (228,240,195).

  • red value is 228;
  • green value is 240;
  • blue value is 195.
RGB:
(228,240,195)
(89%,94%,76%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 195 of 255 = 76%

228
240
195

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

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 195 = 663 (100%)
R 228 of 663 ~ 34.39%
G 240 of 663 ~ 36.2%
B 195 of 663 ~ 29.41%

%34.39
%36.2
%29.41

CMYK color model

#E4F0C3 color CMYK value is (5,0,19,6).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK:
(5,0,19,6)
C5M0Y19K6 
(5%,0%,19%,6%)
(0.05/0.00/0.19/0.06)	

CMYK percentages

%5
%0
%18.75
%5.88

Codes

Color #E4F0C3 in popluar color models

E4F0C3
RGB228240195
HSL76°60.00%85.29%
HSB/HSV76°18.75%94.12%
CMYK5.00%0.00%18.75%
5.88%

Color #E4F0C3 in popluar number systems.

HEXE4F0C3
Decimal228240195
Binary111001001111000011000011
Octal344360303

Shades and tints

Shades of #E4F0C3

#E4F0C3
(228,240,195)
#D0DBB2
(208,219,178)
#BCC6A1
(188,198,161)
#A8B190
(168,177,144)
#949C7F
(148,156,127)
#80876E
(128,135,110)
#6C725D
(108,114,93)
#585D4C
(88,93,76)
#44483B
(68,72,59)
#30332A
(48,51,42)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #E4F0C3

#E4F0C3
(228,240,195)
#E6F1C8
(230,241,200)
#E8F2CD
(232,242,205)
#EAF3D2
(234,243,210)
#ECF4D7
(236,244,215)
#EEF5DC
(238,245,220)
#F0F6E1
(240,246,225)
#F2F7E6
(242,247,230)
#F4F8EB
(244,248,235)
#F6F9F0
(246,249,240)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0C3; }

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

This text font color is #E4F0C3.


Background Color

.myBgColor { background-color: #E4F0C3; }

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

This div background color is #E4F0C3.


Border color

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

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

This div border color is #E4F0C3.


Opacity

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

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

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

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

This text has shadow with #E4F0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0C3 on black background.


Color preview on white background

This text has color #E4F0C3 on white background.



Black color preview on #E4F0C3 background

This text has black color on #E4F0C3 background.


White color preview on #E4F0C3 background

This text has white color on #E4F0C3 background.