COLOR #EAB1DD

HEX: #EAB1DD RGB: (234,177,221)

Color info

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

RGB color model

#EAB1DD color RGB value is (234,177,221).

RGB: (234,177,221) (92%, 69%, 87%)

RGB channels and saturation

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

234
177
221

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

Portions of RGB colors in percentages

R + G + B = 234 + 177 + 221 = 632 (100%)
R 234 of 632 ~ 37.03%
G 177 of 632 ~ 28.01%
B 221 of 632 ~ 34.97'%

%37.03
%28.01
%34.97

CMYK color model

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

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

Codes

Color #EAB1DD in popluar color models

EA B1 DD
RGB 234 177 221
HSL 314° 57.58% 80.59%
HSB/HSV 314° 24.36% 91.76%
CMYK 0.00% 24.36% 5.56%
8.24%

Color #EAB1DD in popluar number systems.

HEX EA B1 DD
Decimal 234 177 221
Binary 11101010 10110001 11011101
Octal 352 261 335

Shades and tints

Shades of #EAB1DD

#EAB1DD
(234,177,221)
#D5A1C9
(213,161,201)
#C091B5
(192,145,181)
#AB81A1
(171,129,161)
#96718D
(150,113,141)
#816179
(129,97,121)
#6C5165
(108,81,101)
#574151
(87,65,81)
#42313D
(66,49,61)
#2D2129
(45,33,41)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #EAB1DD

#EAB1DD
(234,177,221)
#EBB8E0
(235,184,224)
#ECBFE3
(236,191,227)
#EDC6E6
(237,198,230)
#EECDE9
(238,205,233)
#EFD4EC
(239,212,236)
#F0DBEF
(240,219,239)
#F1E2F2
(241,226,242)
#F2E9F5
(242,233,245)
#F3F0F8
(243,240,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB1DD; }

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

This text font color is #EAB1DD.

Background Color

.myBgColor { background-color: #EAB1DD; }

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

This div background color is #EAB1DD.

Border color

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

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

This div border color is #EAB1DD.

Opacity

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

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

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

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

This text has shadow with #EAB1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB1DD.

Preview

Color preview on black background

This text has color #EAB1DD on black background.


Color preview on white background

This text has color #EAB1DD on white background.


Black color preview on #EAB1DD background

This text has black color on #EAB1DD background.


White color preview on #EAB1DD background

This text has white color on #EAB1DD background.


Related colors

Complementary color

Complementary color for #hex is #154E22.


I love getcolorcode.com

Triadic colors

1 #DDEAB1 and #B1DDEA with #EAB1DD are triadic colors.

2 #DDB1EA and #B1EADD with #EAB1DD are triadic colors.