COLOR #EAB0DD

HEX: #EAB0DD
RGB: (234,176,221)

Color info

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

RGB color model

#EAB0DD color RGB value is (234,176,221).

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

RGB channels and saturation

R 234 of 255 = 92%
G 176 of 255 = 69%
B 221 of 255 = 87%

234
176
221

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

Portions of RGB colors in percentages

R + G + B =
234 + 176 + 221 = 631 (100%)
R 234 of 631 ~ 37.08%
G 176 of 631 ~ 27.89%
B 221 of 631 ~ 35.02%

%37.08
%27.89
%35.02

CMYK color model

#EAB0DD color CMYK value is (0,25,6,8).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(0,25,6,8)
C0M25Y6K8 
(0%,25%,6%,8%)
(0.00/0.25/0.06/0.08)	

CMYK percentages

%0
%24.79
%5.56
%8.24

Codes

Color #EAB0DD in popluar color models

EAB0DD
RGB234176221
HSL313°58.00%80.39%
HSB/HSV313°24.79%91.76%
CMYK0.00%24.79%5.56%
8.24%

Color #EAB0DD in popluar number systems.

HEXEAB0DD
Decimal234176221
Binary111010101011000011011101
Octal352260335

Shades and tints

Shades of #EAB0DD

#EAB0DD
(234,176,221)
#D5A0C9
(213,160,201)
#C090B5
(192,144,181)
#AB80A1
(171,128,161)
#96708D
(150,112,141)
#816079
(129,96,121)
#6C5065
(108,80,101)
#574051
(87,64,81)
#42303D
(66,48,61)
#2D2029
(45,32,41)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #EAB0DD

#EAB0DD
(234,176,221)
#EBB7E0
(235,183,224)
#ECBEE3
(236,190,227)
#EDC5E6
(237,197,230)
#EECCE9
(238,204,233)
#EFD3EC
(239,211,236)
#F0DAEF
(240,218,239)
#F1E1F2
(241,225,242)
#F2E8F5
(242,232,245)
#F3EFF8
(243,239,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB0DD; }

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

This text font color is #EAB0DD.


Background Color

.myBgColor { background-color: #EAB0DD; }

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

This div background color is #EAB0DD.


Border color

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

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

This div border color is #EAB0DD.


Opacity

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

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

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

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

This text has shadow with #EAB0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB0DD on black background.


Color preview on white background

This text has color #EAB0DD on white background.



Black color preview on #EAB0DD background

This text has black color on #EAB0DD background.


White color preview on #EAB0DD background

This text has white color on #EAB0DD background.