COLOR #EABDC9

HEX: #EABDC9
RGB: (234,189,201)

Color info

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

RGB color model

#EABDC9 color RGB value is (234,189,201).

  • red value is 234;
  • green value is 189;
  • blue value is 201.
RGB:
(234,189,201)
(92%,74%,79%)

RGB channels and saturation

R 234 of 255 = 92%
G 189 of 255 = 74%
B 201 of 255 = 79%

234
189
201

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

Portions of RGB colors in percentages

R + G + B =
234 + 189 + 201 = 624 (100%)
R 234 of 624 ~ 37.5%
G 189 of 624 ~ 30.29%
B 201 of 624 ~ 32.21%

%37.5
%30.29
%32.21

CMYK color model

#EABDC9 color CMYK value is (0,19,14,8).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK:
(0,19,14,8)
C0M19Y14K8 
(0%,19%,14%,8%)
(0.00/0.19/0.14/0.08)	

CMYK percentages

%0
%19.23
%14.1
%8.24

Codes

Color #EABDC9 in popluar color models

EABDC9
RGB234189201
HSL344°51.72%82.94%
HSB/HSV344°19.23%91.76%
CMYK0.00%19.23%14.10%
8.24%

Color #EABDC9 in popluar number systems.

HEXEABDC9
Decimal234189201
Binary111010101011110111001001
Octal352275311

Shades and tints

Shades of #EABDC9

#EABDC9
(234,189,201)
#D5ACB7
(213,172,183)
#C09BA5
(192,155,165)
#AB8A93
(171,138,147)
#967981
(150,121,129)
#81686F
(129,104,111)
#6C575D
(108,87,93)
#57464B
(87,70,75)
#423539
(66,53,57)
#2D2427
(45,36,39)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #EABDC9

#EABDC9
(234,189,201)
#EBC3CD
(235,195,205)
#ECC9D1
(236,201,209)
#EDCFD5
(237,207,213)
#EED5D9
(238,213,217)
#EFDBDD
(239,219,221)
#F0E1E1
(240,225,225)
#F1E7E5
(241,231,229)
#F2EDE9
(242,237,233)
#F3F3ED
(243,243,237)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABDC9; }

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

This text font color is #EABDC9.


Background Color

.myBgColor { background-color: #EABDC9; }

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

This div background color is #EABDC9.


Border color

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

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

This div border color is #EABDC9.


Opacity

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

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

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

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

This text has shadow with #EABDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABDC9 on black background.


Color preview on white background

This text has color #EABDC9 on white background.



Black color preview on #EABDC9 background

This text has black color on #EABDC9 background.


White color preview on #EABDC9 background

This text has white color on #EABDC9 background.