COLOR #E4B6DB

HEX: #E4B6DB
RGB: (228,182,219)

Color info

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

RGB color model

#E4B6DB color RGB value is (228,182,219).

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

RGB channels and saturation

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

228
182
219

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

Portions of RGB colors in percentages

R + G + B =
228 + 182 + 219 = 629 (100%)
R 228 of 629 ~ 36.25%
G 182 of 629 ~ 28.93%
B 219 of 629 ~ 34.82%

%36.25
%28.93
%34.82

CMYK color model

#E4B6DB color CMYK value is (0,20,4,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(0,20,4,11)
C0M20Y4K11 
(0%,20%,4%,11%)
(0.00/0.20/0.04/0.11)	

CMYK percentages

%0
%20.18
%3.95
%10.59

Codes

Color #E4B6DB in popluar color models

E4B6DB
RGB228182219
HSL312°46.00%80.39%
HSB/HSV312°20.18%89.41%
CMYK0.00%20.18%3.95%
10.59%

Color #E4B6DB in popluar number systems.

HEXE4B6DB
Decimal228182219
Binary111001001011011011011011
Octal344266333

Shades and tints

Shades of #E4B6DB

#E4B6DB
(228,182,219)
#D0A6C8
(208,166,200)
#BC96B5
(188,150,181)
#A886A2
(168,134,162)
#94768F
(148,118,143)
#80667C
(128,102,124)
#6C5669
(108,86,105)
#584656
(88,70,86)
#443643
(68,54,67)
#302630
(48,38,48)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #E4B6DB

#E4B6DB
(228,182,219)
#E6BCDE
(230,188,222)
#E8C2E1
(232,194,225)
#EAC8E4
(234,200,228)
#ECCEE7
(236,206,231)
#EED4EA
(238,212,234)
#F0DAED
(240,218,237)
#F2E0F0
(242,224,240)
#F4E6F3
(244,230,243)
#F6ECF6
(246,236,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B6DB; }

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

This text font color is #E4B6DB.


Background Color

.myBgColor { background-color: #E4B6DB; }

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

This div background color is #E4B6DB.


Border color

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

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

This div border color is #E4B6DB.


Opacity

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

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

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

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

This text has shadow with #E4B6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B6DB on black background.


Color preview on white background

This text has color #E4B6DB on white background.



Black color preview on #E4B6DB background

This text has black color on #E4B6DB background.


White color preview on #E4B6DB background

This text has white color on #E4B6DB background.