COLOR #EABDD4

HEX: #EABDD4
RGB: (234,189,212)

Color info

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

RGB color model

#EABDD4 color RGB value is (234,189,212).

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

RGB channels and saturation

R 234 of 255 = 92%
G 189 of 255 = 74%
B 212 of 255 = 83%

234
189
212

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

Portions of RGB colors in percentages

R + G + B =
234 + 189 + 212 = 635 (100%)
R 234 of 635 ~ 36.85%
G 189 of 635 ~ 29.76%
B 212 of 635 ~ 33.39%

%36.85
%29.76
%33.39

CMYK color model

#EABDD4 color CMYK value is (0,19,9,8).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 9.40%
  • key color value is 8.24%
CMYK:
(0,19,9,8)
C0M19Y9K8 
(0%,19%,9%,8%)
(0.00/0.19/0.09/0.08)	

CMYK percentages

%0
%19.23
%9.4
%8.24

Codes

Color #EABDD4 in popluar color models

EABDD4
RGB234189212
HSL329°51.72%82.94%
HSB/HSV329°19.23%91.76%
CMYK0.00%19.23%9.40%
8.24%

Color #EABDD4 in popluar number systems.

HEXEABDD4
Decimal234189212
Binary111010101011110111010100
Octal352275324

Shades and tints

Shades of #EABDD4

#EABDD4
(234,189,212)
#D5ACC1
(213,172,193)
#C09BAE
(192,155,174)
#AB8A9B
(171,138,155)
#967988
(150,121,136)
#816875
(129,104,117)
#6C5762
(108,87,98)
#57464F
(87,70,79)
#42353C
(66,53,60)
#2D2429
(45,36,41)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #EABDD4

#EABDD4
(234,189,212)
#EBC3D7
(235,195,215)
#ECC9DA
(236,201,218)
#EDCFDD
(237,207,221)
#EED5E0
(238,213,224)
#EFDBE3
(239,219,227)
#F0E1E6
(240,225,230)
#F1E7E9
(241,231,233)
#F2EDEC
(242,237,236)
#F3F3EF
(243,243,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABDD4; }

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

This text font color is #EABDD4.


Background Color

.myBgColor { background-color: #EABDD4; }

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

This div background color is #EABDD4.


Border color

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

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

This div border color is #EABDD4.


Opacity

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

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

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

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

This text has shadow with #EABDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABDD4 on black background.


Color preview on white background

This text has color #EABDD4 on white background.



Black color preview on #EABDD4 background

This text has black color on #EABDD4 background.


White color preview on #EABDD4 background

This text has white color on #EABDD4 background.