COLOR #E9BED0

HEX: #E9BED0
RGB: (233,190,208)

Color info

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

RGB color model

#E9BED0 color RGB value is (233,190,208).

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

RGB channels and saturation

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

233
190
208

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

Portions of RGB colors in percentages

R + G + B =
233 + 190 + 208 = 631 (100%)
R 233 of 631 ~ 36.93%
G 190 of 631 ~ 30.11%
B 208 of 631 ~ 32.96%

%36.93
%30.11
%32.96

CMYK color model

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

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

CMYK percentages

%0
%18.45
%10.73
%8.63

Codes

Color #E9BED0 in popluar color models

E9BED0
RGB233190208
HSL335°49.43%82.94%
HSB/HSV335°18.45%91.37%
CMYK0.00%18.45%10.73%
8.63%

Color #E9BED0 in popluar number systems.

HEXE9BED0
Decimal233190208
Binary111010011011111011010000
Octal351276320

Shades and tints

Shades of #E9BED0

#E9BED0
(233,190,208)
#D4ADBE
(212,173,190)
#BF9CAC
(191,156,172)
#AA8B9A
(170,139,154)
#957A88
(149,122,136)
#806976
(128,105,118)
#6B5864
(107,88,100)
#564752
(86,71,82)
#413640
(65,54,64)
#2C252E
(44,37,46)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9BED0

#E9BED0
(233,190,208)
#EBC3D4
(235,195,212)
#EDC8D8
(237,200,216)
#EFCDDC
(239,205,220)
#F1D2E0
(241,210,224)
#F3D7E4
(243,215,228)
#F5DCE8
(245,220,232)
#F7E1EC
(247,225,236)
#F9E6F0
(249,230,240)
#FBEBF4
(251,235,244)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BED0; }

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

This text font color is #E9BED0.


Background Color

.myBgColor { background-color: #E9BED0; }

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

This div background color is #E9BED0.


Border color

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

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

This div border color is #E9BED0.


Opacity

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

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

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

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

This text has shadow with #E9BED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BED0 on black background.


Color preview on white background

This text has color #E9BED0 on white background.



Black color preview on #E9BED0 background

This text has black color on #E9BED0 background.


White color preview on #E9BED0 background

This text has white color on #E9BED0 background.