COLOR #E3BAD0

HEX: #E3BAD0
RGB: (227,186,208)

Color info

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

RGB color model

#E3BAD0 color RGB value is (227,186,208).

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

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 208 of 255 = 82%

227
186
208

R + G + B ~ 81%. #E3BAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 186 + 208 = 621 (100%)
R 227 of 621 ~ 36.55%
G 186 of 621 ~ 29.95%
B 208 of 621 ~ 33.49%

%36.55
%29.95
%33.49

CMYK color model

#E3BAD0 color CMYK value is (0,18,8,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(0,18,8,11)
C0M18Y8K11 
(0%,18%,8%,11%)
(0.00/0.18/0.08/0.11)	

CMYK percentages

%0
%18.06
%8.37
%10.98

Codes

Color #E3BAD0 in popluar color models

E3BAD0
RGB227186208
HSL328°42.27%80.98%
HSB/HSV328°18.06%89.02%
CMYK0.00%18.06%8.37%
10.98%

Color #E3BAD0 in popluar number systems.

HEXE3BAD0
Decimal227186208
Binary111000111011101011010000
Octal343272320

Shades and tints

Shades of #E3BAD0

#E3BAD0
(227,186,208)
#CFAABE
(207,170,190)
#BB9AAC
(187,154,172)
#A78A9A
(167,138,154)
#937A88
(147,122,136)
#7F6A76
(127,106,118)
#6B5A64
(107,90,100)
#574A52
(87,74,82)
#433A40
(67,58,64)
#2F2A2E
(47,42,46)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #E3BAD0

#E3BAD0
(227,186,208)
#E5C0D4
(229,192,212)
#E7C6D8
(231,198,216)
#E9CCDC
(233,204,220)
#EBD2E0
(235,210,224)
#EDD8E4
(237,216,228)
#EFDEE8
(239,222,232)
#F1E4EC
(241,228,236)
#F3EAF0
(243,234,240)
#F5F0F4
(245,240,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BAD0; }

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

This text font color is #E3BAD0.


Background Color

.myBgColor { background-color: #E3BAD0; }

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

This div background color is #E3BAD0.


Border color

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

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

This div border color is #E3BAD0.


Opacity

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

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

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

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

This text has shadow with #E3BAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BAD0 on black background.


Color preview on white background

This text has color #E3BAD0 on white background.



Black color preview on #E3BAD0 background

This text has black color on #E3BAD0 background.


White color preview on #E3BAD0 background

This text has white color on #E3BAD0 background.