COLOR #E3B9D4

HEX: #E3B9D4
RGB: (227,185,212)

Color info

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

RGB color model

#E3B9D4 color RGB value is (227,185,212).

  • red value is 227;
  • green value is 185;
  • blue value is 212.
RGB:
(227,185,212)
(89%,73%,83%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 212 of 255 = 83%

227
185
212

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

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 212 = 624 (100%)
R 227 of 624 ~ 36.38%
G 185 of 624 ~ 29.65%
B 212 of 624 ~ 33.97%

%36.38
%29.65
%33.97

CMYK color model

#E3B9D4 color CMYK value is (0,19,7,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK:
(0,19,7,11)
C0M19Y7K11 
(0%,19%,7%,11%)
(0.00/0.19/0.07/0.11)	

CMYK percentages

%0
%18.5
%6.61
%10.98

Codes

Color #E3B9D4 in popluar color models

E3B9D4
RGB227185212
HSL321°42.86%80.78%
HSB/HSV321°18.50%89.02%
CMYK0.00%18.50%6.61%
10.98%

Color #E3B9D4 in popluar number systems.

HEXE3B9D4
Decimal227185212
Binary111000111011100111010100
Octal343271324

Shades and tints

Shades of #E3B9D4

#E3B9D4
(227,185,212)
#CFA9C1
(207,169,193)
#BB99AE
(187,153,174)
#A7899B
(167,137,155)
#937988
(147,121,136)
#7F6975
(127,105,117)
#6B5962
(107,89,98)
#57494F
(87,73,79)
#43393C
(67,57,60)
#2F2929
(47,41,41)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3B9D4

#E3B9D4
(227,185,212)
#E5BFD7
(229,191,215)
#E7C5DA
(231,197,218)
#E9CBDD
(233,203,221)
#EBD1E0
(235,209,224)
#EDD7E3
(237,215,227)
#EFDDE6
(239,221,230)
#F1E3E9
(241,227,233)
#F3E9EC
(243,233,236)
#F5EFEF
(245,239,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B9D4 color. Also use rgb(227,185,212) instead hex code.

Text Font Color

.myTextColor { color: #E3B9D4; }

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

This text font color is #E3B9D4.


Background Color

.myBgColor { background-color: #E3B9D4; }

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

This div background color is #E3B9D4.


Border color

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

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

This div border color is #E3B9D4.


Opacity

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

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

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

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

This text has shadow with #E3B9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9D4 on black background.


Color preview on white background

This text has color #E3B9D4 on white background.



Black color preview on #E3B9D4 background

This text has black color on #E3B9D4 background.


White color preview on #E3B9D4 background

This text has white color on #E3B9D4 background.