COLOR #EAB4DD

HEX: #EAB4DD
RGB: (234,180,221)

Color info

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

RGB color model

#EAB4DD color RGB value is (234,180,221).

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

RGB channels and saturation

R 234 of 255 = 92%
G 180 of 255 = 71%
B 221 of 255 = 87%

234
180
221

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

Portions of RGB colors in percentages

R + G + B =
234 + 180 + 221 = 635 (100%)
R 234 of 635 ~ 36.85%
G 180 of 635 ~ 28.35%
B 221 of 635 ~ 34.8%

%36.85
%28.35
%34.8

CMYK color model

#EAB4DD color CMYK value is (0,23,6,8).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(0,23,6,8)
C0M23Y6K8 
(0%,23%,6%,8%)
(0.00/0.23/0.06/0.08)	

CMYK percentages

%0
%23.08
%5.56
%8.24

Codes

Color #EAB4DD in popluar color models

EAB4DD
RGB234180221
HSL314°56.25%81.18%
HSB/HSV314°23.08%91.76%
CMYK0.00%23.08%5.56%
8.24%

Color #EAB4DD in popluar number systems.

HEXEAB4DD
Decimal234180221
Binary111010101011010011011101
Octal352264335

Shades and tints

Shades of #EAB4DD

#EAB4DD
(234,180,221)
#D5A4C9
(213,164,201)
#C094B5
(192,148,181)
#AB84A1
(171,132,161)
#96748D
(150,116,141)
#816479
(129,100,121)
#6C5465
(108,84,101)
#574451
(87,68,81)
#42343D
(66,52,61)
#2D2429
(45,36,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #EAB4DD

#EAB4DD
(234,180,221)
#EBBAE0
(235,186,224)
#ECC0E3
(236,192,227)
#EDC6E6
(237,198,230)
#EECCE9
(238,204,233)
#EFD2EC
(239,210,236)
#F0D8EF
(240,216,239)
#F1DEF2
(241,222,242)
#F2E4F5
(242,228,245)
#F3EAF8
(243,234,248)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB4DD; }

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

This text font color is #EAB4DD.


Background Color

.myBgColor { background-color: #EAB4DD; }

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

This div background color is #EAB4DD.


Border color

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

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

This div border color is #EAB4DD.


Opacity

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

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

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

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

This text has shadow with #EAB4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB4DD on black background.


Color preview on white background

This text has color #EAB4DD on white background.



Black color preview on #EAB4DD background

This text has black color on #EAB4DD background.


White color preview on #EAB4DD background

This text has white color on #EAB4DD background.