COLOR #E2B0BC

HEX: #E2B0BC
RGB: (226,176,188)

Color info

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

RGB color model

#E2B0BC color RGB value is (226,176,188).

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

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 188 of 255 = 74%

226
176
188

R + G + B ~ 77%. #E2B0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 176 + 188 = 590 (100%)
R 226 of 590 ~ 38.31%
G 176 of 590 ~ 29.83%
B 188 of 590 ~ 31.86%

%38.31
%29.83
%31.86

CMYK color model

#E2B0BC color CMYK value is (0,22,17,11).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(0,22,17,11)
C0M22Y17K11 
(0%,22%,17%,11%)
(0.00/0.22/0.17/0.11)	

CMYK percentages

%0
%22.12
%16.81
%11.37

Codes

Color #E2B0BC in popluar color models

E2B0BC
RGB226176188
HSL346°46.30%78.82%
HSB/HSV346°22.12%88.63%
CMYK0.00%22.12%16.81%
11.37%

Color #E2B0BC in popluar number systems.

HEXE2B0BC
Decimal226176188
Binary111000101011000010111100
Octal342260274

Shades and tints

Shades of #E2B0BC

#E2B0BC
(226,176,188)
#CEA0AB
(206,160,171)
#BA909A
(186,144,154)
#A68089
(166,128,137)
#927078
(146,112,120)
#7E6067
(126,96,103)
#6A5056
(106,80,86)
#564045
(86,64,69)
#423034
(66,48,52)
#2E2023
(46,32,35)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #E2B0BC

#E2B0BC
(226,176,188)
#E4B7C2
(228,183,194)
#E6BEC8
(230,190,200)
#E8C5CE
(232,197,206)
#EACCD4
(234,204,212)
#ECD3DA
(236,211,218)
#EEDAE0
(238,218,224)
#F0E1E6
(240,225,230)
#F2E8EC
(242,232,236)
#F4EFF2
(244,239,242)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B0BC; }

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

This text font color is #E2B0BC.


Background Color

.myBgColor { background-color: #E2B0BC; }

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

This div background color is #E2B0BC.


Border color

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

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

This div border color is #E2B0BC.


Opacity

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

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

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

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

This text has shadow with #E2B0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B0BC on black background.


Color preview on white background

This text has color #E2B0BC on white background.



Black color preview on #E2B0BC background

This text has black color on #E2B0BC background.


White color preview on #E2B0BC background

This text has white color on #E2B0BC background.