COLOR #E2B3DC

HEX: #E2B3DC RGB: (226,179,220)

Color info

#E2B3DC contains red, green and blue colors in about the same proportion. Web safe color of #E2B3DC is #CC99CC (or #C9C).

RGB color model

#E2B3DC color RGB value is (226,179,220).

RGB: (226,179,220) (89%, 70%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 220 of 255 = 86%

226
179
220

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

Portions of RGB colors in percentages

R + G + B = 226 + 179 + 220 = 625 (100%)
R 226 of 625 ~ 36.16%
G 179 of 625 ~ 28.64%
B 220 of 625 ~ 35.2'%

%36.16
%28.64
%35.2

CMYK color model

#E2B3DC color CMYK value is (0,21,3,11).

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

CMYK: (0,21,3,11)
C0M21Y3K11 (0%, 21%, 3%, 11%)
(0.00 / 0.21 / 0.03 / 0.11)

CMYK percentages

%0
%20.8
%2.65
%11.37

Codes

Color #E2B3DC in popluar color models

E2 B3 DC
RGB 226 179 220
HSL 308° 44.76% 79.41%
HSB/HSV 308° 20.80% 88.63%
CMYK 0.00% 20.80% 2.65%
11.37%

Color #E2B3DC in popluar number systems.

HEX E2 B3 DC
Decimal 226 179 220
Binary 11100010 10110011 11011100
Octal 342 263 334

Shades and tints

Shades of #E2B3DC

#E2B3DC
(226,179,220)
#CEA3C8
(206,163,200)
#BA93B4
(186,147,180)
#A683A0
(166,131,160)
#92738C
(146,115,140)
#7E6378
(126,99,120)
#6A5364
(106,83,100)
#564350
(86,67,80)
#42333C
(66,51,60)
#2E2328
(46,35,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #E2B3DC

#E2B3DC
(226,179,220)
#E4B9DF
(228,185,223)
#E6BFE2
(230,191,226)
#E8C5E5
(232,197,229)
#EACBE8
(234,203,232)
#ECD1EB
(236,209,235)
#EED7EE
(238,215,238)
#F0DDF1
(240,221,241)
#F2E3F4
(242,227,244)
#F4E9F7
(244,233,247)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B3DC; }

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

This text font color is #E2B3DC.

Background Color

.myBgColor { background-color: #E2B3DC; }

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

This div background color is #E2B3DC.

Border color

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

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

This div border color is #E2B3DC.

Opacity

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

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

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

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

This text has shadow with #E2B3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B3DC.

Preview

Color preview on black background

This text has color #E2B3DC on black background.


Color preview on white background

This text has color #E2B3DC on white background.


Black color preview on #E2B3DC background

This text has black color on #E2B3DC background.


White color preview on #E2B3DC background

This text has white color on #E2B3DC background.


Related colors

Complementary color

Complementary color for #hex is #1D4C23.


I love getcolorcode.com

Triadic colors

1 #DCE2B3 and #B3DCE2 with #E2B3DC are triadic colors.

2 #DCB3E2 and #B3E2DC with #E2B3DC are triadic colors.