COLOR #E9BEDA

HEX: #E9BEDA RGB: (233,190,218)

Color info

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

RGB color model

#E9BEDA color RGB value is (233,190,218).

RGB: (233,190,218) (91%, 75%, 85%)

RGB channels and saturation

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

233
190
218

R + G + B ~ 84%. #E9BEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 190 + 218 = 641 (100%)
R 233 of 641 ~ 36.35%
G 190 of 641 ~ 29.64%
B 218 of 641 ~ 34.01'%

%36.35
%29.64
%34.01

CMYK color model

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

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

CMYK percentages

%0
%18.45
%6.44
%8.63

Codes

Color #E9BEDA in popluar color models

E9 BE DA
RGB 233 190 218
HSL 321° 49.43% 82.94%
HSB/HSV 321° 18.45% 91.37%
CMYK 0.00% 18.45% 6.44%
8.63%

Color #E9BEDA in popluar number systems.

HEX E9 BE DA
Decimal 233 190 218
Binary 11101001 10111110 11011010
Octal 351 276 332

Shades and tints

Shades of #E9BEDA

#E9BEDA
(233,190,218)
#D4ADC7
(212,173,199)
#BF9CB4
(191,156,180)
#AA8BA1
(170,139,161)
#957A8E
(149,122,142)
#80697B
(128,105,123)
#6B5868
(107,88,104)
#564755
(86,71,85)
#413642
(65,54,66)
#2C252F
(44,37,47)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9BEDA

#E9BEDA
(233,190,218)
#EBC3DD
(235,195,221)
#EDC8E0
(237,200,224)
#EFCDE3
(239,205,227)
#F1D2E6
(241,210,230)
#F3D7E9
(243,215,233)
#F5DCEC
(245,220,236)
#F7E1EF
(247,225,239)
#F9E6F2
(249,230,242)
#FBEBF5
(251,235,245)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BEDA; }

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

This text font color is #E9BEDA.

Background Color

.myBgColor { background-color: #E9BEDA; }

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

This div background color is #E9BEDA.

Border color

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

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

This div border color is #E9BEDA.

Opacity

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

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

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

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

This text has shadow with #E9BEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BEDA.

Preview

Color preview on black background

This text has color #E9BEDA on black background.


Color preview on white background

This text has color #E9BEDA on white background.


Black color preview on #E9BEDA background

This text has black color on #E9BEDA background.


White color preview on #E9BEDA background

This text has white color on #E9BEDA background.


Related colors

Complementary color

Complementary color for #hex is #164125.


I love getcolorcode.com

Triadic colors

1 #DAE9BE and #BEDAE9 with #E9BEDA are triadic colors.

2 #DABEE9 and #BEE9DA with #E9BEDA are triadic colors.