COLOR #E7B7DB

HEX: #E7B7DB
RGB: (231,183,219)

Color info

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

RGB color model

#E7B7DB color RGB value is (231,183,219).

  • red value is 231;
  • green value is 183;
  • blue value is 219.
RGB:
(231,183,219)
(91%,72%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 219 of 255 = 86%

231
183
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 183 + 219 = 633 (100%)
R 231 of 633 ~ 36.49%
G 183 of 633 ~ 28.91%
B 219 of 633 ~ 34.6%

%36.49
%28.91
%34.6

CMYK color model

#E7B7DB color CMYK value is (0,21,5,9).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,21,5,9)
C0M21Y5K9 
(0%,21%,5%,9%)
(0.00/0.21/0.05/0.09)	

CMYK percentages

%0
%20.78
%5.19
%9.41

Codes

Color #E7B7DB in popluar color models

E7B7DB
RGB231183219
HSL315°50.00%81.18%
HSB/HSV315°20.78%90.59%
CMYK0.00%20.78%5.19%
9.41%

Color #E7B7DB in popluar number systems.

HEXE7B7DB
Decimal231183219
Binary111001111011011111011011
Octal347267333

Shades and tints

Shades of #E7B7DB

#E7B7DB
(231,183,219)
#D2A7C8
(210,167,200)
#BD97B5
(189,151,181)
#A887A2
(168,135,162)
#93778F
(147,119,143)
#7E677C
(126,103,124)
#695769
(105,87,105)
#544756
(84,71,86)
#3F3743
(63,55,67)
#2A2730
(42,39,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #E7B7DB

#E7B7DB
(231,183,219)
#E9BDDE
(233,189,222)
#EBC3E1
(235,195,225)
#EDC9E4
(237,201,228)
#EFCFE7
(239,207,231)
#F1D5EA
(241,213,234)
#F3DBED
(243,219,237)
#F5E1F0
(245,225,240)
#F7E7F3
(247,231,243)
#F9EDF6
(249,237,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B7DB color. Also use rgb(231,183,219) instead hex code.

Text Font Color

.myTextColor { color: #E7B7DB; }

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

This text font color is #E7B7DB.


Background Color

.myBgColor { background-color: #E7B7DB; }

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

This div background color is #E7B7DB.


Border color

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

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

This div border color is #E7B7DB.


Opacity

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

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

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

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

This text has shadow with #E7B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B7DB on black background.


Color preview on white background

This text has color #E7B7DB on white background.



Black color preview on #E7B7DB background

This text has black color on #E7B7DB background.


White color preview on #E7B7DB background

This text has white color on #E7B7DB background.