COLOR #EAB5D1

HEX: #EAB5D1 RGB: (234,181,209)

Color info

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

RGB color model

#EAB5D1 color RGB value is (234,181,209).

RGB: (234,181,209) (92%, 71%, 82%)

RGB channels and saturation

R 234 of 255 = 92%
G 181 of 255 = 71%
B 209 of 255 = 82%

234
181
209

R + G + B ~ 82%. #EAB5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 181 + 209 = 624 (100%)
R 234 of 624 ~ 37.5%
G 181 of 624 ~ 29.01%
B 209 of 624 ~ 33.49'%

%37.5
%29.01
%33.49

CMYK color model

#EAB5D1 color CMYK value is (0,23,11,8).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 10.68%
  • key color value is 8.24%

CMYK: (0,23,11,8)
C0M23Y11K8 (0%, 23%, 11%, 8%)
(0.00 / 0.23 / 0.11 / 0.08)

CMYK percentages

%0
%22.65
%10.68
%8.24

Codes

Color #EAB5D1 in popluar color models

EA B5 D1
RGB 234 181 209
HSL 328° 55.79% 81.37%
HSB/HSV 328° 22.65% 91.76%
CMYK 0.00% 22.65% 10.68%
8.24%

Color #EAB5D1 in popluar number systems.

HEX EA B5 D1
Decimal 234 181 209
Binary 11101010 10110101 11010001
Octal 352 265 321

Shades and tints

Shades of #EAB5D1

#EAB5D1
(234,181,209)
#D5A5BE
(213,165,190)
#C095AB
(192,149,171)
#AB8598
(171,133,152)
#967585
(150,117,133)
#816572
(129,101,114)
#6C555F
(108,85,95)
#57454C
(87,69,76)
#423539
(66,53,57)
#2D2526
(45,37,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #EAB5D1

#EAB5D1
(234,181,209)
#EBBBD5
(235,187,213)
#ECC1D9
(236,193,217)
#EDC7DD
(237,199,221)
#EECDE1
(238,205,225)
#EFD3E5
(239,211,229)
#F0D9E9
(240,217,233)
#F1DFED
(241,223,237)
#F2E5F1
(242,229,241)
#F3EBF5
(243,235,245)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB5D1; }

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

This text font color is #EAB5D1.

Background Color

.myBgColor { background-color: #EAB5D1; }

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

This div background color is #EAB5D1.

Border color

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

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

This div border color is #EAB5D1.

Opacity

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

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

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

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

This text has shadow with #EAB5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB5D1.

Preview

Color preview on black background

This text has color #EAB5D1 on black background.


Color preview on white background

This text has color #EAB5D1 on white background.


Black color preview on #EAB5D1 background

This text has black color on #EAB5D1 background.


White color preview on #EAB5D1 background

This text has white color on #EAB5D1 background.


Related colors

Complementary color

Complementary color for #hex is #154A2E.


I love getcolorcode.com

Triadic colors

1 #D1EAB5 and #B5D1EA with #EAB5D1 are triadic colors.

2 #D1B5EA and #B5EAD1 with #EAB5D1 are triadic colors.