COLOR #E7BADD

HEX: #E7BADD
RGB: (231,186,221)

Color info

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

RGB color model

#E7BADD color RGB value is (231,186,221).

  • red value is 231;
  • green value is 186;
  • blue value is 221.
RGB:
(231,186,221)
(91%,73%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 186 of 255 = 73%
B 221 of 255 = 87%

231
186
221

R + G + B ~ 84%. #E7BADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 186 + 221 = 638 (100%)
R 231 of 638 ~ 36.21%
G 186 of 638 ~ 29.15%
B 221 of 638 ~ 34.64%

%36.21
%29.15
%34.64

CMYK color model

#E7BADD color CMYK value is (0,19,4,9).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(0,19,4,9)
C0M19Y4K9 
(0%,19%,4%,9%)
(0.00/0.19/0.04/0.09)	

CMYK percentages

%0
%19.48
%4.33
%9.41

Codes

Color #E7BADD in popluar color models

E7BADD
RGB231186221
HSL313°48.39%81.76%
HSB/HSV313°19.48%90.59%
CMYK0.00%19.48%4.33%
9.41%

Color #E7BADD in popluar number systems.

HEXE7BADD
Decimal231186221
Binary111001111011101011011101
Octal347272335

Shades and tints

Shades of #E7BADD

#E7BADD
(231,186,221)
#D2AAC9
(210,170,201)
#BD9AB5
(189,154,181)
#A88AA1
(168,138,161)
#937A8D
(147,122,141)
#7E6A79
(126,106,121)
#695A65
(105,90,101)
#544A51
(84,74,81)
#3F3A3D
(63,58,61)
#2A2A29
(42,42,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #E7BADD

#E7BADD
(231,186,221)
#E9C0E0
(233,192,224)
#EBC6E3
(235,198,227)
#EDCCE6
(237,204,230)
#EFD2E9
(239,210,233)
#F1D8EC
(241,216,236)
#F3DEEF
(243,222,239)
#F5E4F2
(245,228,242)
#F7EAF5
(247,234,245)
#F9F0F8
(249,240,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BADD color. Also use rgb(231,186,221) instead hex code.

Text Font Color

.myTextColor { color: #E7BADD; }

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

This text font color is #E7BADD.


Background Color

.myBgColor { background-color: #E7BADD; }

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

This div background color is #E7BADD.


Border color

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

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

This div border color is #E7BADD.


Opacity

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

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

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

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

This text has shadow with #E7BADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BADD on black background.


Color preview on white background

This text has color #E7BADD on white background.



Black color preview on #E7BADD background

This text has black color on #E7BADD background.


White color preview on #E7BADD background

This text has white color on #E7BADD background.