COLOR #E7B8E0

HEX: #E7B8E0
RGB: (231,184,224)

Color info

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

RGB color model

#E7B8E0 color RGB value is (231,184,224).

  • red value is 231;
  • green value is 184;
  • blue value is 224.
RGB:
(231,184,224)
(91%,72%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 184 of 255 = 72%
B 224 of 255 = 88%

231
184
224

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

Portions of RGB colors in percentages

R + G + B =
231 + 184 + 224 = 639 (100%)
R 231 of 639 ~ 36.15%
G 184 of 639 ~ 28.79%
B 224 of 639 ~ 35.05%

%36.15
%28.79
%35.05

CMYK color model

#E7B8E0 color CMYK value is (0,20,3,9).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(0,20,3,9)
C0M20Y3K9 
(0%,20%,3%,9%)
(0.00/0.20/0.03/0.09)	

CMYK percentages

%0
%20.35
%3.03
%9.41

Codes

Color #E7B8E0 in popluar color models

E7B8E0
RGB231184224
HSL309°49.47%81.37%
HSB/HSV309°20.35%90.59%
CMYK0.00%20.35%3.03%
9.41%

Color #E7B8E0 in popluar number systems.

HEXE7B8E0
Decimal231184224
Binary111001111011100011100000
Octal347270340

Shades and tints

Shades of #E7B8E0

#E7B8E0
(231,184,224)
#D2A8CC
(210,168,204)
#BD98B8
(189,152,184)
#A888A4
(168,136,164)
#937890
(147,120,144)
#7E687C
(126,104,124)
#695868
(105,88,104)
#544854
(84,72,84)
#3F3840
(63,56,64)
#2A282C
(42,40,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #E7B8E0

#E7B8E0
(231,184,224)
#E9BEE2
(233,190,226)
#EBC4E4
(235,196,228)
#EDCAE6
(237,202,230)
#EFD0E8
(239,208,232)
#F1D6EA
(241,214,234)
#F3DCEC
(243,220,236)
#F5E2EE
(245,226,238)
#F7E8F0
(247,232,240)
#F9EEF2
(249,238,242)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B8E0 color. Also use rgb(231,184,224) instead hex code.

Text Font Color

.myTextColor { color: #E7B8E0; }

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

This text font color is #E7B8E0.


Background Color

.myBgColor { background-color: #E7B8E0; }

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

This div background color is #E7B8E0.


Border color

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

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

This div border color is #E7B8E0.


Opacity

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

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

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

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

This text has shadow with #E7B8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B8E0 on black background.


Color preview on white background

This text has color #E7B8E0 on white background.



Black color preview on #E7B8E0 background

This text has black color on #E7B8E0 background.


White color preview on #E7B8E0 background

This text has white color on #E7B8E0 background.