COLOR #E7B2DE

HEX: #E7B2DE
RGB: (231,178,222)

Color info

#E7B2DE contains red, green and blue colors in about the same proportion. Web safe color of #E7B2DE is #FF99CC (or #F9C).

RGB color model

#E7B2DE color RGB value is (231,178,222).

  • red value is 231;
  • green value is 178;
  • blue value is 222.
RGB:
(231,178,222)
(91%,70%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 222 of 255 = 87%

231
178
222

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

Portions of RGB colors in percentages

R + G + B =
231 + 178 + 222 = 631 (100%)
R 231 of 631 ~ 36.61%
G 178 of 631 ~ 28.21%
B 222 of 631 ~ 35.18%

%36.61
%28.21
%35.18

CMYK color model

#E7B2DE color CMYK value is (0,23,4,9).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(0,23,4,9)
C0M23Y4K9 
(0%,23%,4%,9%)
(0.00/0.23/0.04/0.09)	

CMYK percentages

%0
%22.94
%3.9
%9.41

Codes

Color #E7B2DE in popluar color models

E7B2DE
RGB231178222
HSL310°52.48%80.20%
HSB/HSV310°22.94%90.59%
CMYK0.00%22.94%3.90%
9.41%

Color #E7B2DE in popluar number systems.

HEXE7B2DE
Decimal231178222
Binary111001111011001011011110
Octal347262336

Shades and tints

Shades of #E7B2DE

#E7B2DE
(231,178,222)
#D2A2CA
(210,162,202)
#BD92B6
(189,146,182)
#A882A2
(168,130,162)
#93728E
(147,114,142)
#7E627A
(126,98,122)
#695266
(105,82,102)
#544252
(84,66,82)
#3F323E
(63,50,62)
#2A222A
(42,34,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #E7B2DE

#E7B2DE
(231,178,222)
#E9B9E1
(233,185,225)
#EBC0E4
(235,192,228)
#EDC7E7
(237,199,231)
#EFCEEA
(239,206,234)
#F1D5ED
(241,213,237)
#F3DCF0
(243,220,240)
#F5E3F3
(245,227,243)
#F7EAF6
(247,234,246)
#F9F1F9
(249,241,249)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B2DE color. Also use rgb(231,178,222) instead hex code.

Text Font Color

.myTextColor { color: #E7B2DE; }

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

This text font color is #E7B2DE.


Background Color

.myBgColor { background-color: #E7B2DE; }

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

This div background color is #E7B2DE.


Border color

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

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

This div border color is #E7B2DE.


Opacity

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

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

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

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

This text has shadow with #E7B2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B2DE on black background.


Color preview on white background

This text has color #E7B2DE on white background.



Black color preview on #E7B2DE background

This text has black color on #E7B2DE background.


White color preview on #E7B2DE background

This text has white color on #E7B2DE background.