COLOR #E4B4DB

HEX: #E4B4DB
RGB: (228,180,219)

Color info

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

RGB color model

#E4B4DB color RGB value is (228,180,219).

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

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 219 of 255 = 86%

228
180
219

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

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 219 = 627 (100%)
R 228 of 627 ~ 36.36%
G 180 of 627 ~ 28.71%
B 219 of 627 ~ 34.93%

%36.36
%28.71
%34.93

CMYK color model

#E4B4DB color CMYK value is (0,21,4,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(0,21,4,11)
C0M21Y4K11 
(0%,21%,4%,11%)
(0.00/0.21/0.04/0.11)	

CMYK percentages

%0
%21.05
%3.95
%10.59

Codes

Color #E4B4DB in popluar color models

E4B4DB
RGB228180219
HSL311°47.06%80.00%
HSB/HSV311°21.05%89.41%
CMYK0.00%21.05%3.95%
10.59%

Color #E4B4DB in popluar number systems.

HEXE4B4DB
Decimal228180219
Binary111001001011010011011011
Octal344264333

Shades and tints

Shades of #E4B4DB

#E4B4DB
(228,180,219)
#D0A4C8
(208,164,200)
#BC94B5
(188,148,181)
#A884A2
(168,132,162)
#94748F
(148,116,143)
#80647C
(128,100,124)
#6C5469
(108,84,105)
#584456
(88,68,86)
#443443
(68,52,67)
#302430
(48,36,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #E4B4DB

#E4B4DB
(228,180,219)
#E6BADE
(230,186,222)
#E8C0E1
(232,192,225)
#EAC6E4
(234,198,228)
#ECCCE7
(236,204,231)
#EED2EA
(238,210,234)
#F0D8ED
(240,216,237)
#F2DEF0
(242,222,240)
#F4E4F3
(244,228,243)
#F6EAF6
(246,234,246)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B4DB; }

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

This text font color is #E4B4DB.


Background Color

.myBgColor { background-color: #E4B4DB; }

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

This div background color is #E4B4DB.


Border color

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

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

This div border color is #E4B4DB.


Opacity

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

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

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

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

This text has shadow with #E4B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B4DB on black background.


Color preview on white background

This text has color #E4B4DB on white background.



Black color preview on #E4B4DB background

This text has black color on #E4B4DB background.


White color preview on #E4B4DB background

This text has white color on #E4B4DB background.