COLOR #E7BDD6

HEX: #E7BDD6
RGB: (231,189,214)

Color info

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

RGB color model

#E7BDD6 color RGB value is (231,189,214).

  • red value is 231;
  • green value is 189;
  • blue value is 214.
RGB:
(231,189,214)
(91%,74%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 214 of 255 = 84%

231
189
214

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

Portions of RGB colors in percentages

R + G + B =
231 + 189 + 214 = 634 (100%)
R 231 of 634 ~ 36.44%
G 189 of 634 ~ 29.81%
B 214 of 634 ~ 33.75%

%36.44
%29.81
%33.75

CMYK color model

#E7BDD6 color CMYK value is (0,18,7,9).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 7.36%
  • key color value is 9.41%
CMYK:
(0,18,7,9)
C0M18Y7K9 
(0%,18%,7%,9%)
(0.00/0.18/0.07/0.09)	

CMYK percentages

%0
%18.18
%7.36
%9.41

Codes

Color #E7BDD6 in popluar color models

E7BDD6
RGB231189214
HSL324°46.67%82.35%
HSB/HSV324°18.18%90.59%
CMYK0.00%18.18%7.36%
9.41%

Color #E7BDD6 in popluar number systems.

HEXE7BDD6
Decimal231189214
Binary111001111011110111010110
Octal347275326

Shades and tints

Shades of #E7BDD6

#E7BDD6
(231,189,214)
#D2ACC3
(210,172,195)
#BD9BB0
(189,155,176)
#A88A9D
(168,138,157)
#93798A
(147,121,138)
#7E6877
(126,104,119)
#695764
(105,87,100)
#544651
(84,70,81)
#3F353E
(63,53,62)
#2A242B
(42,36,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #E7BDD6

#E7BDD6
(231,189,214)
#E9C3D9
(233,195,217)
#EBC9DC
(235,201,220)
#EDCFDF
(237,207,223)
#EFD5E2
(239,213,226)
#F1DBE5
(241,219,229)
#F3E1E8
(243,225,232)
#F5E7EB
(245,231,235)
#F7EDEE
(247,237,238)
#F9F3F1
(249,243,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BDD6 color. Also use rgb(231,189,214) instead hex code.

Text Font Color

.myTextColor { color: #E7BDD6; }

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

This text font color is #E7BDD6.


Background Color

.myBgColor { background-color: #E7BDD6; }

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

This div background color is #E7BDD6.


Border color

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

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

This div border color is #E7BDD6.


Opacity

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

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

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

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

This text has shadow with #E7BDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BDD6 on black background.


Color preview on white background

This text has color #E7BDD6 on white background.



Black color preview on #E7BDD6 background

This text has black color on #E7BDD6 background.


White color preview on #E7BDD6 background

This text has white color on #E7BDD6 background.