COLOR #E3BAD9

HEX: #E3BAD9
RGB: (227,186,217)

Color info

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

RGB color model

#E3BAD9 color RGB value is (227,186,217).

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

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 217 of 255 = 85%

227
186
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 186 + 217 = 630 (100%)
R 227 of 630 ~ 36.03%
G 186 of 630 ~ 29.52%
B 217 of 630 ~ 34.44%

%36.03
%29.52
%34.44

CMYK color model

#E3BAD9 color CMYK value is (0,18,4,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,18,4,11)
C0M18Y4K11 
(0%,18%,4%,11%)
(0.00/0.18/0.04/0.11)	

CMYK percentages

%0
%18.06
%4.41
%10.98

Codes

Color #E3BAD9 in popluar color models

E3BAD9
RGB227186217
HSL315°42.27%80.98%
HSB/HSV315°18.06%89.02%
CMYK0.00%18.06%4.41%
10.98%

Color #E3BAD9 in popluar number systems.

HEXE3BAD9
Decimal227186217
Binary111000111011101011011001
Octal343272331

Shades and tints

Shades of #E3BAD9

#E3BAD9
(227,186,217)
#CFAAC6
(207,170,198)
#BB9AB3
(187,154,179)
#A78AA0
(167,138,160)
#937A8D
(147,122,141)
#7F6A7A
(127,106,122)
#6B5A67
(107,90,103)
#574A54
(87,74,84)
#433A41
(67,58,65)
#2F2A2E
(47,42,46)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #E3BAD9

#E3BAD9
(227,186,217)
#E5C0DC
(229,192,220)
#E7C6DF
(231,198,223)
#E9CCE2
(233,204,226)
#EBD2E5
(235,210,229)
#EDD8E8
(237,216,232)
#EFDEEB
(239,222,235)
#F1E4EE
(241,228,238)
#F3EAF1
(243,234,241)
#F5F0F4
(245,240,244)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BAD9; }

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

This text font color is #E3BAD9.


Background Color

.myBgColor { background-color: #E3BAD9; }

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

This div background color is #E3BAD9.


Border color

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

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

This div border color is #E3BAD9.


Opacity

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

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

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

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

This text has shadow with #E3BAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BAD9 on black background.


Color preview on white background

This text has color #E3BAD9 on white background.



Black color preview on #E3BAD9 background

This text has black color on #E3BAD9 background.


White color preview on #E3BAD9 background

This text has white color on #E3BAD9 background.