COLOR #EAB9E0

HEX: #EAB9E0
RGB: (234,185,224)

Color info

#EAB9E0 contains red, green and blue colors in about the same proportion. Web safe color of #EAB9E0 is #FFCCCC (or #FCC).

RGB color model

#EAB9E0 color RGB value is (234,185,224).

  • red value is 234;
  • green value is 185;
  • blue value is 224.
RGB:
(234,185,224)
(92%,73%,88%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 224 of 255 = 88%

234
185
224

R + G + B ~ 84%. #EAB9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 185 + 224 = 643 (100%)
R 234 of 643 ~ 36.39%
G 185 of 643 ~ 28.77%
B 224 of 643 ~ 34.84%

%36.39
%28.77
%34.84

CMYK color model

#EAB9E0 color CMYK value is (0,21,4,8).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(0,21,4,8)
C0M21Y4K8 
(0%,21%,4%,8%)
(0.00/0.21/0.04/0.08)	

CMYK percentages

%0
%20.94
%4.27
%8.24

Codes

Color #EAB9E0 in popluar color models

EAB9E0
RGB234185224
HSL312°53.85%82.16%
HSB/HSV312°20.94%91.76%
CMYK0.00%20.94%4.27%
8.24%

Color #EAB9E0 in popluar number systems.

HEXEAB9E0
Decimal234185224
Binary111010101011100111100000
Octal352271340

Shades and tints

Shades of #EAB9E0

#EAB9E0
(234,185,224)
#D5A9CC
(213,169,204)
#C099B8
(192,153,184)
#AB89A4
(171,137,164)
#967990
(150,121,144)
#81697C
(129,105,124)
#6C5968
(108,89,104)
#574954
(87,73,84)
#423940
(66,57,64)
#2D292C
(45,41,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #EAB9E0

#EAB9E0
(234,185,224)
#EBBFE2
(235,191,226)
#ECC5E4
(236,197,228)
#EDCBE6
(237,203,230)
#EED1E8
(238,209,232)
#EFD7EA
(239,215,234)
#F0DDEC
(240,221,236)
#F1E3EE
(241,227,238)
#F2E9F0
(242,233,240)
#F3EFF2
(243,239,242)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB9E0 color. Also use rgb(234,185,224) instead hex code.

Text Font Color

.myTextColor { color: #EAB9E0; }

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

This text font color is #EAB9E0.


Background Color

.myBgColor { background-color: #EAB9E0; }

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

This div background color is #EAB9E0.


Border color

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

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

This div border color is #EAB9E0.


Opacity

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

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

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

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

This text has shadow with #EAB9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB9E0 on black background.


Color preview on white background

This text has color #EAB9E0 on white background.



Black color preview on #EAB9E0 background

This text has black color on #EAB9E0 background.


White color preview on #EAB9E0 background

This text has white color on #EAB9E0 background.