COLOR #E3BDD9

HEX: #E3BDD9
RGB: (227,189,217)

Color info

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

RGB color model

#E3BDD9 color RGB value is (227,189,217).

  • red value is 227;
  • green value is 189;
  • blue value is 217.
RGB:
(227,189,217)
(89%,74%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 217 of 255 = 85%

227
189
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 217 = 633 (100%)
R 227 of 633 ~ 35.86%
G 189 of 633 ~ 29.86%
B 217 of 633 ~ 34.28%

%35.86
%29.86
%34.28

CMYK color model

#E3BDD9 color CMYK value is (0,17,4,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,17,4,11)
C0M17Y4K11 
(0%,17%,4%,11%)
(0.00/0.17/0.04/0.11)	

CMYK percentages

%0
%16.74
%4.41
%10.98

Codes

Color #E3BDD9 in popluar color models

E3BDD9
RGB227189217
HSL316°40.43%81.57%
HSB/HSV316°16.74%89.02%
CMYK0.00%16.74%4.41%
10.98%

Color #E3BDD9 in popluar number systems.

HEXE3BDD9
Decimal227189217
Binary111000111011110111011001
Octal343275331

Shades and tints

Shades of #E3BDD9

#E3BDD9
(227,189,217)
#CFACC6
(207,172,198)
#BB9BB3
(187,155,179)
#A78AA0
(167,138,160)
#93798D
(147,121,141)
#7F687A
(127,104,122)
#6B5767
(107,87,103)
#574654
(87,70,84)
#433541
(67,53,65)
#2F242E
(47,36,46)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #E3BDD9

#E3BDD9
(227,189,217)
#E5C3DC
(229,195,220)
#E7C9DF
(231,201,223)
#E9CFE2
(233,207,226)
#EBD5E5
(235,213,229)
#EDDBE8
(237,219,232)
#EFE1EB
(239,225,235)
#F1E7EE
(241,231,238)
#F3EDF1
(243,237,241)
#F5F3F4
(245,243,244)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BDD9 color. Also use rgb(227,189,217) instead hex code.

Text Font Color

.myTextColor { color: #E3BDD9; }

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

This text font color is #E3BDD9.


Background Color

.myBgColor { background-color: #E3BDD9; }

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

This div background color is #E3BDD9.


Border color

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

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

This div border color is #E3BDD9.


Opacity

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

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

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

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

This text has shadow with #E3BDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDD9 on black background.


Color preview on white background

This text has color #E3BDD9 on white background.



Black color preview on #E3BDD9 background

This text has black color on #E3BDD9 background.


White color preview on #E3BDD9 background

This text has white color on #E3BDD9 background.