COLOR #E1BBDC

HEX: #E1BBDC
RGB: (225,187,220)

Color info

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

RGB color model

#E1BBDC color RGB value is (225,187,220).

  • red value is 225;
  • green value is 187;
  • blue value is 220.
RGB:
(225,187,220)
(88%,73%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 220 of 255 = 86%

225
187
220

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

Portions of RGB colors in percentages

R + G + B =
225 + 187 + 220 = 632 (100%)
R 225 of 632 ~ 35.6%
G 187 of 632 ~ 29.59%
B 220 of 632 ~ 34.81%

%35.6
%29.59
%34.81

CMYK color model

#E1BBDC color CMYK value is (0,17,2,12).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,17,2,12)
C0M17Y2K12 
(0%,17%,2%,12%)
(0.00/0.17/0.02/0.12)	

CMYK percentages

%0
%16.89
%2.22
%11.76

Codes

Color #E1BBDC in popluar color models

E1BBDC
RGB225187220
HSL308°38.78%80.78%
HSB/HSV308°16.89%88.24%
CMYK0.00%16.89%2.22%
11.76%

Color #E1BBDC in popluar number systems.

HEXE1BBDC
Decimal225187220
Binary111000011011101111011100
Octal341273334

Shades and tints

Shades of #E1BBDC

#E1BBDC
(225,187,220)
#CDAAC8
(205,170,200)
#B999B4
(185,153,180)
#A588A0
(165,136,160)
#91778C
(145,119,140)
#7D6678
(125,102,120)
#695564
(105,85,100)
#554450
(85,68,80)
#41333C
(65,51,60)
#2D2228
(45,34,40)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #E1BBDC

#E1BBDC
(225,187,220)
#E3C1DF
(227,193,223)
#E5C7E2
(229,199,226)
#E7CDE5
(231,205,229)
#E9D3E8
(233,211,232)
#EBD9EB
(235,217,235)
#EDDFEE
(237,223,238)
#EFE5F1
(239,229,241)
#F1EBF4
(241,235,244)
#F3F1F7
(243,241,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BBDC color. Also use rgb(225,187,220) instead hex code.

Text Font Color

.myTextColor { color: #E1BBDC; }

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

This text font color is #E1BBDC.


Background Color

.myBgColor { background-color: #E1BBDC; }

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

This div background color is #E1BBDC.


Border color

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

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

This div border color is #E1BBDC.


Opacity

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

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

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

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

This text has shadow with #E1BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BBDC on black background.


Color preview on white background

This text has color #E1BBDC on white background.



Black color preview on #E1BBDC background

This text has black color on #E1BBDC background.


White color preview on #E1BBDC background

This text has white color on #E1BBDC background.