COLOR #EAB2DC

HEX: #EAB2DC
RGB: (234,178,220)

Color info

#EAB2DC contains red, green and blue colors in about the same proportion. Web safe color of #EAB2DC is #FF99CC (or #F9C).

RGB color model

#EAB2DC color RGB value is (234,178,220).

  • red value is 234;
  • green value is 178;
  • blue value is 220.
RGB:
(234,178,220)
(92%,70%,86%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 220 of 255 = 86%

234
178
220

R + G + B ~ 83%. #EAB2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 178 + 220 = 632 (100%)
R 234 of 632 ~ 37.03%
G 178 of 632 ~ 28.16%
B 220 of 632 ~ 34.81%

%37.03
%28.16
%34.81

CMYK color model

#EAB2DC color CMYK value is (0,24,6,8).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(0,24,6,8)
C0M24Y6K8 
(0%,24%,6%,8%)
(0.00/0.24/0.06/0.08)	

CMYK percentages

%0
%23.93
%5.98
%8.24

Codes

Color #EAB2DC in popluar color models

EAB2DC
RGB234178220
HSL315°57.14%80.78%
HSB/HSV315°23.93%91.76%
CMYK0.00%23.93%5.98%
8.24%

Color #EAB2DC in popluar number systems.

HEXEAB2DC
Decimal234178220
Binary111010101011001011011100
Octal352262334

Shades and tints

Shades of #EAB2DC

#EAB2DC
(234,178,220)
#D5A2C8
(213,162,200)
#C092B4
(192,146,180)
#AB82A0
(171,130,160)
#96728C
(150,114,140)
#816278
(129,98,120)
#6C5264
(108,82,100)
#574250
(87,66,80)
#42323C
(66,50,60)
#2D2228
(45,34,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #EAB2DC

#EAB2DC
(234,178,220)
#EBB9DF
(235,185,223)
#ECC0E2
(236,192,226)
#EDC7E5
(237,199,229)
#EECEE8
(238,206,232)
#EFD5EB
(239,213,235)
#F0DCEE
(240,220,238)
#F1E3F1
(241,227,241)
#F2EAF4
(242,234,244)
#F3F1F7
(243,241,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB2DC color. Also use rgb(234,178,220) instead hex code.

Text Font Color

.myTextColor { color: #EAB2DC; }

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

This text font color is #EAB2DC.


Background Color

.myBgColor { background-color: #EAB2DC; }

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

This div background color is #EAB2DC.


Border color

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

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

This div border color is #EAB2DC.


Opacity

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

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

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

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

This text has shadow with #EAB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB2DC on black background.


Color preview on white background

This text has color #EAB2DC on white background.



Black color preview on #EAB2DC background

This text has black color on #EAB2DC background.


White color preview on #EAB2DC background

This text has white color on #EAB2DC background.