COLOR #E9BED1

HEX: #E9BED1 RGB: (233,190,209)

Color info

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

RGB color model

#E9BED1 color RGB value is (233,190,209).

RGB: (233,190,209) (91%, 75%, 82%)

RGB channels and saturation

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

233
190
209

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

Portions of RGB colors in percentages

R + G + B = 233 + 190 + 209 = 632 (100%)
R 233 of 632 ~ 36.87%
G 190 of 632 ~ 30.06%
B 209 of 632 ~ 33.07'%

%36.87
%30.06
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 10.30%
  • key color value is 8.63%

CMYK: (0,18,10,9)
C0M18Y10K9 (0%, 18%, 10%, 9%)
(0.00 / 0.18 / 0.10 / 0.09)

CMYK percentages

%0
%18.45
%10.3
%8.63

Codes

Color #E9BED1 in popluar color models

E9 BE D1
RGB 233 190 209
HSL 333° 49.43% 82.94%
HSB/HSV 333° 18.45% 91.37%
CMYK 0.00% 18.45% 10.30%
8.63%

Color #E9BED1 in popluar number systems.

HEX E9 BE D1
Decimal 233 190 209
Binary 11101001 10111110 11010001
Octal 351 276 321

Shades and tints

Shades of #E9BED1

#E9BED1
(233,190,209)
#D4ADBE
(212,173,190)
#BF9CAB
(191,156,171)
#AA8B98
(170,139,152)
#957A85
(149,122,133)
#806972
(128,105,114)
#6B585F
(107,88,95)
#56474C
(86,71,76)
#413639
(65,54,57)
#2C2526
(44,37,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #E9BED1

#E9BED1
(233,190,209)
#EBC3D5
(235,195,213)
#EDC8D9
(237,200,217)
#EFCDDD
(239,205,221)
#F1D2E1
(241,210,225)
#F3D7E5
(243,215,229)
#F5DCE9
(245,220,233)
#F7E1ED
(247,225,237)
#F9E6F1
(249,230,241)
#FBEBF5
(251,235,245)
#FDF0F9
(253,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BED1; }

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

This text font color is #E9BED1.

Background Color

.myBgColor { background-color: #E9BED1; }

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

This div background color is #E9BED1.

Border color

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

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

This div border color is #E9BED1.

Opacity

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

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

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

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

This text has shadow with #E9BED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BED1.

Preview

Color preview on black background

This text has color #E9BED1 on black background.


Color preview on white background

This text has color #E9BED1 on white background.


Black color preview on #E9BED1 background

This text has black color on #E9BED1 background.


White color preview on #E9BED1 background

This text has white color on #E9BED1 background.


Related colors

Complementary color

Complementary color for #hex is #16412E.


I love getcolorcode.com

Triadic colors

1 #D1E9BE and #BED1E9 with #E9BED1 are triadic colors.

2 #D1BEE9 and #BEE9D1 with #E9BED1 are triadic colors.