COLOR #E2BCDB

HEX: #E2BCDB
RGB: (226,188,219)

Color info

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

RGB color model

#E2BCDB color RGB value is (226,188,219).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 219 of 255 = 86%

226
188
219

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

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 219 = 633 (100%)
R 226 of 633 ~ 35.7%
G 188 of 633 ~ 29.7%
B 219 of 633 ~ 34.6%

%35.7
%29.7
%34.6

CMYK color model

#E2BCDB color CMYK value is (0,17,3,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(0,17,3,11)
C0M17Y3K11 
(0%,17%,3%,11%)
(0.00/0.17/0.03/0.11)	

CMYK percentages

%0
%16.81
%3.1
%11.37

Codes

Color #E2BCDB in popluar color models

E2BCDB
RGB226188219
HSL311°39.58%81.18%
HSB/HSV311°16.81%88.63%
CMYK0.00%16.81%3.10%
11.37%

Color #E2BCDB in popluar number systems.

HEXE2BCDB
Decimal226188219
Binary111000101011110011011011
Octal342274333

Shades and tints

Shades of #E2BCDB

#E2BCDB
(226,188,219)
#CEABC8
(206,171,200)
#BA9AB5
(186,154,181)
#A689A2
(166,137,162)
#92788F
(146,120,143)
#7E677C
(126,103,124)
#6A5669
(106,86,105)
#564556
(86,69,86)
#423443
(66,52,67)
#2E2330
(46,35,48)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #E2BCDB

#E2BCDB
(226,188,219)
#E4C2DE
(228,194,222)
#E6C8E1
(230,200,225)
#E8CEE4
(232,206,228)
#EAD4E7
(234,212,231)
#ECDAEA
(236,218,234)
#EEE0ED
(238,224,237)
#F0E6F0
(240,230,240)
#F2ECF3
(242,236,243)
#F4F2F6
(244,242,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCDB; }

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

This text font color is #E2BCDB.


Background Color

.myBgColor { background-color: #E2BCDB; }

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

This div background color is #E2BCDB.


Border color

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

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

This div border color is #E2BCDB.


Opacity

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

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

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

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

This text has shadow with #E2BCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCDB on black background.


Color preview on white background

This text has color #E2BCDB on white background.



Black color preview on #E2BCDB background

This text has black color on #E2BCDB background.


White color preview on #E2BCDB background

This text has white color on #E2BCDB background.