COLOR #E2BBB9

HEX: #E2BBB9
RGB: (226,187,185)

Color info

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

RGB color model

#E2BBB9 color RGB value is (226,187,185).

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

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 185 of 255 = 73%

226
187
185

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 185 = 598 (100%)
R 226 of 598 ~ 37.79%
G 187 of 598 ~ 31.27%
B 185 of 598 ~ 30.94%

%37.79
%31.27
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK:
(0,17,18,11)
C0M17Y18K11 
(0%,17%,18%,11%)
(0.00/0.17/0.18/0.11)	

CMYK percentages

%0
%17.26
%18.14
%11.37

Codes

Color #E2BBB9 in popluar color models

E2BBB9
RGB226187185
HSL41.41%80.59%
HSB/HSV18.14%88.63%
CMYK0.00%17.26%18.14%
11.37%

Color #E2BBB9 in popluar number systems.

HEXE2BBB9
Decimal226187185
Binary111000101011101110111001
Octal342273271

Shades and tints

Shades of #E2BBB9

#E2BBB9
(226,187,185)
#CEAAA9
(206,170,169)
#BA9999
(186,153,153)
#A68889
(166,136,137)
#927779
(146,119,121)
#7E6669
(126,102,105)
#6A5559
(106,85,89)
#564449
(86,68,73)
#423339
(66,51,57)
#2E2229
(46,34,41)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #E2BBB9

#E2BBB9
(226,187,185)
#E4C1BF
(228,193,191)
#E6C7C5
(230,199,197)
#E8CDCB
(232,205,203)
#EAD3D1
(234,211,209)
#ECD9D7
(236,217,215)
#EEDFDD
(238,223,221)
#F0E5E3
(240,229,227)
#F2EBE9
(242,235,233)
#F4F1EF
(244,241,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBB9; }

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

This text font color is #E2BBB9.


Background Color

.myBgColor { background-color: #E2BBB9; }

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

This div background color is #E2BBB9.


Border color

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

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

This div border color is #E2BBB9.


Opacity

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

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

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

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

This text has shadow with #E2BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBB9 on black background.


Color preview on white background

This text has color #E2BBB9 on white background.



Black color preview on #E2BBB9 background

This text has black color on #E2BBB9 background.


White color preview on #E2BBB9 background

This text has white color on #E2BBB9 background.