COLOR #E2BEDB

HEX: #E2BEDB
RGB: (226,190,219)

Color info

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

RGB color model

#E2BEDB color RGB value is (226,190,219).

  • red value is 226;
  • green value is 190;
  • blue value is 219.
RGB:
(226,190,219)
(89%,75%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 219 of 255 = 86%

226
190
219

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

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 219 = 635 (100%)
R 226 of 635 ~ 35.59%
G 190 of 635 ~ 29.92%
B 219 of 635 ~ 34.49%

%35.59
%29.92
%34.49

CMYK color model

#E2BEDB color CMYK value is (0,16,3,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(0,16,3,11)
C0M16Y3K11 
(0%,16%,3%,11%)
(0.00/0.16/0.03/0.11)	

CMYK percentages

%0
%15.93
%3.1
%11.37

Codes

Color #E2BEDB in popluar color models

E2BEDB
RGB226190219
HSL312°38.30%81.57%
HSB/HSV312°15.93%88.63%
CMYK0.00%15.93%3.10%
11.37%

Color #E2BEDB in popluar number systems.

HEXE2BEDB
Decimal226190219
Binary111000101011111011011011
Octal342276333

Shades and tints

Shades of #E2BEDB

#E2BEDB
(226,190,219)
#CEADC8
(206,173,200)
#BA9CB5
(186,156,181)
#A68BA2
(166,139,162)
#927A8F
(146,122,143)
#7E697C
(126,105,124)
#6A5869
(106,88,105)
#564756
(86,71,86)
#423643
(66,54,67)
#2E2530
(46,37,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #E2BEDB

#E2BEDB
(226,190,219)
#E4C3DE
(228,195,222)
#E6C8E1
(230,200,225)
#E8CDE4
(232,205,228)
#EAD2E7
(234,210,231)
#ECD7EA
(236,215,234)
#EEDCED
(238,220,237)
#F0E1F0
(240,225,240)
#F2E6F3
(242,230,243)
#F4EBF6
(244,235,246)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BEDB color. Also use rgb(226,190,219) instead hex code.

Text Font Color

.myTextColor { color: #E2BEDB; }

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

This text font color is #E2BEDB.


Background Color

.myBgColor { background-color: #E2BEDB; }

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

This div background color is #E2BEDB.


Border color

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

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

This div border color is #E2BEDB.


Opacity

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

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

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

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

This text has shadow with #E2BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEDB on black background.


Color preview on white background

This text has color #E2BEDB on white background.



Black color preview on #E2BEDB background

This text has black color on #E2BEDB background.


White color preview on #E2BEDB background

This text has white color on #E2BEDB background.