COLOR #E2BADA

HEX: #E2BADA
RGB: (226,186,218)

Color info

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

RGB color model

#E2BADA color RGB value is (226,186,218).

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

RGB channels and saturation

R 226 of 255 = 89%
G 186 of 255 = 73%
B 218 of 255 = 85%

226
186
218

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

Portions of RGB colors in percentages

R + G + B =
226 + 186 + 218 = 630 (100%)
R 226 of 630 ~ 35.87%
G 186 of 630 ~ 29.52%
B 218 of 630 ~ 34.6%

%35.87
%29.52
%34.6

CMYK color model

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

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

CMYK percentages

%0
%17.7
%3.54
%11.37

Codes

Color #E2BADA in popluar color models

E2BADA
RGB226186218
HSL312°40.82%80.78%
HSB/HSV312°17.70%88.63%
CMYK0.00%17.70%3.54%
11.37%

Color #E2BADA in popluar number systems.

HEXE2BADA
Decimal226186218
Binary111000101011101011011010
Octal342272332

Shades and tints

Shades of #E2BADA

#E2BADA
(226,186,218)
#CEAAC7
(206,170,199)
#BA9AB4
(186,154,180)
#A68AA1
(166,138,161)
#927A8E
(146,122,142)
#7E6A7B
(126,106,123)
#6A5A68
(106,90,104)
#564A55
(86,74,85)
#423A42
(66,58,66)
#2E2A2F
(46,42,47)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #E2BADA

#E2BADA
(226,186,218)
#E4C0DD
(228,192,221)
#E6C6E0
(230,198,224)
#E8CCE3
(232,204,227)
#EAD2E6
(234,210,230)
#ECD8E9
(236,216,233)
#EEDEEC
(238,222,236)
#F0E4EF
(240,228,239)
#F2EAF2
(242,234,242)
#F4F0F5
(244,240,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BADA; }

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

This text font color is #E2BADA.


Background Color

.myBgColor { background-color: #E2BADA; }

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

This div background color is #E2BADA.


Border color

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

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

This div border color is #E2BADA.


Opacity

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

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

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

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

This text has shadow with #E2BADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BADA on black background.


Color preview on white background

This text has color #E2BADA on white background.



Black color preview on #E2BADA background

This text has black color on #E2BADA background.


White color preview on #E2BADA background

This text has white color on #E2BADA background.