COLOR #E2BCDE

HEX: #E2BCDE
RGB: (226,188,222)

Color info

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

RGB color model

#E2BCDE color RGB value is (226,188,222).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 222 of 255 = 87%

226
188
222

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

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 222 = 636 (100%)
R 226 of 636 ~ 35.53%
G 188 of 636 ~ 29.56%
B 222 of 636 ~ 34.91%

%35.53
%29.56
%34.91

CMYK color model

#E2BCDE color CMYK value is (0,17,2,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(0,17,2,11)
C0M17Y2K11 
(0%,17%,2%,11%)
(0.00/0.17/0.02/0.11)	

CMYK percentages

%0
%16.81
%1.77
%11.37

Codes

Color #E2BCDE in popluar color models

E2BCDE
RGB226188222
HSL306°39.58%81.18%
HSB/HSV306°16.81%88.63%
CMYK0.00%16.81%1.77%
11.37%

Color #E2BCDE in popluar number systems.

HEXE2BCDE
Decimal226188222
Binary111000101011110011011110
Octal342274336

Shades and tints

Shades of #E2BCDE

#E2BCDE
(226,188,222)
#CEABCA
(206,171,202)
#BA9AB6
(186,154,182)
#A689A2
(166,137,162)
#92788E
(146,120,142)
#7E677A
(126,103,122)
#6A5666
(106,86,102)
#564552
(86,69,82)
#42343E
(66,52,62)
#2E232A
(46,35,42)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #E2BCDE

#E2BCDE
(226,188,222)
#E4C2E1
(228,194,225)
#E6C8E4
(230,200,228)
#E8CEE7
(232,206,231)
#EAD4EA
(234,212,234)
#ECDAED
(236,218,237)
#EEE0F0
(238,224,240)
#F0E6F3
(240,230,243)
#F2ECF6
(242,236,246)
#F4F2F9
(244,242,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCDE; }

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

This text font color is #E2BCDE.


Background Color

.myBgColor { background-color: #E2BCDE; }

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

This div background color is #E2BCDE.


Border color

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

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

This div border color is #E2BCDE.


Opacity

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

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

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

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

This text has shadow with #E2BCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCDE on black background.


Color preview on white background

This text has color #E2BCDE on white background.



Black color preview on #E2BCDE background

This text has black color on #E2BCDE background.


White color preview on #E2BCDE background

This text has white color on #E2BCDE background.