COLOR #E2BCB0

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

Color info

#E2BCB0 contains red, green and blue colors in about the same proportion. Web safe color of #E2BCB0 is #CCCC99 (or #CC9).

RGB color model

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

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

RGB channels and saturation

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

226
188
176

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

Portions of RGB colors in percentages

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

%38.31
%31.86
%29.83

CMYK color model

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

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

CMYK percentages

%0
%16.81
%22.12
%11.37

Codes

Color #E2BCB0 in popluar color models

E2BCB0
RGB226188176
HSL14°46.30%78.82%
HSB/HSV14°22.12%88.63%
CMYK0.00%16.81%22.12%
11.37%

Color #E2BCB0 in popluar number systems.

HEXE2BCB0
Decimal226188176
Binary111000101011110010110000
Octal342274260

Shades and tints

Shades of #E2BCB0

#E2BCB0
(226,188,176)
#CEABA0
(206,171,160)
#BA9A90
(186,154,144)
#A68980
(166,137,128)
#927870
(146,120,112)
#7E6760
(126,103,96)
#6A5650
(106,86,80)
#564540
(86,69,64)
#423430
(66,52,48)
#2E2320
(46,35,32)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #E2BCB0

#E2BCB0
(226,188,176)
#E4C2B7
(228,194,183)
#E6C8BE
(230,200,190)
#E8CEC5
(232,206,197)
#EAD4CC
(234,212,204)
#ECDAD3
(236,218,211)
#EEE0DA
(238,224,218)
#F0E6E1
(240,230,225)
#F2ECE8
(242,236,232)
#F4F2EF
(244,242,239)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCB0; }

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

This text font color is #E2BCB0.


Background Color

.myBgColor { background-color: #E2BCB0; }

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

This div background color is #E2BCB0.


Border color

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

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

This div border color is #E2BCB0.


Opacity

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

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

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

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

This text has shadow with #E2BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCB0 on black background.


Color preview on white background

This text has color #E2BCB0 on white background.



Black color preview on #E2BCB0 background

This text has black color on #E2BCB0 background.


White color preview on #E2BCB0 background

This text has white color on #E2BCB0 background.