COLOR #E3BBBA

HEX: #E3BBBA
RGB: (227,187,186)

Color info

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

RGB color model

#E3BBBA color RGB value is (227,187,186).

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

RGB channels and saturation

R 227 of 255 = 89%
G 187 of 255 = 73%
B 186 of 255 = 73%

227
187
186

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

Portions of RGB colors in percentages

R + G + B =
227 + 187 + 186 = 600 (100%)
R 227 of 600 ~ 37.83%
G 187 of 600 ~ 31.17%
B 186 of 600 ~ 31%

%37.83
%31.17
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(0,18,18,11)
C0M18Y18K11 
(0%,18%,18%,11%)
(0.00/0.18/0.18/0.11)	

CMYK percentages

%0
%17.62
%18.06
%10.98

Codes

Color #E3BBBA in popluar color models

E3BBBA
RGB227187186
HSL42.27%80.98%
HSB/HSV18.06%89.02%
CMYK0.00%17.62%18.06%
10.98%

Color #E3BBBA in popluar number systems.

HEXE3BBBA
Decimal227187186
Binary111000111011101110111010
Octal343273272

Shades and tints

Shades of #E3BBBA

#E3BBBA
(227,187,186)
#CFAAAA
(207,170,170)
#BB999A
(187,153,154)
#A7888A
(167,136,138)
#93777A
(147,119,122)
#7F666A
(127,102,106)
#6B555A
(107,85,90)
#57444A
(87,68,74)
#43333A
(67,51,58)
#2F222A
(47,34,42)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #E3BBBA

#E3BBBA
(227,187,186)
#E5C1C0
(229,193,192)
#E7C7C6
(231,199,198)
#E9CDCC
(233,205,204)
#EBD3D2
(235,211,210)
#EDD9D8
(237,217,216)
#EFDFDE
(239,223,222)
#F1E5E4
(241,229,228)
#F3EBEA
(243,235,234)
#F5F1F0
(245,241,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BBBA color. Also use rgb(227,187,186) instead hex code.

Text Font Color

.myTextColor { color: #E3BBBA; }

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

This text font color is #E3BBBA.


Background Color

.myBgColor { background-color: #E3BBBA; }

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

This div background color is #E3BBBA.


Border color

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

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

This div border color is #E3BBBA.


Opacity

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

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

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

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

This text has shadow with #E3BBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BBBA on black background.


Color preview on white background

This text has color #E3BBBA on white background.



Black color preview on #E3BBBA background

This text has black color on #E3BBBA background.


White color preview on #E3BBBA background

This text has white color on #E3BBBA background.