COLOR #E9BED7

HEX: #E9BED7
RGB: (233,190,215)

Color info

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

RGB color model

#E9BED7 color RGB value is (233,190,215).

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

RGB channels and saturation

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

233
190
215

R + G + B ~ 83%. #E9BED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 190 + 215 = 638 (100%)
R 233 of 638 ~ 36.52%
G 190 of 638 ~ 29.78%
B 215 of 638 ~ 33.7%

%36.52
%29.78
%33.7

CMYK color model

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

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

CMYK percentages

%0
%18.45
%7.73
%8.63

Codes

Color #E9BED7 in popluar color models

E9BED7
RGB233190215
HSL325°49.43%82.94%
HSB/HSV325°18.45%91.37%
CMYK0.00%18.45%7.73%
8.63%

Color #E9BED7 in popluar number systems.

HEXE9BED7
Decimal233190215
Binary111010011011111011010111
Octal351276327

Shades and tints

Shades of #E9BED7

#E9BED7
(233,190,215)
#D4ADC4
(212,173,196)
#BF9CB1
(191,156,177)
#AA8B9E
(170,139,158)
#957A8B
(149,122,139)
#806978
(128,105,120)
#6B5865
(107,88,101)
#564752
(86,71,82)
#41363F
(65,54,63)
#2C252C
(44,37,44)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9BED7

#E9BED7
(233,190,215)
#EBC3DA
(235,195,218)
#EDC8DD
(237,200,221)
#EFCDE0
(239,205,224)
#F1D2E3
(241,210,227)
#F3D7E6
(243,215,230)
#F5DCE9
(245,220,233)
#F7E1EC
(247,225,236)
#F9E6EF
(249,230,239)
#FBEBF2
(251,235,242)
#FDF0F5
(253,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BED7; }

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

This text font color is #E9BED7.


Background Color

.myBgColor { background-color: #E9BED7; }

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

This div background color is #E9BED7.


Border color

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

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

This div border color is #E9BED7.


Opacity

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

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

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

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

This text has shadow with #E9BED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BED7 on black background.


Color preview on white background

This text has color #E9BED7 on white background.



Black color preview on #E9BED7 background

This text has black color on #E9BED7 background.


White color preview on #E9BED7 background

This text has white color on #E9BED7 background.