COLOR #E1BBD6

HEX: #E1BBD6
RGB: (225,187,214)

Color info

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

RGB color model

#E1BBD6 color RGB value is (225,187,214).

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

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 214 of 255 = 84%

225
187
214

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

Portions of RGB colors in percentages

R + G + B =
225 + 187 + 214 = 626 (100%)
R 225 of 626 ~ 35.94%
G 187 of 626 ~ 29.87%
B 214 of 626 ~ 34.19%

%35.94
%29.87
%34.19

CMYK color model

#E1BBD6 color CMYK value is (0,17,5,12).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 4.89%
  • key color value is 11.76%
CMYK:
(0,17,5,12)
C0M17Y5K12 
(0%,17%,5%,12%)
(0.00/0.17/0.05/0.12)	

CMYK percentages

%0
%16.89
%4.89
%11.76

Codes

Color #E1BBD6 in popluar color models

E1BBD6
RGB225187214
HSL317°38.78%80.78%
HSB/HSV317°16.89%88.24%
CMYK0.00%16.89%4.89%
11.76%

Color #E1BBD6 in popluar number systems.

HEXE1BBD6
Decimal225187214
Binary111000011011101111010110
Octal341273326

Shades and tints

Shades of #E1BBD6

#E1BBD6
(225,187,214)
#CDAAC3
(205,170,195)
#B999B0
(185,153,176)
#A5889D
(165,136,157)
#91778A
(145,119,138)
#7D6677
(125,102,119)
#695564
(105,85,100)
#554451
(85,68,81)
#41333E
(65,51,62)
#2D222B
(45,34,43)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #E1BBD6

#E1BBD6
(225,187,214)
#E3C1D9
(227,193,217)
#E5C7DC
(229,199,220)
#E7CDDF
(231,205,223)
#E9D3E2
(233,211,226)
#EBD9E5
(235,217,229)
#EDDFE8
(237,223,232)
#EFE5EB
(239,229,235)
#F1EBEE
(241,235,238)
#F3F1F1
(243,241,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BBD6; }

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

This text font color is #E1BBD6.


Background Color

.myBgColor { background-color: #E1BBD6; }

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

This div background color is #E1BBD6.


Border color

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

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

This div border color is #E1BBD6.


Opacity

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

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

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

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

This text has shadow with #E1BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BBD6 on black background.


Color preview on white background

This text has color #E1BBD6 on white background.



Black color preview on #E1BBD6 background

This text has black color on #E1BBD6 background.


White color preview on #E1BBD6 background

This text has white color on #E1BBD6 background.