COLOR #EAB8D9

HEX: #EAB8D9 RGB: (234,184,217)

Color info

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

RGB color model

#EAB8D9 color RGB value is (234,184,217).

RGB: (234,184,217) (92%, 72%, 85%)

RGB channels and saturation

R 234 of 255 = 92%
G 184 of 255 = 72%
B 217 of 255 = 85%

234
184
217

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

Portions of RGB colors in percentages

R + G + B = 234 + 184 + 217 = 635 (100%)
R 234 of 635 ~ 36.85%
G 184 of 635 ~ 28.98%
B 217 of 635 ~ 34.17'%

%36.85
%28.98
%34.17

CMYK color model

#EAB8D9 color CMYK value is (0,21,7,8).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 7.26%
  • key color value is 8.24%

CMYK: (0,21,7,8)
C0M21Y7K8 (0%, 21%, 7%, 8%)
(0.00 / 0.21 / 0.07 / 0.08)

CMYK percentages

%0
%21.37
%7.26
%8.24

Codes

Color #EAB8D9 in popluar color models

EA B8 D9
RGB 234 184 217
HSL 320° 54.35% 81.96%
HSB/HSV 320° 21.37% 91.76%
CMYK 0.00% 21.37% 7.26%
8.24%

Color #EAB8D9 in popluar number systems.

HEX EA B8 D9
Decimal 234 184 217
Binary 11101010 10111000 11011001
Octal 352 270 331

Shades and tints

Shades of #EAB8D9

#EAB8D9
(234,184,217)
#D5A8C6
(213,168,198)
#C098B3
(192,152,179)
#AB88A0
(171,136,160)
#96788D
(150,120,141)
#81687A
(129,104,122)
#6C5867
(108,88,103)
#574854
(87,72,84)
#423841
(66,56,65)
#2D282E
(45,40,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #EAB8D9

#EAB8D9
(234,184,217)
#EBBEDC
(235,190,220)
#ECC4DF
(236,196,223)
#EDCAE2
(237,202,226)
#EED0E5
(238,208,229)
#EFD6E8
(239,214,232)
#F0DCEB
(240,220,235)
#F1E2EE
(241,226,238)
#F2E8F1
(242,232,241)
#F3EEF4
(243,238,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB8D9 color. Also use rgb(234,184,217) instead hex code.

Text Font Color

.myTextColor { color: #EAB8D9; }

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

This text font color is #EAB8D9.

Background Color

.myBgColor { background-color: #EAB8D9; }

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

This div background color is #EAB8D9.

Border color

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

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

This div border color is #EAB8D9.

Opacity

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

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

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

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

This text has shadow with #EAB8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB8D9.

Preview

Color preview on black background

This text has color #EAB8D9 on black background.


Color preview on white background

This text has color #EAB8D9 on white background.


Black color preview on #EAB8D9 background

This text has black color on #EAB8D9 background.


White color preview on #EAB8D9 background

This text has white color on #EAB8D9 background.


Related colors

Complementary color

Complementary color for #hex is #154726.


I love getcolorcode.com

Triadic colors

1 #D9EAB8 and #B8D9EA with #EAB8D9 are triadic colors.

2 #D9B8EA and #B8EAD9 with #EAB8D9 are triadic colors.