COLOR #E2BADF

HEX: #E2BADF
RGB: (226,186,223)

Color info

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

RGB color model

#E2BADF color RGB value is (226,186,223).

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

RGB channels and saturation

R 226 of 255 = 89%
G 186 of 255 = 73%
B 223 of 255 = 87%

226
186
223

R + G + B ~ 83%. #E2BADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 186 + 223 = 635 (100%)
R 226 of 635 ~ 35.59%
G 186 of 635 ~ 29.29%
B 223 of 635 ~ 35.12%

%35.59
%29.29
%35.12

CMYK color model

#E2BADF color CMYK value is (0,18,1,11).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK:
(0,18,1,11)
C0M18Y1K11 
(0%,18%,1%,11%)
(0.00/0.18/0.01/0.11)	

CMYK percentages

%0
%17.7
%1.33
%11.37

Codes

Color #E2BADF in popluar color models

E2BADF
RGB226186223
HSL305°40.82%80.78%
HSB/HSV305°17.70%88.63%
CMYK0.00%17.70%1.33%
11.37%

Color #E2BADF in popluar number systems.

HEXE2BADF
Decimal226186223
Binary111000101011101011011111
Octal342272337

Shades and tints

Shades of #E2BADF

#E2BADF
(226,186,223)
#CEAACB
(206,170,203)
#BA9AB7
(186,154,183)
#A68AA3
(166,138,163)
#927A8F
(146,122,143)
#7E6A7B
(126,106,123)
#6A5A67
(106,90,103)
#564A53
(86,74,83)
#423A3F
(66,58,63)
#2E2A2B
(46,42,43)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #E2BADF

#E2BADF
(226,186,223)
#E4C0E1
(228,192,225)
#E6C6E3
(230,198,227)
#E8CCE5
(232,204,229)
#EAD2E7
(234,210,231)
#ECD8E9
(236,216,233)
#EEDEEB
(238,222,235)
#F0E4ED
(240,228,237)
#F2EAEF
(242,234,239)
#F4F0F1
(244,240,241)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BADF; }

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

This text font color is #E2BADF.


Background Color

.myBgColor { background-color: #E2BADF; }

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

This div background color is #E2BADF.


Border color

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

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

This div border color is #E2BADF.


Opacity

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

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

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

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

This text has shadow with #E2BADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BADF on black background.


Color preview on white background

This text has color #E2BADF on white background.



Black color preview on #E2BADF background

This text has black color on #E2BADF background.


White color preview on #E2BADF background

This text has white color on #E2BADF background.