COLOR #E2B2DC

HEX: #E2B2DC RGB: (226,178,220)

Color info

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

RGB color model

#E2B2DC color RGB value is (226,178,220).

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

RGB channels and saturation

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

226
178
220

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

Portions of RGB colors in percentages

R + G + B = 226 + 178 + 220 = 624 (100%)
R 226 of 624 ~ 36.22%
G 178 of 624 ~ 28.53%
B 220 of 624 ~ 35.26'%

%36.22
%28.53
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.24%
  • 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
%21.24
%2.65
%11.37

Codes

Color #E2B2DC in popluar color models

E2 B2 DC
RGB 226 178 220
HSL 308° 45.28% 79.22%
HSB/HSV 308° 21.24% 88.63%
CMYK 0.00% 21.24% 2.65%
11.37%

Color #E2B2DC in popluar number systems.

HEX E2 B2 DC
Decimal 226 178 220
Binary 11100010 10110010 11011100
Octal 342 262 334

Shades and tints

Shades of #E2B2DC

#E2B2DC
(226,178,220)
#CEA2C8
(206,162,200)
#BA92B4
(186,146,180)
#A682A0
(166,130,160)
#92728C
(146,114,140)
#7E6278
(126,98,120)
#6A5264
(106,82,100)
#564250
(86,66,80)
#42323C
(66,50,60)
#2E2228
(46,34,40)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #E2B2DC

#E2B2DC
(226,178,220)
#E4B9DF
(228,185,223)
#E6C0E2
(230,192,226)
#E8C7E5
(232,199,229)
#EACEE8
(234,206,232)
#ECD5EB
(236,213,235)
#EEDCEE
(238,220,238)
#F0E3F1
(240,227,241)
#F2EAF4
(242,234,244)
#F4F1F7
(244,241,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B2DC; }

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

This text font color is #E2B2DC.

Background Color

.myBgColor { background-color: #E2B2DC; }

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

This div background color is #E2B2DC.

Border color

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

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

This div border color is #E2B2DC.

Opacity

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

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

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

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

This text has shadow with #E2B2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B2DC.

Preview

Color preview on black background

This text has color #E2B2DC on black background.


Color preview on white background

This text has color #E2B2DC on white background.


Black color preview on #E2B2DC background

This text has black color on #E2B2DC background.


White color preview on #E2B2DC background

This text has white color on #E2B2DC background.


Related colors

Complementary color

Complementary color for #hex is #1D4D23.


I love getcolorcode.com

Triadic colors

1 #DCE2B2 and #B2DCE2 with #E2B2DC are triadic colors.

2 #DCB2E2 and #B2E2DC with #E2B2DC are triadic colors.