COLOR #E7ACFB

HEX: #E7ACFB
RGB: (231,172,251)

Color info

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

RGB color model

#E7ACFB color RGB value is (231,172,251).

  • red value is 231;
  • green value is 172;
  • blue value is 251.
RGB:
(231,172,251)
(91%,67%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 172 of 255 = 67%
B 251 of 255 = 98%

231
172
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 172 + 251 = 654 (100%)
R 231 of 654 ~ 35.32%
G 172 of 654 ~ 26.3%
B 251 of 654 ~ 38.38%

%35.32
%26.3
%38.38

CMYK color model

#E7ACFB color CMYK value is (8,31,0,2).

  • cyan value is 7.97%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,31,0,2)
C8M31Y0K2 
(8%,31%,0%,2%)
(0.08/0.31/0.00/0.02)	

CMYK percentages

%7.97
%31.47
%0
%1.57

Codes

Color #E7ACFB in popluar color models

E7ACFB
RGB231172251
HSL285°90.80%82.94%
HSB/HSV285°31.47%98.43%
CMYK7.97%31.47%0.00%
1.57%

Color #E7ACFB in popluar number systems.

HEXE7ACFB
Decimal231172251
Binary111001111010110011111011
Octal347254373

Shades and tints

Shades of #E7ACFB

#E7ACFB
(231,172,251)
#D29DE5
(210,157,229)
#BD8ECF
(189,142,207)
#A87FB9
(168,127,185)
#9370A3
(147,112,163)
#7E618D
(126,97,141)
#695277
(105,82,119)
#544361
(84,67,97)
#3F344B
(63,52,75)
#2A2535
(42,37,53)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #E7ACFB

#E7ACFB
(231,172,251)
#E9B3FB
(233,179,251)
#EBBAFB
(235,186,251)
#EDC1FB
(237,193,251)
#EFC8FB
(239,200,251)
#F1CFFB
(241,207,251)
#F3D6FB
(243,214,251)
#F5DDFB
(245,221,251)
#F7E4FB
(247,228,251)
#F9EBFB
(249,235,251)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ACFB; }

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

This text font color is #E7ACFB.


Background Color

.myBgColor { background-color: #E7ACFB; }

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

This div background color is #E7ACFB.


Border color

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

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

This div border color is #E7ACFB.


Opacity

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

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

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

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

This text has shadow with #E7ACFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ACFB on black background.


Color preview on white background

This text has color #E7ACFB on white background.



Black color preview on #E7ACFB background

This text has black color on #E7ACFB background.


White color preview on #E7ACFB background

This text has white color on #E7ACFB background.