COLOR #E3BDE8

HEX: #E3BDE8
RGB: (227,189,232)

Color info

#E3BDE8 contains red, green and blue colors in about the same proportion. Web safe color of #E3BDE8 is #CCCCFF (or #CCF).

RGB color model

#E3BDE8 color RGB value is (227,189,232).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 232 of 255 = 91%

227
189
232

R + G + B ~ 85%. #E3BDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 232 = 648 (100%)
R 227 of 648 ~ 35.03%
G 189 of 648 ~ 29.17%
B 232 of 648 ~ 35.8%

%35.03
%29.17
%35.8

CMYK color model

#E3BDE8 color CMYK value is (2,19,0,9).

  • cyan value is 2.16%
  • magenta value is 18.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(2,19,0,9)
C2M19Y0K9 
(2%,19%,0%,9%)
(0.02/0.19/0.00/0.09)	

CMYK percentages

%2.16
%18.53
%0
%9.02

Codes

Color #E3BDE8 in popluar color models

E3BDE8
RGB227189232
HSL293°48.31%82.55%
HSB/HSV293°18.53%90.98%
CMYK2.16%18.53%0.00%
9.02%

Color #E3BDE8 in popluar number systems.

HEXE3BDE8
Decimal227189232
Binary111000111011110111101000
Octal343275350

Shades and tints

Shades of #E3BDE8

#E3BDE8
(227,189,232)
#CFACD3
(207,172,211)
#BB9BBE
(187,155,190)
#A78AA9
(167,138,169)
#937994
(147,121,148)
#7F687F
(127,104,127)
#6B576A
(107,87,106)
#574655
(87,70,85)
#433540
(67,53,64)
#2F242B
(47,36,43)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #E3BDE8

#E3BDE8
(227,189,232)
#E5C3EA
(229,195,234)
#E7C9EC
(231,201,236)
#E9CFEE
(233,207,238)
#EBD5F0
(235,213,240)
#EDDBF2
(237,219,242)
#EFE1F4
(239,225,244)
#F1E7F6
(241,231,246)
#F3EDF8
(243,237,248)
#F5F3FA
(245,243,250)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDE8; }

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

This text font color is #E3BDE8.


Background Color

.myBgColor { background-color: #E3BDE8; }

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

This div background color is #E3BDE8.


Border color

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

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

This div border color is #E3BDE8.


Opacity

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

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

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

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

This text has shadow with #E3BDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDE8 on black background.


Color preview on white background

This text has color #E3BDE8 on white background.



Black color preview on #E3BDE8 background

This text has black color on #E3BDE8 background.


White color preview on #E3BDE8 background

This text has white color on #E3BDE8 background.