COLOR #EAB8F8

HEX: #EAB8F8
RGB: (234,184,248)

Color info

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

RGB color model

#EAB8F8 color RGB value is (234,184,248).

  • red value is 234;
  • green value is 184;
  • blue value is 248.
RGB:
(234,184,248)
(92%,72%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 184 of 255 = 72%
B 248 of 255 = 97%

234
184
248

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

Portions of RGB colors in percentages

R + G + B =
234 + 184 + 248 = 666 (100%)
R 234 of 666 ~ 35.14%
G 184 of 666 ~ 27.63%
B 248 of 666 ~ 37.24%

%35.14
%27.63
%37.24

CMYK color model

#EAB8F8 color CMYK value is (6,26,0,3).

  • cyan value is 5.65%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,26,0,3)
C6M26Y0K3 
(6%,26%,0%,3%)
(0.06/0.26/0.00/0.03)	

CMYK percentages

%5.65
%25.81
%0
%2.75

Codes

Color #EAB8F8 in popluar color models

EAB8F8
RGB234184248
HSL287°82.05%84.71%
HSB/HSV287°25.81%97.25%
CMYK5.65%25.81%0.00%
2.75%

Color #EAB8F8 in popluar number systems.

HEXEAB8F8
Decimal234184248
Binary111010101011100011111000
Octal352270370

Shades and tints

Shades of #EAB8F8

#EAB8F8
(234,184,248)
#D5A8E2
(213,168,226)
#C098CC
(192,152,204)
#AB88B6
(171,136,182)
#9678A0
(150,120,160)
#81688A
(129,104,138)
#6C5874
(108,88,116)
#57485E
(87,72,94)
#423848
(66,56,72)
#2D2832
(45,40,50)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #EAB8F8

#EAB8F8
(234,184,248)
#EBBEF8
(235,190,248)
#ECC4F8
(236,196,248)
#EDCAF8
(237,202,248)
#EED0F8
(238,208,248)
#EFD6F8
(239,214,248)
#F0DCF8
(240,220,248)
#F1E2F8
(241,226,248)
#F2E8F8
(242,232,248)
#F3EEF8
(243,238,248)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB8F8 color. Also use rgb(234,184,248) instead hex code.

Text Font Color

.myTextColor { color: #EAB8F8; }

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

This text font color is #EAB8F8.


Background Color

.myBgColor { background-color: #EAB8F8; }

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

This div background color is #EAB8F8.


Border color

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

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

This div border color is #EAB8F8.


Opacity

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

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

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

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

This text has shadow with #EAB8F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB8F8 on black background.


Color preview on white background

This text has color #EAB8F8 on white background.



Black color preview on #EAB8F8 background

This text has black color on #EAB8F8 background.


White color preview on #EAB8F8 background

This text has white color on #EAB8F8 background.