COLOR #E6BBBB

HEX: #E6BBBB
RGB: (230,187,187)

Color info

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

RGB color model

#E6BBBB color RGB value is (230,187,187).

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

RGB channels and saturation

R 230 of 255 = 90%
G 187 of 255 = 73%
B 187 of 255 = 73%

230
187
187

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

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 187 = 604 (100%)
R 230 of 604 ~ 38.08%
G 187 of 604 ~ 30.96%
B 187 of 604 ~ 30.96%

%38.08
%30.96
%30.96

CMYK color model

#E6BBBB color CMYK value is (0,19,19,10).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(0,19,19,10)
C0M19Y19K10 
(0%,19%,19%,10%)
(0.00/0.19/0.19/0.10)	

CMYK percentages

%0
%18.7
%18.7
%9.8

Codes

Color #E6BBBB in popluar color models

E6BBBB
RGB230187187
HSL46.24%81.76%
HSB/HSV18.70%90.20%
CMYK0.00%18.70%18.70%
9.80%

Color #E6BBBB in popluar number systems.

HEXE6BBBB
Decimal230187187
Binary111001101011101110111011
Octal346273273

Shades and tints

Shades of #E6BBBB

#E6BBBB
(230,187,187)
#D2AAAA
(210,170,170)
#BE9999
(190,153,153)
#AA8888
(170,136,136)
#967777
(150,119,119)
#826666
(130,102,102)
#6E5555
(110,85,85)
#5A4444
(90,68,68)
#463333
(70,51,51)
#322222
(50,34,34)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #E6BBBB

#E6BBBB
(230,187,187)
#E8C1C1
(232,193,193)
#EAC7C7
(234,199,199)
#ECCDCD
(236,205,205)
#EED3D3
(238,211,211)
#F0D9D9
(240,217,217)
#F2DFDF
(242,223,223)
#F4E5E5
(244,229,229)
#F6EBEB
(246,235,235)
#F8F1F1
(248,241,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBBB; }

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

This text font color is #E6BBBB.


Background Color

.myBgColor { background-color: #E6BBBB; }

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

This div background color is #E6BBBB.


Border color

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

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

This div border color is #E6BBBB.


Opacity

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

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

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

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

This text has shadow with #E6BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBBB on black background.


Color preview on white background

This text has color #E6BBBB on white background.



Black color preview on #E6BBBB background

This text has black color on #E6BBBB background.


White color preview on #E6BBBB background

This text has white color on #E6BBBB background.