COLOR #E1BFDD

HEX: #E1BFDD
RGB: (225,191,221)

Color info

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

RGB color model

#E1BFDD color RGB value is (225,191,221).

  • red value is 225;
  • green value is 191;
  • blue value is 221.
RGB:
(225,191,221)
(88%,75%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 221 of 255 = 87%

225
191
221

R + G + B ~ 83%. #E1BFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 221 = 637 (100%)
R 225 of 637 ~ 35.32%
G 191 of 637 ~ 29.98%
B 221 of 637 ~ 34.69%

%35.32
%29.98
%34.69

CMYK color model

#E1BFDD color CMYK value is (0,15,2,12).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(0,15,2,12)
C0M15Y2K12 
(0%,15%,2%,12%)
(0.00/0.15/0.02/0.12)	

CMYK percentages

%0
%15.11
%1.78
%11.76

Codes

Color #E1BFDD in popluar color models

E1BFDD
RGB225191221
HSL307°36.17%81.57%
HSB/HSV307°15.11%88.24%
CMYK0.00%15.11%1.78%
11.76%

Color #E1BFDD in popluar number systems.

HEXE1BFDD
Decimal225191221
Binary111000011011111111011101
Octal341277335

Shades and tints

Shades of #E1BFDD

#E1BFDD
(225,191,221)
#CDAEC9
(205,174,201)
#B99DB5
(185,157,181)
#A58CA1
(165,140,161)
#917B8D
(145,123,141)
#7D6A79
(125,106,121)
#695965
(105,89,101)
#554851
(85,72,81)
#41373D
(65,55,61)
#2D2629
(45,38,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #E1BFDD

#E1BFDD
(225,191,221)
#E3C4E0
(227,196,224)
#E5C9E3
(229,201,227)
#E7CEE6
(231,206,230)
#E9D3E9
(233,211,233)
#EBD8EC
(235,216,236)
#EDDDEF
(237,221,239)
#EFE2F2
(239,226,242)
#F1E7F5
(241,231,245)
#F3ECF8
(243,236,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BFDD color. Also use rgb(225,191,221) instead hex code.

Text Font Color

.myTextColor { color: #E1BFDD; }

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

This text font color is #E1BFDD.


Background Color

.myBgColor { background-color: #E1BFDD; }

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

This div background color is #E1BFDD.


Border color

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

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

This div border color is #E1BFDD.


Opacity

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

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

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

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

This text has shadow with #E1BFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BFDD on black background.


Color preview on white background

This text has color #E1BFDD on white background.



Black color preview on #E1BFDD background

This text has black color on #E1BFDD background.


White color preview on #E1BFDD background

This text has white color on #E1BFDD background.