COLOR #E4DBEC

HEX: #E4DBEC
RGB: (228,219,236)

Color info

#E4DBEC contains red, green and blue colors in about the same proportion. Web safe color of #E4DBEC is #CCCCFF (or #CCF).

RGB color model

#E4DBEC color RGB value is (228,219,236).

  • red value is 228;
  • green value is 219;
  • blue value is 236.
RGB:
(228,219,236)
(89%,86%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 236 of 255 = 93%

228
219
236

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 236 = 683 (100%)
R 228 of 683 ~ 33.38%
G 219 of 683 ~ 32.06%
B 236 of 683 ~ 34.55%

%33.38
%32.06
%34.55

CMYK color model

#E4DBEC color CMYK value is (3,7,0,7).

  • cyan value is 3.39%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,7,0,7)
C3M7Y0K7 
(3%,7%,0%,7%)
(0.03/0.07/0.00/0.07)	

CMYK percentages

%3.39
%7.2
%0
%7.45

Codes

Color #E4DBEC in popluar color models

E4DBEC
RGB228219236
HSL272°30.91%89.22%
HSB/HSV272°7.20%92.55%
CMYK3.39%7.20%0.00%
7.45%

Color #E4DBEC in popluar number systems.

HEXE4DBEC
Decimal228219236
Binary111001001101101111101100
Octal344333354

Shades and tints

Shades of #E4DBEC

#E4DBEC
(228,219,236)
#D0C8D7
(208,200,215)
#BCB5C2
(188,181,194)
#A8A2AD
(168,162,173)
#948F98
(148,143,152)
#807C83
(128,124,131)
#6C696E
(108,105,110)
#585659
(88,86,89)
#444344
(68,67,68)
#30302F
(48,48,47)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #E4DBEC

#E4DBEC
(228,219,236)
#E6DEED
(230,222,237)
#E8E1EE
(232,225,238)
#EAE4EF
(234,228,239)
#ECE7F0
(236,231,240)
#EEEAF1
(238,234,241)
#F0EDF2
(240,237,242)
#F2F0F3
(242,240,243)
#F4F3F4
(244,243,244)
#F6F6F5
(246,246,245)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DBEC color. Also use rgb(228,219,236) instead hex code.

Text Font Color

.myTextColor { color: #E4DBEC; }

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

This text font color is #E4DBEC.


Background Color

.myBgColor { background-color: #E4DBEC; }

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

This div background color is #E4DBEC.


Border color

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

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

This div border color is #E4DBEC.


Opacity

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

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

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

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

This text has shadow with #E4DBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBEC on black background.


Color preview on white background

This text has color #E4DBEC on white background.



Black color preview on #E4DBEC background

This text has black color on #E4DBEC background.


White color preview on #E4DBEC background

This text has white color on #E4DBEC background.