COLOR #E2BCD5

HEX: #E2BCD5
RGB: (226,188,213)

Color info

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

RGB color model

#E2BCD5 color RGB value is (226,188,213).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 213 of 255 = 84%

226
188
213

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

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 213 = 627 (100%)
R 226 of 627 ~ 36.04%
G 188 of 627 ~ 29.98%
B 213 of 627 ~ 33.97%

%36.04
%29.98
%33.97

CMYK color model

#E2BCD5 color CMYK value is (0,17,6,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(0,17,6,11)
C0M17Y6K11 
(0%,17%,6%,11%)
(0.00/0.17/0.06/0.11)	

CMYK percentages

%0
%16.81
%5.75
%11.37

Codes

Color #E2BCD5 in popluar color models

E2BCD5
RGB226188213
HSL321°39.58%81.18%
HSB/HSV321°16.81%88.63%
CMYK0.00%16.81%5.75%
11.37%

Color #E2BCD5 in popluar number systems.

HEXE2BCD5
Decimal226188213
Binary111000101011110011010101
Octal342274325

Shades and tints

Shades of #E2BCD5

#E2BCD5
(226,188,213)
#CEABC2
(206,171,194)
#BA9AAF
(186,154,175)
#A6899C
(166,137,156)
#927889
(146,120,137)
#7E6776
(126,103,118)
#6A5663
(106,86,99)
#564550
(86,69,80)
#42343D
(66,52,61)
#2E232A
(46,35,42)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #E2BCD5

#E2BCD5
(226,188,213)
#E4C2D8
(228,194,216)
#E6C8DB
(230,200,219)
#E8CEDE
(232,206,222)
#EAD4E1
(234,212,225)
#ECDAE4
(236,218,228)
#EEE0E7
(238,224,231)
#F0E6EA
(240,230,234)
#F2ECED
(242,236,237)
#F4F2F0
(244,242,240)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCD5; }

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

This text font color is #E2BCD5.


Background Color

.myBgColor { background-color: #E2BCD5; }

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

This div background color is #E2BCD5.


Border color

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

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

This div border color is #E2BCD5.


Opacity

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

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

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

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

This text has shadow with #E2BCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCD5 on black background.


Color preview on white background

This text has color #E2BCD5 on white background.



Black color preview on #E2BCD5 background

This text has black color on #E2BCD5 background.


White color preview on #E2BCD5 background

This text has white color on #E2BCD5 background.