COLOR #E7B2ED

HEX: #E7B2ED RGB: (231,178,237)

Color info

#E7B2ED contains red, green and blue colors in about the same proportion. Web safe color of #E7B2ED is #FF99FF (or #F9F).

RGB color model

#E7B2ED color RGB value is (231,178,237).

RGB: (231,178,237) (91%, 70%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 237 of 255 = 93%

231
178
237

R + G + B ~ 85%. #E7B2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 178 + 237 = 646 (100%)
R 231 of 646 ~ 35.76%
G 178 of 646 ~ 27.55%
B 237 of 646 ~ 36.69'%

%35.76
%27.55
%36.69

CMYK color model

#E7B2ED color CMYK value is (3,25,0,7).

  • cyan value is 2.53%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,25,0,7)
C3M25Y0K7 (3%, 25%, 0%, 7%)
(0.03 / 0.25 / 0.00 / 0.07)

CMYK percentages

%2.53
%24.89
%0
%7.06

Codes

Color #E7B2ED in popluar color models

E7 B2 ED
RGB 231 178 237
HSL 294° 62.11% 81.37%
HSB/HSV 294° 24.89% 92.94%
CMYK 2.53% 24.89% 0.00%
7.06%

Color #E7B2ED in popluar number systems.

HEX E7 B2 ED
Decimal 231 178 237
Binary 11100111 10110010 11101101
Octal 347 262 355

Shades and tints

Shades of #E7B2ED

#E7B2ED
(231,178,237)
#D2A2D8
(210,162,216)
#BD92C3
(189,146,195)
#A882AE
(168,130,174)
#937299
(147,114,153)
#7E6284
(126,98,132)
#69526F
(105,82,111)
#54425A
(84,66,90)
#3F3245
(63,50,69)
#2A2230
(42,34,48)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #E7B2ED

#E7B2ED
(231,178,237)
#E9B9EE
(233,185,238)
#EBC0EF
(235,192,239)
#EDC7F0
(237,199,240)
#EFCEF1
(239,206,241)
#F1D5F2
(241,213,242)
#F3DCF3
(243,220,243)
#F5E3F4
(245,227,244)
#F7EAF5
(247,234,245)
#F9F1F6
(249,241,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B2ED; }

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

This text font color is #E7B2ED.

Background Color

.myBgColor { background-color: #E7B2ED; }

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

This div background color is #E7B2ED.

Border color

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

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

This div border color is #E7B2ED.

Opacity

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

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

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

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

This text has shadow with #E7B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B2ED.

Preview

Color preview on black background

This text has color #E7B2ED on black background.


Color preview on white background

This text has color #E7B2ED on white background.


Black color preview on #E7B2ED background

This text has black color on #E7B2ED background.


White color preview on #E7B2ED background

This text has white color on #E7B2ED background.


Related colors

Complementary color

Complementary color for #hex is #184D12.


I love getcolorcode.com

Triadic colors

1 #EDE7B2 and #B2EDE7 with #E7B2ED are triadic colors.

2 #EDB2E7 and #B2E7ED with #E7B2ED are triadic colors.