COLOR #EAB4D5

HEX: #EAB4D5
RGB: (234,180,213)

Color info

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

RGB color model

#EAB4D5 color RGB value is (234,180,213).

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

RGB channels and saturation

R 234 of 255 = 92%
G 180 of 255 = 71%
B 213 of 255 = 84%

234
180
213

R + G + B ~ 82%. #EAB4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 180 + 213 = 627 (100%)
R 234 of 627 ~ 37.32%
G 180 of 627 ~ 28.71%
B 213 of 627 ~ 33.97%

%37.32
%28.71
%33.97

CMYK color model

#EAB4D5 color CMYK value is (0,23,9,8).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(0,23,9,8)
C0M23Y9K8 
(0%,23%,9%,8%)
(0.00/0.23/0.09/0.08)	

CMYK percentages

%0
%23.08
%8.97
%8.24

Codes

Color #EAB4D5 in popluar color models

EAB4D5
RGB234180213
HSL323°56.25%81.18%
HSB/HSV323°23.08%91.76%
CMYK0.00%23.08%8.97%
8.24%

Color #EAB4D5 in popluar number systems.

HEXEAB4D5
Decimal234180213
Binary111010101011010011010101
Octal352264325

Shades and tints

Shades of #EAB4D5

#EAB4D5
(234,180,213)
#D5A4C2
(213,164,194)
#C094AF
(192,148,175)
#AB849C
(171,132,156)
#967489
(150,116,137)
#816476
(129,100,118)
#6C5463
(108,84,99)
#574450
(87,68,80)
#42343D
(66,52,61)
#2D242A
(45,36,42)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #EAB4D5

#EAB4D5
(234,180,213)
#EBBAD8
(235,186,216)
#ECC0DB
(236,192,219)
#EDC6DE
(237,198,222)
#EECCE1
(238,204,225)
#EFD2E4
(239,210,228)
#F0D8E7
(240,216,231)
#F1DEEA
(241,222,234)
#F2E4ED
(242,228,237)
#F3EAF0
(243,234,240)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB4D5; }

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

This text font color is #EAB4D5.


Background Color

.myBgColor { background-color: #EAB4D5; }

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

This div background color is #EAB4D5.


Border color

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

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

This div border color is #EAB4D5.


Opacity

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

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

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

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

This text has shadow with #EAB4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB4D5 on black background.


Color preview on white background

This text has color #EAB4D5 on white background.



Black color preview on #EAB4D5 background

This text has black color on #EAB4D5 background.


White color preview on #EAB4D5 background

This text has white color on #EAB4D5 background.