COLOR #E3BDD2

HEX: #E3BDD2
RGB: (227,189,210)

Color info

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

RGB color model

#E3BDD2 color RGB value is (227,189,210).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 210 of 255 = 82%

227
189
210

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 210 = 626 (100%)
R 227 of 626 ~ 36.26%
G 189 of 626 ~ 30.19%
B 210 of 626 ~ 33.55%

%36.26
%30.19
%33.55

CMYK color model

#E3BDD2 color CMYK value is (0,17,7,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(0,17,7,11)
C0M17Y7K11 
(0%,17%,7%,11%)
(0.00/0.17/0.07/0.11)	

CMYK percentages

%0
%16.74
%7.49
%10.98

Codes

Color #E3BDD2 in popluar color models

E3BDD2
RGB227189210
HSL327°40.43%81.57%
HSB/HSV327°16.74%89.02%
CMYK0.00%16.74%7.49%
10.98%

Color #E3BDD2 in popluar number systems.

HEXE3BDD2
Decimal227189210
Binary111000111011110111010010
Octal343275322

Shades and tints

Shades of #E3BDD2

#E3BDD2
(227,189,210)
#CFACBF
(207,172,191)
#BB9BAC
(187,155,172)
#A78A99
(167,138,153)
#937986
(147,121,134)
#7F6873
(127,104,115)
#6B5760
(107,87,96)
#57464D
(87,70,77)
#43353A
(67,53,58)
#2F2427
(47,36,39)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #E3BDD2

#E3BDD2
(227,189,210)
#E5C3D6
(229,195,214)
#E7C9DA
(231,201,218)
#E9CFDE
(233,207,222)
#EBD5E2
(235,213,226)
#EDDBE6
(237,219,230)
#EFE1EA
(239,225,234)
#F1E7EE
(241,231,238)
#F3EDF2
(243,237,242)
#F5F3F6
(245,243,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDD2; }

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

This text font color is #E3BDD2.


Background Color

.myBgColor { background-color: #E3BDD2; }

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

This div background color is #E3BDD2.


Border color

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

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

This div border color is #E3BDD2.


Opacity

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

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

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

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

This text has shadow with #E3BDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDD2 on black background.


Color preview on white background

This text has color #E3BDD2 on white background.



Black color preview on #E3BDD2 background

This text has black color on #E3BDD2 background.


White color preview on #E3BDD2 background

This text has white color on #E3BDD2 background.