COLOR #E7B6FB

HEX: #E7B6FB RGB: (231,182,251)

Color info

#E7B6FB contains mainly red and blue colors. Web safe color of #E7B6FB is #FFCCFF (or #FCF).

RGB color model

#E7B6FB color RGB value is (231,182,251).

RGB: (231,182,251) (91%, 71%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 251 of 255 = 98%

231
182
251

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

Portions of RGB colors in percentages

R + G + B = 231 + 182 + 251 = 664 (100%)
R 231 of 664 ~ 34.79%
G 182 of 664 ~ 27.41%
B 251 of 664 ~ 37.8'%

%34.79
%27.41
%37.8

CMYK color model

#E7B6FB color CMYK value is (8,27,0,2).

  • cyan value is 7.97%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (8,27,0,2)
C8M27Y0K2 (8%, 27%, 0%, 2%)
(0.08 / 0.27 / 0.00 / 0.02)

CMYK percentages

%7.97
%27.49
%0
%1.57

Codes

Color #E7B6FB in popluar color models

E7 B6 FB
RGB 231 182 251
HSL 283° 89.61% 84.90%
HSB/HSV 283° 27.49% 98.43%
CMYK 7.97% 27.49% 0.00%
1.57%

Color #E7B6FB in popluar number systems.

HEX E7 B6 FB
Decimal 231 182 251
Binary 11100111 10110110 11111011
Octal 347 266 373

Shades and tints

Shades of #E7B6FB

#E7B6FB
(231,182,251)
#D2A6E5
(210,166,229)
#BD96CF
(189,150,207)
#A886B9
(168,134,185)
#9376A3
(147,118,163)
#7E668D
(126,102,141)
#695677
(105,86,119)
#544661
(84,70,97)
#3F364B
(63,54,75)
#2A2635
(42,38,53)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #E7B6FB

#E7B6FB
(231,182,251)
#E9BCFB
(233,188,251)
#EBC2FB
(235,194,251)
#EDC8FB
(237,200,251)
#EFCEFB
(239,206,251)
#F1D4FB
(241,212,251)
#F3DAFB
(243,218,251)
#F5E0FB
(245,224,251)
#F7E6FB
(247,230,251)
#F9ECFB
(249,236,251)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B6FB color. Also use rgb(231,182,251) instead hex code.

Text Font Color

.myTextColor { color: #E7B6FB; }

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

This text font color is #E7B6FB.

Background Color

.myBgColor { background-color: #E7B6FB; }

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

This div background color is #E7B6FB.

Border color

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

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

This div border color is #E7B6FB.

Opacity

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

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

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

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

This text has shadow with #E7B6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B6FB.

Preview

Color preview on black background

This text has color #E7B6FB on black background.


Color preview on white background

This text has color #E7B6FB on white background.


Black color preview on #E7B6FB background

This text has black color on #E7B6FB background.


White color preview on #E7B6FB background

This text has white color on #E7B6FB background.


Related colors

Complementary color

Complementary color for #hex is #184904.


I love getcolorcode.com

Triadic colors

1 #FBE7B6 and #B6FBE7 with #E7B6FB are triadic colors.

2 #FBB6E7 and #B6E7FB with #E7B6FB are triadic colors.