COLOR #E3BED9

HEX: #E3BED9 RGB: (227,190,217)

Color info

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

RGB color model

#E3BED9 color RGB value is (227,190,217).

RGB: (227,190,217) (89%, 75%, 85%)

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 217 of 255 = 85%

227
190
217

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

Portions of RGB colors in percentages

R + G + B = 227 + 190 + 217 = 634 (100%)
R 227 of 634 ~ 35.8%
G 190 of 634 ~ 29.97%
B 217 of 634 ~ 34.23'%

%35.8
%29.97
%34.23

CMYK color model

#E3BED9 color CMYK value is (0,16,4,11).

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

CMYK: (0,16,4,11)
C0M16Y4K11 (0%, 16%, 4%, 11%)
(0.00 / 0.16 / 0.04 / 0.11)

CMYK percentages

%0
%16.3
%4.41
%10.98

Codes

Color #E3BED9 in popluar color models

E3 BE D9
RGB 227 190 217
HSL 316° 39.78% 81.76%
HSB/HSV 316° 16.30% 89.02%
CMYK 0.00% 16.30% 4.41%
10.98%

Color #E3BED9 in popluar number systems.

HEX E3 BE D9
Decimal 227 190 217
Binary 11100011 10111110 11011001
Octal 343 276 331

Shades and tints

Shades of #E3BED9

#E3BED9
(227,190,217)
#CFADC6
(207,173,198)
#BB9CB3
(187,156,179)
#A78BA0
(167,139,160)
#937A8D
(147,122,141)
#7F697A
(127,105,122)
#6B5867
(107,88,103)
#574754
(87,71,84)
#433641
(67,54,65)
#2F252E
(47,37,46)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #E3BED9

#E3BED9
(227,190,217)
#E5C3DC
(229,195,220)
#E7C8DF
(231,200,223)
#E9CDE2
(233,205,226)
#EBD2E5
(235,210,229)
#EDD7E8
(237,215,232)
#EFDCEB
(239,220,235)
#F1E1EE
(241,225,238)
#F3E6F1
(243,230,241)
#F5EBF4
(245,235,244)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BED9; }

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

This text font color is #E3BED9.

Background Color

.myBgColor { background-color: #E3BED9; }

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

This div background color is #E3BED9.

Border color

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

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

This div border color is #E3BED9.

Opacity

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

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

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

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

This text has shadow with #E3BED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BED9.

Preview

Color preview on black background

This text has color #E3BED9 on black background.


Color preview on white background

This text has color #E3BED9 on white background.


Black color preview on #E3BED9 background

This text has black color on #E3BED9 background.


White color preview on #E3BED9 background

This text has white color on #E3BED9 background.


Related colors

Complementary color

Complementary color for #hex is #1C4126.


I love getcolorcode.com

Triadic colors

1 #D9E3BE and #BED9E3 with #E3BED9 are triadic colors.

2 #D9BEE3 and #BEE3D9 with #E3BED9 are triadic colors.