COLOR #E2B6DC

HEX: #E2B6DC RGB: (226,182,220)

Color info

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

RGB color model

#E2B6DC color RGB value is (226,182,220).

RGB: (226,182,220) (89%, 71%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 220 of 255 = 86%

226
182
220

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

Portions of RGB colors in percentages

R + G + B = 226 + 182 + 220 = 628 (100%)
R 226 of 628 ~ 35.99%
G 182 of 628 ~ 28.98%
B 220 of 628 ~ 35.03'%

%35.99
%28.98
%35.03

CMYK color model

#E2B6DC color CMYK value is (0,19,3,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 2.65%
  • key color value is 11.37%

CMYK: (0,19,3,11)
C0M19Y3K11 (0%, 19%, 3%, 11%)
(0.00 / 0.19 / 0.03 / 0.11)

CMYK percentages

%0
%19.47
%2.65
%11.37

Codes

Color #E2B6DC in popluar color models

E2 B6 DC
RGB 226 182 220
HSL 308° 43.14% 80.00%
HSB/HSV 308° 19.47% 88.63%
CMYK 0.00% 19.47% 2.65%
11.37%

Color #E2B6DC in popluar number systems.

HEX E2 B6 DC
Decimal 226 182 220
Binary 11100010 10110110 11011100
Octal 342 266 334

Shades and tints

Shades of #E2B6DC

#E2B6DC
(226,182,220)
#CEA6C8
(206,166,200)
#BA96B4
(186,150,180)
#A686A0
(166,134,160)
#92768C
(146,118,140)
#7E6678
(126,102,120)
#6A5664
(106,86,100)
#564650
(86,70,80)
#42363C
(66,54,60)
#2E2628
(46,38,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2B6DC

#E2B6DC
(226,182,220)
#E4BCDF
(228,188,223)
#E6C2E2
(230,194,226)
#E8C8E5
(232,200,229)
#EACEE8
(234,206,232)
#ECD4EB
(236,212,235)
#EEDAEE
(238,218,238)
#F0E0F1
(240,224,241)
#F2E6F4
(242,230,244)
#F4ECF7
(244,236,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B6DC color. Also use rgb(226,182,220) instead hex code.

Text Font Color

.myTextColor { color: #E2B6DC; }

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

This text font color is #E2B6DC.

Background Color

.myBgColor { background-color: #E2B6DC; }

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

This div background color is #E2B6DC.

Border color

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

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

This div border color is #E2B6DC.

Opacity

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

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

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

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

This text has shadow with #E2B6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B6DC.

Preview

Color preview on black background

This text has color #E2B6DC on black background.


Color preview on white background

This text has color #E2B6DC on white background.


Black color preview on #E2B6DC background

This text has black color on #E2B6DC background.


White color preview on #E2B6DC background

This text has white color on #E2B6DC background.


Related colors

Complementary color

Complementary color for #hex is #1D4923.


I love getcolorcode.com

Triadic colors

1 #DCE2B6 and #B6DCE2 with #E2B6DC are triadic colors.

2 #DCB6E2 and #B6E2DC with #E2B6DC are triadic colors.