COLOR #E7B9ED

HEX: #E7B9ED RGB: (231,185,237)

Color info

#E7B9ED contains red, green and blue colors in about the same proportion. Web safe color of #E7B9ED is #FFCCFF (or #FCF).

RGB color model

#E7B9ED color RGB value is (231,185,237).

RGB: (231,185,237) (91%, 73%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 237 of 255 = 93%

231
185
237

R + G + B ~ 86%. #E7B9ED is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 185 + 237 = 653 (100%)
R 231 of 653 ~ 35.38%
G 185 of 653 ~ 28.33%
B 237 of 653 ~ 36.29'%

%35.38
%28.33
%36.29

CMYK color model

#E7B9ED color CMYK value is (3,22,0,7).

  • cyan value is 2.53%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,22,0,7)
C3M22Y0K7 (3%, 22%, 0%, 7%)
(0.03 / 0.22 / 0.00 / 0.07)

CMYK percentages

%2.53
%21.94
%0
%7.06

Codes

Color #E7B9ED in popluar color models

E7 B9 ED
RGB 231 185 237
HSL 293° 59.09% 82.75%
HSB/HSV 293° 21.94% 92.94%
CMYK 2.53% 21.94% 0.00%
7.06%

Color #E7B9ED in popluar number systems.

HEX E7 B9 ED
Decimal 231 185 237
Binary 11100111 10111001 11101101
Octal 347 271 355

Shades and tints

Shades of #E7B9ED

#E7B9ED
(231,185,237)
#D2A9D8
(210,169,216)
#BD99C3
(189,153,195)
#A889AE
(168,137,174)
#937999
(147,121,153)
#7E6984
(126,105,132)
#69596F
(105,89,111)
#54495A
(84,73,90)
#3F3945
(63,57,69)
#2A2930
(42,41,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #E7B9ED

#E7B9ED
(231,185,237)
#E9BFEE
(233,191,238)
#EBC5EF
(235,197,239)
#EDCBF0
(237,203,240)
#EFD1F1
(239,209,241)
#F1D7F2
(241,215,242)
#F3DDF3
(243,221,243)
#F5E3F4
(245,227,244)
#F7E9F5
(247,233,245)
#F9EFF6
(249,239,246)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B9ED color. Also use rgb(231,185,237) instead hex code.

Text Font Color

.myTextColor { color: #E7B9ED; }

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

This text font color is #E7B9ED.

Background Color

.myBgColor { background-color: #E7B9ED; }

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

This div background color is #E7B9ED.

Border color

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

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

This div border color is #E7B9ED.

Opacity

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

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

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

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

This text has shadow with #E7B9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B9ED.

Preview

Color preview on black background

This text has color #E7B9ED on black background.


Color preview on white background

This text has color #E7B9ED on white background.


Black color preview on #E7B9ED background

This text has black color on #E7B9ED background.


White color preview on #E7B9ED background

This text has white color on #E7B9ED background.


Related colors

Complementary color

Complementary color for #hex is #184612.


I love getcolorcode.com

Triadic colors

1 #EDE7B9 and #B9EDE7 with #E7B9ED are triadic colors.

2 #EDB9E7 and #B9E7ED with #E7B9ED are triadic colors.