COLOR #E8BEBB

HEX: #E8BEBB
RGB: (232,190,187)

Color info

#E8BEBB contains red, green and blue colors in about the same proportion. Web safe color of #E8BEBB is #FFCCCC (or #FCC).

RGB color model

#E8BEBB color RGB value is (232,190,187).

  • red value is 232;
  • green value is 190;
  • blue value is 187.
RGB:
(232,190,187)
(91%,75%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 187 of 255 = 73%

232
190
187

R + G + B ~ 80%. #E8BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 187 = 609 (100%)
R 232 of 609 ~ 38.1%
G 190 of 609 ~ 31.2%
B 187 of 609 ~ 30.71%

%38.1
%31.2
%30.71

CMYK color model

#E8BEBB color CMYK value is (0,18,19,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(0,18,19,9)
C0M18Y19K9 
(0%,18%,19%,9%)
(0.00/0.18/0.19/0.09)	

CMYK percentages

%0
%18.1
%19.4
%9.02

Codes

Color #E8BEBB in popluar color models

E8BEBB
RGB232190187
HSL49.45%82.16%
HSB/HSV19.40%90.98%
CMYK0.00%18.10%19.40%
9.02%

Color #E8BEBB in popluar number systems.

HEXE8BEBB
Decimal232190187
Binary111010001011111010111011
Octal350276273

Shades and tints

Shades of #E8BEBB

#E8BEBB
(232,190,187)
#D3ADAA
(211,173,170)
#BE9C99
(190,156,153)
#A98B88
(169,139,136)
#947A77
(148,122,119)
#7F6966
(127,105,102)
#6A5855
(106,88,85)
#554744
(85,71,68)
#403633
(64,54,51)
#2B2522
(43,37,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #E8BEBB

#E8BEBB
(232,190,187)
#EAC3C1
(234,195,193)
#ECC8C7
(236,200,199)
#EECDCD
(238,205,205)
#F0D2D3
(240,210,211)
#F2D7D9
(242,215,217)
#F4DCDF
(244,220,223)
#F6E1E5
(246,225,229)
#F8E6EB
(248,230,235)
#FAEBF1
(250,235,241)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEBB; }

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

This text font color is #E8BEBB.


Background Color

.myBgColor { background-color: #E8BEBB; }

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

This div background color is #E8BEBB.


Border color

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

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

This div border color is #E8BEBB.


Opacity

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

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

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

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

This text has shadow with #E8BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEBB on black background.


Color preview on white background

This text has color #E8BEBB on white background.



Black color preview on #E8BEBB background

This text has black color on #E8BEBB background.


White color preview on #E8BEBB background

This text has white color on #E8BEBB background.