COLOR #E0BBBB

HEX: #E0BBBB
RGB: (224,187,187)

Color info

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

RGB color model

#E0BBBB color RGB value is (224,187,187).

  • red value is 224;
  • green value is 187;
  • blue value is 187.
RGB:
(224,187,187)
(88%,73%,73%)

RGB channels and saturation

R 224 of 255 = 88%
G 187 of 255 = 73%
B 187 of 255 = 73%

224
187
187

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

Portions of RGB colors in percentages

R + G + B =
224 + 187 + 187 = 598 (100%)
R 224 of 598 ~ 37.46%
G 187 of 598 ~ 31.27%
B 187 of 598 ~ 31.27%

%37.46
%31.27
%31.27

CMYK color model

#E0BBBB color CMYK value is (0,17,17,12).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(0,17,17,12)
C0M17Y17K12 
(0%,17%,17%,12%)
(0.00/0.17/0.17/0.12)	

CMYK percentages

%0
%16.52
%16.52
%12.16

Codes

Color #E0BBBB in popluar color models

E0BBBB
RGB224187187
HSL37.37%80.59%
HSB/HSV16.52%87.84%
CMYK0.00%16.52%16.52%
12.16%

Color #E0BBBB in popluar number systems.

HEXE0BBBB
Decimal224187187
Binary111000001011101110111011
Octal340273273

Shades and tints

Shades of #E0BBBB

#E0BBBB
(224,187,187)
#CCAAAA
(204,170,170)
#B89999
(184,153,153)
#A48888
(164,136,136)
#907777
(144,119,119)
#7C6666
(124,102,102)
#685555
(104,85,85)
#544444
(84,68,68)
#403333
(64,51,51)
#2C2222
(44,34,34)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #E0BBBB

#E0BBBB
(224,187,187)
#E2C1C1
(226,193,193)
#E4C7C7
(228,199,199)
#E6CDCD
(230,205,205)
#E8D3D3
(232,211,211)
#EAD9D9
(234,217,217)
#ECDFDF
(236,223,223)
#EEE5E5
(238,229,229)
#F0EBEB
(240,235,235)
#F2F1F1
(242,241,241)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BBBB; }

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

This text font color is #E0BBBB.


Background Color

.myBgColor { background-color: #E0BBBB; }

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

This div background color is #E0BBBB.


Border color

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

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

This div border color is #E0BBBB.


Opacity

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

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

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

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

This text has shadow with #E0BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BBBB on black background.


Color preview on white background

This text has color #E0BBBB on white background.



Black color preview on #E0BBBB background

This text has black color on #E0BBBB background.


White color preview on #E0BBBB background

This text has white color on #E0BBBB background.