COLOR #EABDD9

HEX: #EABDD9 RGB: (234,189,217)

Color info

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

RGB color model

#EABDD9 color RGB value is (234,189,217).

RGB: (234,189,217) (92%, 74%, 85%)

RGB channels and saturation

R 234 of 255 = 92%
G 189 of 255 = 74%
B 217 of 255 = 85%

234
189
217

R + G + B ~ 84%. #EABDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 189 + 217 = 640 (100%)
R 234 of 640 ~ 36.56%
G 189 of 640 ~ 29.53%
B 217 of 640 ~ 33.91'%

%36.56
%29.53
%33.91

CMYK color model

#EABDD9 color CMYK value is (0,19,7,8).

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

CMYK: (0,19,7,8)
C0M19Y7K8 (0%, 19%, 7%, 8%)
(0.00 / 0.19 / 0.07 / 0.08)

CMYK percentages

%0
%19.23
%7.26
%8.24

Codes

Color #EABDD9 in popluar color models

EA BD D9
RGB 234 189 217
HSL 323° 51.72% 82.94%
HSB/HSV 323° 19.23% 91.76%
CMYK 0.00% 19.23% 7.26%
8.24%

Color #EABDD9 in popluar number systems.

HEX EA BD D9
Decimal 234 189 217
Binary 11101010 10111101 11011001
Octal 352 275 331

Shades and tints

Shades of #EABDD9

#EABDD9
(234,189,217)
#D5ACC6
(213,172,198)
#C09BB3
(192,155,179)
#AB8AA0
(171,138,160)
#96798D
(150,121,141)
#81687A
(129,104,122)
#6C5767
(108,87,103)
#574654
(87,70,84)
#423541
(66,53,65)
#2D242E
(45,36,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #EABDD9

#EABDD9
(234,189,217)
#EBC3DC
(235,195,220)
#ECC9DF
(236,201,223)
#EDCFE2
(237,207,226)
#EED5E5
(238,213,229)
#EFDBE8
(239,219,232)
#F0E1EB
(240,225,235)
#F1E7EE
(241,231,238)
#F2EDF1
(242,237,241)
#F3F3F4
(243,243,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABDD9; }

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

This text font color is #EABDD9.

Background Color

.myBgColor { background-color: #EABDD9; }

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

This div background color is #EABDD9.

Border color

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

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

This div border color is #EABDD9.

Opacity

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

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

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

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

This text has shadow with #EABDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABDD9.

Preview

Color preview on black background

This text has color #EABDD9 on black background.


Color preview on white background

This text has color #EABDD9 on white background.


Black color preview on #EABDD9 background

This text has black color on #EABDD9 background.


White color preview on #EABDD9 background

This text has white color on #EABDD9 background.


Related colors

Complementary color

Complementary color for #hex is #154226.


I love getcolorcode.com

Triadic colors

1 #D9EABD and #BDD9EA with #EABDD9 are triadic colors.

2 #D9BDEA and #BDEAD9 with #EABDD9 are triadic colors.