COLOR #E9BEBE

HEX: #E9BEBE
RGB: (233,190,190)

Color info

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

RGB color model

#E9BEBE color RGB value is (233,190,190).

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

RGB channels and saturation

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

233
190
190

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

Portions of RGB colors in percentages

R + G + B =
233 + 190 + 190 = 613 (100%)
R 233 of 613 ~ 38.01%
G 190 of 613 ~ 31%
B 190 of 613 ~ 31%

%38.01
%31
%31

CMYK color model

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

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

CMYK percentages

%0
%18.45
%18.45
%8.63

Codes

Color #E9BEBE in popluar color models

E9BEBE
RGB233190190
HSL49.43%82.94%
HSB/HSV18.45%91.37%
CMYK0.00%18.45%18.45%
8.63%

Color #E9BEBE in popluar number systems.

HEXE9BEBE
Decimal233190190
Binary111010011011111010111110
Octal351276276

Shades and tints

Shades of #E9BEBE

#E9BEBE
(233,190,190)
#D4ADAD
(212,173,173)
#BF9C9C
(191,156,156)
#AA8B8B
(170,139,139)
#957A7A
(149,122,122)
#806969
(128,105,105)
#6B5858
(107,88,88)
#564747
(86,71,71)
#413636
(65,54,54)
#2C2525
(44,37,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #E9BEBE

#E9BEBE
(233,190,190)
#EBC3C3
(235,195,195)
#EDC8C8
(237,200,200)
#EFCDCD
(239,205,205)
#F1D2D2
(241,210,210)
#F3D7D7
(243,215,215)
#F5DCDC
(245,220,220)
#F7E1E1
(247,225,225)
#F9E6E6
(249,230,230)
#FBEBEB
(251,235,235)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BEBE; }

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

This text font color is #E9BEBE.


Background Color

.myBgColor { background-color: #E9BEBE; }

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

This div background color is #E9BEBE.


Border color

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

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

This div border color is #E9BEBE.


Opacity

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

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

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

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

This text has shadow with #E9BEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BEBE on black background.


Color preview on white background

This text has color #E9BEBE on white background.



Black color preview on #E9BEBE background

This text has black color on #E9BEBE background.


White color preview on #E9BEBE background

This text has white color on #E9BEBE background.