COLOR #E4EFC3

HEX: #E4EFC3
RGB: (228,239,195)

Color info

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

RGB color model

#E4EFC3 color RGB value is (228,239,195).

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

RGB channels and saturation

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

228
239
195

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 195 = 662 (100%)
R 228 of 662 ~ 34.44%
G 239 of 662 ~ 36.1%
B 195 of 662 ~ 29.46%

%34.44
%36.1
%29.46

CMYK color model

#E4EFC3 color CMYK value is (5,0,18,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 6.27%
CMYK:
(5,0,18,6)
C5M0Y18K6 
(5%,0%,18%,6%)
(0.05/0.00/0.18/0.06)	

CMYK percentages

%4.6
%0
%18.41
%6.27

Codes

Color #E4EFC3 in popluar color models

E4EFC3
RGB228239195
HSL75°57.89%85.10%
HSB/HSV75°18.41%93.73%
CMYK4.60%0.00%18.41%
6.27%

Color #E4EFC3 in popluar number systems.

HEXE4EFC3
Decimal228239195
Binary111001001110111111000011
Octal344357303

Shades and tints

Shades of #E4EFC3

#E4EFC3
(228,239,195)
#D0DAB2
(208,218,178)
#BCC5A1
(188,197,161)
#A8B090
(168,176,144)
#949B7F
(148,155,127)
#80866E
(128,134,110)
#6C715D
(108,113,93)
#585C4C
(88,92,76)
#44473B
(68,71,59)
#30322A
(48,50,42)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #E4EFC3

#E4EFC3
(228,239,195)
#E6F0C8
(230,240,200)
#E8F1CD
(232,241,205)
#EAF2D2
(234,242,210)
#ECF3D7
(236,243,215)
#EEF4DC
(238,244,220)
#F0F5E1
(240,245,225)
#F2F6E6
(242,246,230)
#F4F7EB
(244,247,235)
#F6F8F0
(246,248,240)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFC3; }

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

This text font color is #E4EFC3.


Background Color

.myBgColor { background-color: #E4EFC3; }

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

This div background color is #E4EFC3.


Border color

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

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

This div border color is #E4EFC3.


Opacity

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

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

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

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

This text has shadow with #E4EFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFC3 on black background.


Color preview on white background

This text has color #E4EFC3 on white background.



Black color preview on #E4EFC3 background

This text has black color on #E4EFC3 background.


White color preview on #E4EFC3 background

This text has white color on #E4EFC3 background.