COLOR #EAB5DD

HEX: #EAB5DD
RGB: (234,181,221)

Color info

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

RGB color model

#EAB5DD color RGB value is (234,181,221).

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

RGB channels and saturation

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

234
181
221

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

Portions of RGB colors in percentages

R + G + B =
234 + 181 + 221 = 636 (100%)
R 234 of 636 ~ 36.79%
G 181 of 636 ~ 28.46%
B 221 of 636 ~ 34.75%

%36.79
%28.46
%34.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.65%
  • 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
%22.65
%5.56
%8.24

Codes

Color #EAB5DD in popluar color models

EAB5DD
RGB234181221
HSL315°55.79%81.37%
HSB/HSV315°22.65%91.76%
CMYK0.00%22.65%5.56%
8.24%

Color #EAB5DD in popluar number systems.

HEXEAB5DD
Decimal234181221
Binary111010101011010111011101
Octal352265335

Shades and tints

Shades of #EAB5DD

#EAB5DD
(234,181,221)
#D5A5C9
(213,165,201)
#C095B5
(192,149,181)
#AB85A1
(171,133,161)
#96758D
(150,117,141)
#816579
(129,101,121)
#6C5565
(108,85,101)
#574551
(87,69,81)
#42353D
(66,53,61)
#2D2529
(45,37,41)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #EAB5DD

#EAB5DD
(234,181,221)
#EBBBE0
(235,187,224)
#ECC1E3
(236,193,227)
#EDC7E6
(237,199,230)
#EECDE9
(238,205,233)
#EFD3EC
(239,211,236)
#F0D9EF
(240,217,239)
#F1DFF2
(241,223,242)
#F2E5F5
(242,229,245)
#F3EBF8
(243,235,248)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB5DD; }

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

This text font color is #EAB5DD.


Background Color

.myBgColor { background-color: #EAB5DD; }

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

This div background color is #EAB5DD.


Border color

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

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

This div border color is #EAB5DD.


Opacity

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

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

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

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

This text has shadow with #EAB5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB5DD on black background.


Color preview on white background

This text has color #EAB5DD on white background.



Black color preview on #EAB5DD background

This text has black color on #EAB5DD background.


White color preview on #EAB5DD background

This text has white color on #EAB5DD background.