COLOR #EAB4F7

HEX: #EAB4F7
RGB: (234,180,247)

Color info

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

RGB color model

#EAB4F7 color RGB value is (234,180,247).

  • red value is 234;
  • green value is 180;
  • blue value is 247.
RGB:
(234,180,247)
(92%,71%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 180 of 255 = 71%
B 247 of 255 = 97%

234
180
247

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

Portions of RGB colors in percentages

R + G + B =
234 + 180 + 247 = 661 (100%)
R 234 of 661 ~ 35.4%
G 180 of 661 ~ 27.23%
B 247 of 661 ~ 37.37%

%35.4
%27.23
%37.37

CMYK color model

#EAB4F7 color CMYK value is (5,27,0,3).

  • cyan value is 5.26%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,27,0,3)
C5M27Y0K3 
(5%,27%,0%,3%)
(0.05/0.27/0.00/0.03)	

CMYK percentages

%5.26
%27.13
%0
%3.14

Codes

Color #EAB4F7 in popluar color models

EAB4F7
RGB234180247
HSL288°80.72%83.73%
HSB/HSV288°27.13%96.86%
CMYK5.26%27.13%0.00%
3.14%

Color #EAB4F7 in popluar number systems.

HEXEAB4F7
Decimal234180247
Binary111010101011010011110111
Octal352264367

Shades and tints

Shades of #EAB4F7

#EAB4F7
(234,180,247)
#D5A4E1
(213,164,225)
#C094CB
(192,148,203)
#AB84B5
(171,132,181)
#96749F
(150,116,159)
#816489
(129,100,137)
#6C5473
(108,84,115)
#57445D
(87,68,93)
#423447
(66,52,71)
#2D2431
(45,36,49)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #EAB4F7

#EAB4F7
(234,180,247)
#EBBAF7
(235,186,247)
#ECC0F7
(236,192,247)
#EDC6F7
(237,198,247)
#EECCF7
(238,204,247)
#EFD2F7
(239,210,247)
#F0D8F7
(240,216,247)
#F1DEF7
(241,222,247)
#F2E4F7
(242,228,247)
#F3EAF7
(243,234,247)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB4F7 color. Also use rgb(234,180,247) instead hex code.

Text Font Color

.myTextColor { color: #EAB4F7; }

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

This text font color is #EAB4F7.


Background Color

.myBgColor { background-color: #EAB4F7; }

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

This div background color is #EAB4F7.


Border color

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

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

This div border color is #EAB4F7.


Opacity

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

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

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

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

This text has shadow with #EAB4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB4F7 on black background.


Color preview on white background

This text has color #EAB4F7 on white background.



Black color preview on #EAB4F7 background

This text has black color on #EAB4F7 background.


White color preview on #EAB4F7 background

This text has white color on #EAB4F7 background.