COLOR #E3BED1

HEX: #E3BED1 RGB: (227,190,209)

Color info

#E3BED1 contains red, green and blue colors in about the same proportion. Web safe color of #E3BED1 is #CCCCCC (or #CCC).

RGB color model

#E3BED1 color RGB value is (227,190,209).

RGB: (227,190,209) (89%, 75%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 209 of 255 = 82%

227
190
209

R + G + B ~ 82%. #E3BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 190 + 209 = 626 (100%)
R 227 of 626 ~ 36.26%
G 190 of 626 ~ 30.35%
B 209 of 626 ~ 33.39'%

%36.26
%30.35
%33.39

CMYK color model

#E3BED1 color CMYK value is (0,16,8,11).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 7.93%
  • key color value is 10.98%

CMYK: (0,16,8,11)
C0M16Y8K11 (0%, 16%, 8%, 11%)
(0.00 / 0.16 / 0.08 / 0.11)

CMYK percentages

%0
%16.3
%7.93
%10.98

Codes

Color #E3BED1 in popluar color models

E3 BE D1
RGB 227 190 209
HSL 329° 39.78% 81.76%
HSB/HSV 329° 16.30% 89.02%
CMYK 0.00% 16.30% 7.93%
10.98%

Color #E3BED1 in popluar number systems.

HEX E3 BE D1
Decimal 227 190 209
Binary 11100011 10111110 11010001
Octal 343 276 321

Shades and tints

Shades of #E3BED1

#E3BED1
(227,190,209)
#CFADBE
(207,173,190)
#BB9CAB
(187,156,171)
#A78B98
(167,139,152)
#937A85
(147,122,133)
#7F6972
(127,105,114)
#6B585F
(107,88,95)
#57474C
(87,71,76)
#433639
(67,54,57)
#2F2526
(47,37,38)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E3BED1

#E3BED1
(227,190,209)
#E5C3D5
(229,195,213)
#E7C8D9
(231,200,217)
#E9CDDD
(233,205,221)
#EBD2E1
(235,210,225)
#EDD7E5
(237,215,229)
#EFDCE9
(239,220,233)
#F1E1ED
(241,225,237)
#F3E6F1
(243,230,241)
#F5EBF5
(245,235,245)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BED1; }

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

This text font color is #E3BED1.

Background Color

.myBgColor { background-color: #E3BED1; }

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

This div background color is #E3BED1.

Border color

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

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

This div border color is #E3BED1.

Opacity

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

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

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

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

This text has shadow with #E3BED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BED1.

Preview

Color preview on black background

This text has color #E3BED1 on black background.


Color preview on white background

This text has color #E3BED1 on white background.


Black color preview on #E3BED1 background

This text has black color on #E3BED1 background.


White color preview on #E3BED1 background

This text has white color on #E3BED1 background.


Related colors

Complementary color

Complementary color for #hex is #1C412E.


I love getcolorcode.com

Triadic colors

1 #D1E3BE and #BED1E3 with #E3BED1 are triadic colors.

2 #D1BEE3 and #BEE3D1 with #E3BED1 are triadic colors.