COLOR #E2BBBD

HEX: #E2BBBD
RGB: (226,187,189)

Color info

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

RGB color model

#E2BBBD color RGB value is (226,187,189).

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

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 189 of 255 = 74%

226
187
189

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 189 = 602 (100%)
R 226 of 602 ~ 37.54%
G 187 of 602 ~ 31.06%
B 189 of 602 ~ 31.4%

%37.54
%31.06
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(0,17,16,11)
C0M17Y16K11 
(0%,17%,16%,11%)
(0.00/0.17/0.16/0.11)	

CMYK percentages

%0
%17.26
%16.37
%11.37

Codes

Color #E2BBBD in popluar color models

E2BBBD
RGB226187189
HSL357°40.21%80.98%
HSB/HSV357°17.26%88.63%
CMYK0.00%17.26%16.37%
11.37%

Color #E2BBBD in popluar number systems.

HEXE2BBBD
Decimal226187189
Binary111000101011101110111101
Octal342273275

Shades and tints

Shades of #E2BBBD

#E2BBBD
(226,187,189)
#CEAAAC
(206,170,172)
#BA999B
(186,153,155)
#A6888A
(166,136,138)
#927779
(146,119,121)
#7E6668
(126,102,104)
#6A5557
(106,85,87)
#564446
(86,68,70)
#423335
(66,51,53)
#2E2224
(46,34,36)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E2BBBD

#E2BBBD
(226,187,189)
#E4C1C3
(228,193,195)
#E6C7C9
(230,199,201)
#E8CDCF
(232,205,207)
#EAD3D5
(234,211,213)
#ECD9DB
(236,217,219)
#EEDFE1
(238,223,225)
#F0E5E7
(240,229,231)
#F2EBED
(242,235,237)
#F4F1F3
(244,241,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBBD; }

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

This text font color is #E2BBBD.


Background Color

.myBgColor { background-color: #E2BBBD; }

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

This div background color is #E2BBBD.


Border color

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

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

This div border color is #E2BBBD.


Opacity

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

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

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

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

This text has shadow with #E2BBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBBD on black background.


Color preview on white background

This text has color #E2BBBD on white background.



Black color preview on #E2BBBD background

This text has black color on #E2BBBD background.


White color preview on #E2BBBD background

This text has white color on #E2BBBD background.