COLOR #E8BEBE

HEX: #E8BEBE
RGB: (232,190,190)

Color info

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

RGB color model

#E8BEBE color RGB value is (232,190,190).

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

RGB channels and saturation

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

232
190
190

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 190 = 612 (100%)
R 232 of 612 ~ 37.91%
G 190 of 612 ~ 31.05%
B 190 of 612 ~ 31.05%

%37.91
%31.05
%31.05

CMYK color model

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

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

CMYK percentages

%0
%18.1
%18.1
%9.02

Codes

Color #E8BEBE in popluar color models

E8BEBE
RGB232190190
HSL47.73%82.75%
HSB/HSV18.10%90.98%
CMYK0.00%18.10%18.10%
9.02%

Color #E8BEBE in popluar number systems.

HEXE8BEBE
Decimal232190190
Binary111010001011111010111110
Octal350276276

Shades and tints

Shades of #E8BEBE

#E8BEBE
(232,190,190)
#D3ADAD
(211,173,173)
#BE9C9C
(190,156,156)
#A98B8B
(169,139,139)
#947A7A
(148,122,122)
#7F6969
(127,105,105)
#6A5858
(106,88,88)
#554747
(85,71,71)
#403636
(64,54,54)
#2B2525
(43,37,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #E8BEBE

#E8BEBE
(232,190,190)
#EAC3C3
(234,195,195)
#ECC8C8
(236,200,200)
#EECDCD
(238,205,205)
#F0D2D2
(240,210,210)
#F2D7D7
(242,215,215)
#F4DCDC
(244,220,220)
#F6E1E1
(246,225,225)
#F8E6E6
(248,230,230)
#FAEBEB
(250,235,235)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEBE; }

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

This text font color is #E8BEBE.


Background Color

.myBgColor { background-color: #E8BEBE; }

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

This div background color is #E8BEBE.


Border color

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

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

This div border color is #E8BEBE.


Opacity

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

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

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

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

This text has shadow with #E8BEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEBE on black background.


Color preview on white background

This text has color #E8BEBE on white background.



Black color preview on #E8BEBE background

This text has black color on #E8BEBE background.


White color preview on #E8BEBE background

This text has white color on #E8BEBE background.