COLOR #E3B4DE

HEX: #E3B4DE
RGB: (227,180,222)

Color info

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

RGB color model

#E3B4DE color RGB value is (227,180,222).

  • red value is 227;
  • green value is 180;
  • blue value is 222.
RGB:
(227,180,222)
(89%,71%,87%)

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 222 of 255 = 87%

227
180
222

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

Portions of RGB colors in percentages

R + G + B =
227 + 180 + 222 = 629 (100%)
R 227 of 629 ~ 36.09%
G 180 of 629 ~ 28.62%
B 222 of 629 ~ 35.29%

%36.09
%28.62
%35.29

CMYK color model

#E3B4DE color CMYK value is (0,21,2,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(0,21,2,11)
C0M21Y2K11 
(0%,21%,2%,11%)
(0.00/0.21/0.02/0.11)	

CMYK percentages

%0
%20.7
%2.2
%10.98

Codes

Color #E3B4DE in popluar color models

E3B4DE
RGB227180222
HSL306°45.63%79.80%
HSB/HSV306°20.70%89.02%
CMYK0.00%20.70%2.20%
10.98%

Color #E3B4DE in popluar number systems.

HEXE3B4DE
Decimal227180222
Binary111000111011010011011110
Octal343264336

Shades and tints

Shades of #E3B4DE

#E3B4DE
(227,180,222)
#CFA4CA
(207,164,202)
#BB94B6
(187,148,182)
#A784A2
(167,132,162)
#93748E
(147,116,142)
#7F647A
(127,100,122)
#6B5466
(107,84,102)
#574452
(87,68,82)
#43343E
(67,52,62)
#2F242A
(47,36,42)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #E3B4DE

#E3B4DE
(227,180,222)
#E5BAE1
(229,186,225)
#E7C0E4
(231,192,228)
#E9C6E7
(233,198,231)
#EBCCEA
(235,204,234)
#EDD2ED
(237,210,237)
#EFD8F0
(239,216,240)
#F1DEF3
(241,222,243)
#F3E4F6
(243,228,246)
#F5EAF9
(245,234,249)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B4DE color. Also use rgb(227,180,222) instead hex code.

Text Font Color

.myTextColor { color: #E3B4DE; }

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

This text font color is #E3B4DE.


Background Color

.myBgColor { background-color: #E3B4DE; }

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

This div background color is #E3B4DE.


Border color

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

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

This div border color is #E3B4DE.


Opacity

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

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

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

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

This text has shadow with #E3B4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B4DE on black background.


Color preview on white background

This text has color #E3B4DE on white background.



Black color preview on #E3B4DE background

This text has black color on #E3B4DE background.


White color preview on #E3B4DE background

This text has white color on #E3B4DE background.