COLOR #E2B6E1

HEX: #E2B6E1 RGB: (226,182,225)

Color info

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

RGB color model

#E2B6E1 color RGB value is (226,182,225).

RGB: (226,182,225) (89%, 71%, 88%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 225 of 255 = 88%

226
182
225

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

Portions of RGB colors in percentages

R + G + B = 226 + 182 + 225 = 633 (100%)
R 226 of 633 ~ 35.7%
G 182 of 633 ~ 28.75%
B 225 of 633 ~ 35.55'%

%35.7
%28.75
%35.55

CMYK color model

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

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

CMYK: (0,19,0,11)
C0M19Y0K11 (0%, 19%, 0%, 11%)
(0.00 / 0.19 / 0.00 / 0.11)

CMYK percentages

%0
%19.47
%0.44
%11.37

Codes

Color #E2B6E1 in popluar color models

E2 B6 E1
RGB 226 182 225
HSL 301° 43.14% 80.00%
HSB/HSV 301° 19.47% 88.63%
CMYK 0.00% 19.47% 0.44%
11.37%

Color #E2B6E1 in popluar number systems.

HEX E2 B6 E1
Decimal 226 182 225
Binary 11100010 10110110 11100001
Octal 342 266 341

Shades and tints

Shades of #E2B6E1

#E2B6E1
(226,182,225)
#CEA6CD
(206,166,205)
#BA96B9
(186,150,185)
#A686A5
(166,134,165)
#927691
(146,118,145)
#7E667D
(126,102,125)
#6A5669
(106,86,105)
#564655
(86,70,85)
#423641
(66,54,65)
#2E262D
(46,38,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2B6E1

#E2B6E1
(226,182,225)
#E4BCE3
(228,188,227)
#E6C2E5
(230,194,229)
#E8C8E7
(232,200,231)
#EACEE9
(234,206,233)
#ECD4EB
(236,212,235)
#EEDAED
(238,218,237)
#F0E0EF
(240,224,239)
#F2E6F1
(242,230,241)
#F4ECF3
(244,236,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B6E1; }

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

This text font color is #E2B6E1.

Background Color

.myBgColor { background-color: #E2B6E1; }

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

This div background color is #E2B6E1.

Border color

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

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

This div border color is #E2B6E1.

Opacity

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

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

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

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

This text has shadow with #E2B6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B6E1.

Preview

Color preview on black background

This text has color #E2B6E1 on black background.


Color preview on white background

This text has color #E2B6E1 on white background.


Black color preview on #E2B6E1 background

This text has black color on #E2B6E1 background.


White color preview on #E2B6E1 background

This text has white color on #E2B6E1 background.


Related colors

Complementary color

Complementary color for #hex is #1D491E.


I love getcolorcode.com

Triadic colors

1 #E1E2B6 and #B6E1E2 with #E2B6E1 are triadic colors.

2 #E1B6E2 and #B6E2E1 with #E2B6E1 are triadic colors.