COLOR #EAABFB

HEX: #EAABFB
RGB: (234,171,251)

Color info

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

RGB color model

#EAABFB color RGB value is (234,171,251).

  • red value is 234;
  • green value is 171;
  • blue value is 251.
RGB:
(234,171,251)
(92%,67%,98%)

RGB channels and saturation

R 234 of 255 = 92%
G 171 of 255 = 67%
B 251 of 255 = 98%

234
171
251

R + G + B ~ 86%. #EAABFB is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 171 + 251 = 656 (100%)
R 234 of 656 ~ 35.67%
G 171 of 656 ~ 26.07%
B 251 of 656 ~ 38.26%

%35.67
%26.07
%38.26

CMYK color model

#EAABFB color CMYK value is (7,32,0,2).

  • cyan value is 6.77%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,32,0,2)
C7M32Y0K2 
(7%,32%,0%,2%)
(0.07/0.32/0.00/0.02)	

CMYK percentages

%6.77
%31.87
%0
%1.57

Codes

Color #EAABFB in popluar color models

EAABFB
RGB234171251
HSL287°90.91%82.75%
HSB/HSV287°31.87%98.43%
CMYK6.77%31.87%0.00%
1.57%

Color #EAABFB in popluar number systems.

HEXEAABFB
Decimal234171251
Binary111010101010101111111011
Octal352253373

Shades and tints

Shades of #EAABFB

#EAABFB
(234,171,251)
#D59CE5
(213,156,229)
#C08DCF
(192,141,207)
#AB7EB9
(171,126,185)
#966FA3
(150,111,163)
#81608D
(129,96,141)
#6C5177
(108,81,119)
#574261
(87,66,97)
#42334B
(66,51,75)
#2D2435
(45,36,53)
#18151F
(24,21,31)
#000000
(0,0,0)

Tints of #EAABFB

#EAABFB
(234,171,251)
#EBB2FB
(235,178,251)
#ECB9FB
(236,185,251)
#EDC0FB
(237,192,251)
#EEC7FB
(238,199,251)
#EFCEFB
(239,206,251)
#F0D5FB
(240,213,251)
#F1DCFB
(241,220,251)
#F2E3FB
(242,227,251)
#F3EAFB
(243,234,251)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAABFB color. Also use rgb(234,171,251) instead hex code.

Text Font Color

.myTextColor { color: #EAABFB; }

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

This text font color is #EAABFB.


Background Color

.myBgColor { background-color: #EAABFB; }

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

This div background color is #EAABFB.


Border color

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

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

This div border color is #EAABFB.


Opacity

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

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

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

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

This text has shadow with #EAABFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAABFB on black background.


Color preview on white background

This text has color #EAABFB on white background.



Black color preview on #EAABFB background

This text has black color on #EAABFB background.


White color preview on #EAABFB background

This text has white color on #EAABFB background.