COLOR #E1BFDA

HEX: #E1BFDA
RGB: (225,191,218)

Color info

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

RGB color model

#E1BFDA color RGB value is (225,191,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 218 of 255 = 85%

225
191
218

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

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 218 = 634 (100%)
R 225 of 634 ~ 35.49%
G 191 of 634 ~ 30.13%
B 218 of 634 ~ 34.38%

%35.49
%30.13
%34.38

CMYK color model

#E1BFDA color CMYK value is (0,15,3,12).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK: (0,15,3,12) C0M15Y3K12 (0%,15%,3%,12%) (0.00/0.15/0.03/0.12)

CMYK percentages

%0
%15.11
%3.11
%11.76

Codes

Color #E1BFDA in popluar color models

E1BFDA
RGB225191218
HSL312°36.17%81.57%
HSB/HSV312°15.11%88.24%
CMYK0.00%15.11%3.11%
11.76%

Color #E1BFDA in popluar number systems.

HEXE1BFDA
Decimal225191218
Binary111000011011111111011010
Octal341277332

Shades and tints

Shades of #E1BFDA

#E1BFDA
(225,191,218)
#CDAEC7
(205,174,199)
#B99DB4
(185,157,180)
#A58CA1
(165,140,161)
#917B8E
(145,123,142)
#7D6A7B
(125,106,123)
#695968
(105,89,104)
#554855
(85,72,85)
#413742
(65,55,66)
#2D262F
(45,38,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #E1BFDA

#E1BFDA
(225,191,218)
#E3C4DD
(227,196,221)
#E5C9E0
(229,201,224)
#E7CEE3
(231,206,227)
#E9D3E6
(233,211,230)
#EBD8E9
(235,216,233)
#EDDDEC
(237,221,236)
#EFE2EF
(239,226,239)
#F1E7F2
(241,231,242)
#F3ECF5
(243,236,245)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BFDA; }

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

This text font color is #E1BFDA.


Background Color

.myBgColor { background-color: #E1BFDA; }

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

This div background color is #E1BFDA.


Border color

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

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

This div border color is #E1BFDA.


Opacity

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

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

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

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

This text has shadow with #E1BFDA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1BFDA on black background.


Color preview on white background

This text has color #E1BFDA on white background.



Black color preview on #E1BFDA background

This text has black color on #E1BFDA background.


White color preview on #E1BFDA background

This text has white color on #E1BFDA background.