COLOR #E1B8DB

HEX: #E1B8DB
RGB: (225,184,219)

Color info

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

RGB color model

#E1B8DB color RGB value is (225,184,219).

  • red value is 225;
  • green value is 184;
  • blue value is 219.
RGB:
(225,184,219)
(88%,72%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 219 of 255 = 86%

225
184
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 219 = 628 (100%)
R 225 of 628 ~ 35.83%
G 184 of 628 ~ 29.3%
B 219 of 628 ~ 34.87%

%35.83
%29.3
%34.87

CMYK color model

#E1B8DB color CMYK value is (0,18,3,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,18,3,12)
C0M18Y3K12 
(0%,18%,3%,12%)
(0.00/0.18/0.03/0.12)	

CMYK percentages

%0
%18.22
%2.67
%11.76

Codes

Color #E1B8DB in popluar color models

E1B8DB
RGB225184219
HSL309°40.59%80.20%
HSB/HSV309°18.22%88.24%
CMYK0.00%18.22%2.67%
11.76%

Color #E1B8DB in popluar number systems.

HEXE1B8DB
Decimal225184219
Binary111000011011100011011011
Octal341270333

Shades and tints

Shades of #E1B8DB

#E1B8DB
(225,184,219)
#CDA8C8
(205,168,200)
#B998B5
(185,152,181)
#A588A2
(165,136,162)
#91788F
(145,120,143)
#7D687C
(125,104,124)
#695869
(105,88,105)
#554856
(85,72,86)
#413843
(65,56,67)
#2D2830
(45,40,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1B8DB

#E1B8DB
(225,184,219)
#E3BEDE
(227,190,222)
#E5C4E1
(229,196,225)
#E7CAE4
(231,202,228)
#E9D0E7
(233,208,231)
#EBD6EA
(235,214,234)
#EDDCED
(237,220,237)
#EFE2F0
(239,226,240)
#F1E8F3
(241,232,243)
#F3EEF6
(243,238,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B8DB color. Also use rgb(225,184,219) instead hex code.

Text Font Color

.myTextColor { color: #E1B8DB; }

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

This text font color is #E1B8DB.


Background Color

.myBgColor { background-color: #E1B8DB; }

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

This div background color is #E1B8DB.


Border color

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

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

This div border color is #E1B8DB.


Opacity

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

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

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

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

This text has shadow with #E1B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8DB on black background.


Color preview on white background

This text has color #E1B8DB on white background.



Black color preview on #E1B8DB background

This text has black color on #E1B8DB background.


White color preview on #E1B8DB background

This text has white color on #E1B8DB background.