COLOR #E7B2FD

HEX: #E7B2FD RGB: (231,178,253)

Color info

#E7B2FD contains mainly red and blue colors. Web safe color of #E7B2FD is #FF99FF (or #F9F).

RGB color model

#E7B2FD color RGB value is (231,178,253).

RGB: (231,178,253) (91%, 70%, 99%)

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 253 of 255 = 99%

231
178
253

R + G + B ~ 87%. #E7B2FD is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 178 + 253 = 662 (100%)
R 231 of 662 ~ 34.89%
G 178 of 662 ~ 26.89%
B 253 of 662 ~ 38.22'%

%34.89
%26.89
%38.22

CMYK color model

#E7B2FD color CMYK value is (9,30,0,1).

  • cyan value is 8.70%
  • magenta value is 29.64%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (9,30,0,1)
C9M30Y0K1 (9%, 30%, 0%, 1%)
(0.09 / 0.30 / 0.00 / 0.01)

CMYK percentages

%8.7
%29.64
%0
%0.78

Codes

Color #E7B2FD in popluar color models

E7 B2 FD
RGB 231 178 253
HSL 282° 94.94% 84.51%
HSB/HSV 282° 29.64% 99.22%
CMYK 8.70% 29.64% 0.00%
0.78%

Color #E7B2FD in popluar number systems.

HEX E7 B2 FD
Decimal 231 178 253
Binary 11100111 10110010 11111101
Octal 347 262 375

Shades and tints

Shades of #E7B2FD

#E7B2FD
(231,178,253)
#D2A2E6
(210,162,230)
#BD92CF
(189,146,207)
#A882B8
(168,130,184)
#9372A1
(147,114,161)
#7E628A
(126,98,138)
#695273
(105,82,115)
#54425C
(84,66,92)
#3F3245
(63,50,69)
#2A222E
(42,34,46)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #E7B2FD

#E7B2FD
(231,178,253)
#E9B9FD
(233,185,253)
#EBC0FD
(235,192,253)
#EDC7FD
(237,199,253)
#EFCEFD
(239,206,253)
#F1D5FD
(241,213,253)
#F3DCFD
(243,220,253)
#F5E3FD
(245,227,253)
#F7EAFD
(247,234,253)
#F9F1FD
(249,241,253)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B2FD; }

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

This text font color is #E7B2FD.

Background Color

.myBgColor { background-color: #E7B2FD; }

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

This div background color is #E7B2FD.

Border color

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

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

This div border color is #E7B2FD.

Opacity

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

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

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

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

This text has shadow with #E7B2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B2FD.

Preview

Color preview on black background

This text has color #E7B2FD on black background.


Color preview on white background

This text has color #E7B2FD on white background.


Black color preview on #E7B2FD background

This text has black color on #E7B2FD background.


White color preview on #E7B2FD background

This text has white color on #E7B2FD background.


Related colors

Complementary color

Complementary color for #hex is #184D02.


I love getcolorcode.com

Triadic colors

1 #FDE7B2 and #B2FDE7 with #E7B2FD are triadic colors.

2 #FDB2E7 and #B2E7FD with #E7B2FD are triadic colors.