COLOR #E2BAD0

HEX: #E2BAD0
RGB: (226,186,208)

Color info

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

RGB color model

#E2BAD0 color RGB value is (226,186,208).

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

RGB channels and saturation

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

226
186
208

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

Portions of RGB colors in percentages

R + G + B =
226 + 186 + 208 = 620 (100%)
R 226 of 620 ~ 36.45%
G 186 of 620 ~ 30%
B 208 of 620 ~ 33.55%

%36.45
%30
%33.55

CMYK color model

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

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

CMYK percentages

%0
%17.7
%7.96
%11.37

Codes

Color #E2BAD0 in popluar color models

E2BAD0
RGB226186208
HSL327°40.82%80.78%
HSB/HSV327°17.70%88.63%
CMYK0.00%17.70%7.96%
11.37%

Color #E2BAD0 in popluar number systems.

HEXE2BAD0
Decimal226186208
Binary111000101011101011010000
Octal342272320

Shades and tints

Shades of #E2BAD0

#E2BAD0
(226,186,208)
#CEAABE
(206,170,190)
#BA9AAC
(186,154,172)
#A68A9A
(166,138,154)
#927A88
(146,122,136)
#7E6A76
(126,106,118)
#6A5A64
(106,90,100)
#564A52
(86,74,82)
#423A40
(66,58,64)
#2E2A2E
(46,42,46)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #E2BAD0

#E2BAD0
(226,186,208)
#E4C0D4
(228,192,212)
#E6C6D8
(230,198,216)
#E8CCDC
(232,204,220)
#EAD2E0
(234,210,224)
#ECD8E4
(236,216,228)
#EEDEE8
(238,222,232)
#F0E4EC
(240,228,236)
#F2EAF0
(242,234,240)
#F4F0F4
(244,240,244)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BAD0; }

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

This text font color is #E2BAD0.


Background Color

.myBgColor { background-color: #E2BAD0; }

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

This div background color is #E2BAD0.


Border color

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

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

This div border color is #E2BAD0.


Opacity

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

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

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

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

This text has shadow with #E2BAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BAD0 on black background.


Color preview on white background

This text has color #E2BAD0 on white background.



Black color preview on #E2BAD0 background

This text has black color on #E2BAD0 background.


White color preview on #E2BAD0 background

This text has white color on #E2BAD0 background.