COLOR #E1BDDA

HEX: #E1BDDA
RGB: (225,189,218)

Color info

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

RGB color model

#E1BDDA color RGB value is (225,189,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 218 of 255 = 85%

225
189
218

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

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 218 = 632 (100%)
R 225 of 632 ~ 35.6%
G 189 of 632 ~ 29.91%
B 218 of 632 ~ 34.49%

%35.6
%29.91
%34.49

CMYK color model

#E1BDDA color CMYK value is (0,16,3,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,16,3,12)
C0M16Y3K12 
(0%,16%,3%,12%)
(0.00/0.16/0.03/0.12)	

CMYK percentages

%0
%16
%3.11
%11.76

Codes

Color #E1BDDA in popluar color models

E1BDDA
RGB225189218
HSL312°37.50%81.18%
HSB/HSV312°16.00%88.24%
CMYK0.00%16.00%3.11%
11.76%

Color #E1BDDA in popluar number systems.

HEXE1BDDA
Decimal225189218
Binary111000011011110111011010
Octal341275332

Shades and tints

Shades of #E1BDDA

#E1BDDA
(225,189,218)
#CDACC7
(205,172,199)
#B99BB4
(185,155,180)
#A58AA1
(165,138,161)
#91798E
(145,121,142)
#7D687B
(125,104,123)
#695768
(105,87,104)
#554655
(85,70,85)
#413542
(65,53,66)
#2D242F
(45,36,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #E1BDDA

#E1BDDA
(225,189,218)
#E3C3DD
(227,195,221)
#E5C9E0
(229,201,224)
#E7CFE3
(231,207,227)
#E9D5E6
(233,213,230)
#EBDBE9
(235,219,233)
#EDE1EC
(237,225,236)
#EFE7EF
(239,231,239)
#F1EDF2
(241,237,242)
#F3F3F5
(243,243,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDDA; }

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

This text font color is #E1BDDA.


Background Color

.myBgColor { background-color: #E1BDDA; }

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

This div background color is #E1BDDA.


Border color

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

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

This div border color is #E1BDDA.


Opacity

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

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

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

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

This text has shadow with #E1BDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDDA on black background.


Color preview on white background

This text has color #E1BDDA on white background.



Black color preview on #E1BDDA background

This text has black color on #E1BDDA background.


White color preview on #E1BDDA background

This text has white color on #E1BDDA background.