COLOR #E4B8DC

HEX: #E4B8DC
RGB: (228,184,220)

Color info

#E4B8DC contains red, green and blue colors in about the same proportion. Web safe color of #E4B8DC is #CCCCCC (or #CCC).

RGB color model

#E4B8DC color RGB value is (228,184,220).

  • red value is 228;
  • green value is 184;
  • blue value is 220.
RGB:
(228,184,220)
(89%,72%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 184 of 255 = 72%
B 220 of 255 = 86%

228
184
220

R + G + B ~ 82%. #E4B8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 184 + 220 = 632 (100%)
R 228 of 632 ~ 36.08%
G 184 of 632 ~ 29.11%
B 220 of 632 ~ 34.81%

%36.08
%29.11
%34.81

CMYK color model

#E4B8DC color CMYK value is (0,19,4,11).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,19,4,11)
C0M19Y4K11 
(0%,19%,4%,11%)
(0.00/0.19/0.04/0.11)	

CMYK percentages

%0
%19.3
%3.51
%10.59

Codes

Color #E4B8DC in popluar color models

E4B8DC
RGB228184220
HSL311°44.90%80.78%
HSB/HSV311°19.30%89.41%
CMYK0.00%19.30%3.51%
10.59%

Color #E4B8DC in popluar number systems.

HEXE4B8DC
Decimal228184220
Binary111001001011100011011100
Octal344270334

Shades and tints

Shades of #E4B8DC

#E4B8DC
(228,184,220)
#D0A8C8
(208,168,200)
#BC98B4
(188,152,180)
#A888A0
(168,136,160)
#94788C
(148,120,140)
#806878
(128,104,120)
#6C5864
(108,88,100)
#584850
(88,72,80)
#44383C
(68,56,60)
#302828
(48,40,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4B8DC

#E4B8DC
(228,184,220)
#E6BEDF
(230,190,223)
#E8C4E2
(232,196,226)
#EACAE5
(234,202,229)
#ECD0E8
(236,208,232)
#EED6EB
(238,214,235)
#F0DCEE
(240,220,238)
#F2E2F1
(242,226,241)
#F4E8F4
(244,232,244)
#F6EEF7
(246,238,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B8DC; }

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

This text font color is #E4B8DC.


Background Color

.myBgColor { background-color: #E4B8DC; }

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

This div background color is #E4B8DC.


Border color

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

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

This div border color is #E4B8DC.


Opacity

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

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

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

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

This text has shadow with #E4B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B8DC on black background.


Color preview on white background

This text has color #E4B8DC on white background.



Black color preview on #E4B8DC background

This text has black color on #E4B8DC background.


White color preview on #E4B8DC background

This text has white color on #E4B8DC background.