COLOR #E7B4DB

HEX: #E7B4DB
RGB: (231,180,219)

Color info

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

RGB color model

#E7B4DB color RGB value is (231,180,219).

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

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 219 of 255 = 86%

231
180
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 219 = 630 (100%)
R 231 of 630 ~ 36.67%
G 180 of 630 ~ 28.57%
B 219 of 630 ~ 34.76%

%36.67
%28.57
%34.76

CMYK color model

#E7B4DB color CMYK value is (0,22,5,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,22,5,9)
C0M22Y5K9 
(0%,22%,5%,9%)
(0.00/0.22/0.05/0.09)	

CMYK percentages

%0
%22.08
%5.19
%9.41

Codes

Color #E7B4DB in popluar color models

E7B4DB
RGB231180219
HSL314°51.52%80.59%
HSB/HSV314°22.08%90.59%
CMYK0.00%22.08%5.19%
9.41%

Color #E7B4DB in popluar number systems.

HEXE7B4DB
Decimal231180219
Binary111001111011010011011011
Octal347264333

Shades and tints

Shades of #E7B4DB

#E7B4DB
(231,180,219)
#D2A4C8
(210,164,200)
#BD94B5
(189,148,181)
#A884A2
(168,132,162)
#93748F
(147,116,143)
#7E647C
(126,100,124)
#695469
(105,84,105)
#544456
(84,68,86)
#3F3443
(63,52,67)
#2A2430
(42,36,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #E7B4DB

#E7B4DB
(231,180,219)
#E9BADE
(233,186,222)
#EBC0E1
(235,192,225)
#EDC6E4
(237,198,228)
#EFCCE7
(239,204,231)
#F1D2EA
(241,210,234)
#F3D8ED
(243,216,237)
#F5DEF0
(245,222,240)
#F7E4F3
(247,228,243)
#F9EAF6
(249,234,246)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4DB; }

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

This text font color is #E7B4DB.


Background Color

.myBgColor { background-color: #E7B4DB; }

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

This div background color is #E7B4DB.


Border color

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

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

This div border color is #E7B4DB.


Opacity

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

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

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

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

This text has shadow with #E7B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4DB on black background.


Color preview on white background

This text has color #E7B4DB on white background.



Black color preview on #E7B4DB background

This text has black color on #E7B4DB background.


White color preview on #E7B4DB background

This text has white color on #E7B4DB background.