COLOR #E6BBB8

HEX: #E6BBB8
RGB: (230,187,184)

Color info

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

RGB color model

#E6BBB8 color RGB value is (230,187,184).

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

RGB channels and saturation

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

230
187
184

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

Portions of RGB colors in percentages

R + G + B =
230 + 187 + 184 = 601 (100%)
R 230 of 601 ~ 38.27%
G 187 of 601 ~ 31.11%
B 184 of 601 ~ 30.62%

%38.27
%31.11
%30.62

CMYK color model

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

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

CMYK percentages

%0
%18.7
%20
%9.8

Codes

Color #E6BBB8 in popluar color models

E6BBB8
RGB230187184
HSL47.92%81.18%
HSB/HSV20.00%90.20%
CMYK0.00%18.70%20.00%
9.80%

Color #E6BBB8 in popluar number systems.

HEXE6BBB8
Decimal230187184
Binary111001101011101110111000
Octal346273270

Shades and tints

Shades of #E6BBB8

#E6BBB8
(230,187,184)
#D2AAA8
(210,170,168)
#BE9998
(190,153,152)
#AA8888
(170,136,136)
#967778
(150,119,120)
#826668
(130,102,104)
#6E5558
(110,85,88)
#5A4448
(90,68,72)
#463338
(70,51,56)
#322228
(50,34,40)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #E6BBB8

#E6BBB8
(230,187,184)
#E8C1BE
(232,193,190)
#EAC7C4
(234,199,196)
#ECCDCA
(236,205,202)
#EED3D0
(238,211,208)
#F0D9D6
(240,217,214)
#F2DFDC
(242,223,220)
#F4E5E2
(244,229,226)
#F6EBE8
(246,235,232)
#F8F1EE
(248,241,238)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBB8; }

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

This text font color is #E6BBB8.


Background Color

.myBgColor { background-color: #E6BBB8; }

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

This div background color is #E6BBB8.


Border color

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

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

This div border color is #E6BBB8.


Opacity

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

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

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

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

This text has shadow with #E6BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBB8 on black background.


Color preview on white background

This text has color #E6BBB8 on white background.



Black color preview on #E6BBB8 background

This text has black color on #E6BBB8 background.


White color preview on #E6BBB8 background

This text has white color on #E6BBB8 background.