COLOR #E4EBDC

HEX: #E4EBDC RGB: (228,235,220)

Color info

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

RGB color model

#E4EBDC color RGB value is (228,235,220).

RGB: (228,235,220) (89%, 92%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 220 of 255 = 86%

228
235
220

R + G + B ~ 89%. #E4EBDC is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 235 + 220 = 683 (100%)
R 228 of 683 ~ 33.38%
G 235 of 683 ~ 34.41%
B 220 of 683 ~ 32.21'%

%33.38
%34.41
%32.21

CMYK color model

#E4EBDC color CMYK value is (3,0,6,8).

  • cyan value is 2.98%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%

CMYK: (3,0,6,8)
C3M0Y6K8 (3%, 0%, 6%, 8%)
(0.03 / 0.00 / 0.06 / 0.08)

CMYK percentages

%2.98
%0
%6.38
%7.84

Codes

Color #E4EBDC in popluar color models

E4 EB DC
RGB 228 235 220
HSL 88° 27.27% 89.22%
HSB/HSV 88° 6.38% 92.16%
CMYK 2.98% 0.00% 6.38%
7.84%

Color #E4EBDC in popluar number systems.

HEX E4 EB DC
Decimal 228 235 220
Binary 11100100 11101011 11011100
Octal 344 353 334

Shades and tints

Shades of #E4EBDC

#E4EBDC
(228,235,220)
#D0D6C8
(208,214,200)
#BCC1B4
(188,193,180)
#A8ACA0
(168,172,160)
#94978C
(148,151,140)
#808278
(128,130,120)
#6C6D64
(108,109,100)
#585850
(88,88,80)
#44433C
(68,67,60)
#302E28
(48,46,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #E4EBDC

#E4EBDC
(228,235,220)
#E6ECDF
(230,236,223)
#E8EDE2
(232,237,226)
#EAEEE5
(234,238,229)
#ECEFE8
(236,239,232)
#EEF0EB
(238,240,235)
#F0F1EE
(240,241,238)
#F2F2F1
(242,242,241)
#F4F3F4
(244,243,244)
#F6F4F7
(246,244,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EBDC color. Also use rgb(228,235,220) instead hex code.

Text Font Color

.myTextColor { color: #E4EBDC; }

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

This text font color is #E4EBDC.

Background Color

.myBgColor { background-color: #E4EBDC; }

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

This div background color is #E4EBDC.

Border color

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

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

This div border color is #E4EBDC.

Opacity

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

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

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

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

This text has shadow with #E4EBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EBDC.

Preview

Color preview on black background

This text has color #E4EBDC on black background.


Color preview on white background

This text has color #E4EBDC on white background.


Black color preview on #E4EBDC background

This text has black color on #E4EBDC background.


White color preview on #E4EBDC background

This text has white color on #E4EBDC background.


Related colors

Complementary color

Complementary color for #hex is #1B1423.


I love getcolorcode.com

Triadic colors

1 #DCE4EB and #EBDCE4 with #E4EBDC are triadic colors.

2 #DCEBE4 and #EBE4DC with #E4EBDC are triadic colors.