COLOR #E4B8DF

HEX: #E4B8DF
RGB: (228,184,223)

Color info

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

RGB color model

#E4B8DF color RGB value is (228,184,223).

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

RGB channels and saturation

R 228 of 255 = 89%
G 184 of 255 = 72%
B 223 of 255 = 87%

228
184
223

R + G + B ~ 83%. #E4B8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 184 + 223 = 635 (100%)
R 228 of 635 ~ 35.91%
G 184 of 635 ~ 28.98%
B 223 of 635 ~ 35.12%

%35.91
%28.98
%35.12

CMYK color model

#E4B8DF color CMYK value is (0,19,2,11).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(0,19,2,11)
C0M19Y2K11 
(0%,19%,2%,11%)
(0.00/0.19/0.02/0.11)	

CMYK percentages

%0
%19.3
%2.19
%10.59

Codes

Color #E4B8DF in popluar color models

E4B8DF
RGB228184223
HSL307°44.90%80.78%
HSB/HSV307°19.30%89.41%
CMYK0.00%19.30%2.19%
10.59%

Color #E4B8DF in popluar number systems.

HEXE4B8DF
Decimal228184223
Binary111001001011100011011111
Octal344270337

Shades and tints

Shades of #E4B8DF

#E4B8DF
(228,184,223)
#D0A8CB
(208,168,203)
#BC98B7
(188,152,183)
#A888A3
(168,136,163)
#94788F
(148,120,143)
#80687B
(128,104,123)
#6C5867
(108,88,103)
#584853
(88,72,83)
#44383F
(68,56,63)
#30282B
(48,40,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #E4B8DF

#E4B8DF
(228,184,223)
#E6BEE1
(230,190,225)
#E8C4E3
(232,196,227)
#EACAE5
(234,202,229)
#ECD0E7
(236,208,231)
#EED6E9
(238,214,233)
#F0DCEB
(240,220,235)
#F2E2ED
(242,226,237)
#F4E8EF
(244,232,239)
#F6EEF1
(246,238,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B8DF; }

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

This text font color is #E4B8DF.


Background Color

.myBgColor { background-color: #E4B8DF; }

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

This div background color is #E4B8DF.


Border color

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

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

This div border color is #E4B8DF.


Opacity

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

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

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

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

This text has shadow with #E4B8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B8DF on black background.


Color preview on white background

This text has color #E4B8DF on white background.



Black color preview on #E4B8DF background

This text has black color on #E4B8DF background.


White color preview on #E4B8DF background

This text has white color on #E4B8DF background.