COLOR #E2BCD6

HEX: #E2BCD6 RGB: (226,188,214)

Color info

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

RGB color model

#E2BCD6 color RGB value is (226,188,214).

RGB: (226,188,214) (89%, 74%, 84%)

RGB channels and saturation

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

226
188
214

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

Portions of RGB colors in percentages

R + G + B = 226 + 188 + 214 = 628 (100%)
R 226 of 628 ~ 35.99%
G 188 of 628 ~ 29.94%
B 214 of 628 ~ 34.08'%

%35.99
%29.94
%34.08

CMYK color model

#E2BCD6 color CMYK value is (0,17,5,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK: (0,17,5,11) C0M17Y5K11 (0%,17%,5%,11%) (0.00/0.17/0.05/0.11) 

CMYK percentages

%0
%16.81
%5.31
%11.37

Codes

Color #E2BCD6 in popluar color models

E2 BC D6
RGB 226 188 214
HSL 319° 39.58% 81.18%
HSB/HSV 319° 16.81% 88.63%
CMYK 0.00% 16.81% 5.31%
11.37%

Color #E2BCD6 in popluar number systems.

HEX E2 BC D6
Decimal 226 188 214
Binary 11100010 10111100 11010110
Octal 342 274 326

Shades and tints

Shades of #E2BCD6

#E2BCD6
(226,188,214)
#CEABC3
(206,171,195)
#BA9AB0
(186,154,176)
#A6899D
(166,137,157)
#92788A
(146,120,138)
#7E6777
(126,103,119)
#6A5664
(106,86,100)
#564551
(86,69,81)
#42343E
(66,52,62)
#2E232B
(46,35,43)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #E2BCD6

#E2BCD6
(226,188,214)
#E4C2D9
(228,194,217)
#E6C8DC
(230,200,220)
#E8CEDF
(232,206,223)
#EAD4E2
(234,212,226)
#ECDAE5
(236,218,229)
#EEE0E8
(238,224,232)
#F0E6EB
(240,230,235)
#F2ECEE
(242,236,238)
#F4F2F1
(244,242,241)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCD6; }

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

This text font color is #E2BCD6.

Background Color

.myBgColor { background-color: #E2BCD6; }

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

This div background color is #E2BCD6.

Border color

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

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

This div border color is #E2BCD6.

Opacity

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

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

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

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

This text has shadow with #E2BCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BCD6.

Preview

Color preview on black background

This text has color #E2BCD6 on black background.


Color preview on white background

This text has color #E2BCD6 on white background.


Black color preview on #E2BCD6 background

This text has black color on #E2BCD6 background.


White color preview on #E2BCD6 background

This text has white color on #E2BCD6 background.


Related colors

Complementary color

Complementary color for #hex is #1D4329.


I love getcolorcode.com

Triadic colors

1 #D6E2BC and #BCD6E2 with #E2BCD6 are triadic colors.

2 #D6BCE2 and #BCE2D6 with #E2BCD6 are triadic colors.