COLOR #E2B0BF

HEX: #E2B0BF
RGB: (226,176,191)

Color info

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

RGB color model

#E2B0BF color RGB value is (226,176,191).

  • red value is 226;
  • green value is 176;
  • blue value is 191.
RGB:
(226,176,191)
(89%,69%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 191 of 255 = 75%

226
176
191

R + G + B ~ 78%. #E2B0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 176 + 191 = 593 (100%)
R 226 of 593 ~ 38.11%
G 176 of 593 ~ 29.68%
B 191 of 593 ~ 32.21%

%38.11
%29.68
%32.21

CMYK color model

#E2B0BF color CMYK value is (0,22,15,11).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(0,22,15,11)
C0M22Y15K11 
(0%,22%,15%,11%)
(0.00/0.22/0.15/0.11)	

CMYK percentages

%0
%22.12
%15.49
%11.37

Codes

Color #E2B0BF in popluar color models

E2B0BF
RGB226176191
HSL342°46.30%78.82%
HSB/HSV342°22.12%88.63%
CMYK0.00%22.12%15.49%
11.37%

Color #E2B0BF in popluar number systems.

HEXE2B0BF
Decimal226176191
Binary111000101011000010111111
Octal342260277

Shades and tints

Shades of #E2B0BF

#E2B0BF
(226,176,191)
#CEA0AE
(206,160,174)
#BA909D
(186,144,157)
#A6808C
(166,128,140)
#92707B
(146,112,123)
#7E606A
(126,96,106)
#6A5059
(106,80,89)
#564048
(86,64,72)
#423037
(66,48,55)
#2E2026
(46,32,38)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #E2B0BF

#E2B0BF
(226,176,191)
#E4B7C4
(228,183,196)
#E6BEC9
(230,190,201)
#E8C5CE
(232,197,206)
#EACCD3
(234,204,211)
#ECD3D8
(236,211,216)
#EEDADD
(238,218,221)
#F0E1E2
(240,225,226)
#F2E8E7
(242,232,231)
#F4EFEC
(244,239,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B0BF color. Also use rgb(226,176,191) instead hex code.

Text Font Color

.myTextColor { color: #E2B0BF; }

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

This text font color is #E2B0BF.


Background Color

.myBgColor { background-color: #E2B0BF; }

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

This div background color is #E2B0BF.


Border color

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

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

This div border color is #E2B0BF.


Opacity

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

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

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

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

This text has shadow with #E2B0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B0BF on black background.


Color preview on white background

This text has color #E2B0BF on white background.



Black color preview on #E2B0BF background

This text has black color on #E2B0BF background.


White color preview on #E2B0BF background

This text has white color on #E2B0BF background.