COLOR #E2BCBC

HEX: #E2BCBC
RGB: (226,188,188)

Color info

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

RGB color model

#E2BCBC color RGB value is (226,188,188).

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

RGB channels and saturation

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

226
188
188

R + G + B ~ 79%. #E2BCBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 188 = 602 (100%)
R 226 of 602 ~ 37.54%
G 188 of 602 ~ 31.23%
B 188 of 602 ~ 31.23%

%37.54
%31.23
%31.23

CMYK color model

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

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

CMYK percentages

%0
%16.81
%16.81
%11.37

Codes

Color #E2BCBC in popluar color models

E2BCBC
RGB226188188
HSL39.58%81.18%
HSB/HSV16.81%88.63%
CMYK0.00%16.81%16.81%
11.37%

Color #E2BCBC in popluar number systems.

HEXE2BCBC
Decimal226188188
Binary111000101011110010111100
Octal342274274

Shades and tints

Shades of #E2BCBC

#E2BCBC
(226,188,188)
#CEABAB
(206,171,171)
#BA9A9A
(186,154,154)
#A68989
(166,137,137)
#927878
(146,120,120)
#7E6767
(126,103,103)
#6A5656
(106,86,86)
#564545
(86,69,69)
#423434
(66,52,52)
#2E2323
(46,35,35)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #E2BCBC

#E2BCBC
(226,188,188)
#E4C2C2
(228,194,194)
#E6C8C8
(230,200,200)
#E8CECE
(232,206,206)
#EAD4D4
(234,212,212)
#ECDADA
(236,218,218)
#EEE0E0
(238,224,224)
#F0E6E6
(240,230,230)
#F2ECEC
(242,236,236)
#F4F2F2
(244,242,242)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCBC; }

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

This text font color is #E2BCBC.


Background Color

.myBgColor { background-color: #E2BCBC; }

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

This div background color is #E2BCBC.


Border color

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

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

This div border color is #E2BCBC.


Opacity

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

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

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

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

This text has shadow with #E2BCBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCBC on black background.


Color preview on white background

This text has color #E2BCBC on white background.



Black color preview on #E2BCBC background

This text has black color on #E2BCBC background.


White color preview on #E2BCBC background

This text has white color on #E2BCBC background.