COLOR #EABDD3

HEX: #EABDD3
RGB: (234,189,211)

Color info

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

RGB color model

#EABDD3 color RGB value is (234,189,211).

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

RGB channels and saturation

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

234
189
211

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

Portions of RGB colors in percentages

R + G + B =
234 + 189 + 211 = 634 (100%)
R 234 of 634 ~ 36.91%
G 189 of 634 ~ 29.81%
B 211 of 634 ~ 33.28%

%36.91
%29.81
%33.28

CMYK color model

#EABDD3 color CMYK value is (0,19,10,8).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 9.83%
  • key color value is 8.24%
CMYK:
(0,19,10,8)
C0M19Y10K8 
(0%,19%,10%,8%)
(0.00/0.19/0.10/0.08)	

CMYK percentages

%0
%19.23
%9.83
%8.24

Codes

Color #EABDD3 in popluar color models

EABDD3
RGB234189211
HSL331°51.72%82.94%
HSB/HSV331°19.23%91.76%
CMYK0.00%19.23%9.83%
8.24%

Color #EABDD3 in popluar number systems.

HEXEABDD3
Decimal234189211
Binary111010101011110111010011
Octal352275323

Shades and tints

Shades of #EABDD3

#EABDD3
(234,189,211)
#D5ACC0
(213,172,192)
#C09BAD
(192,155,173)
#AB8A9A
(171,138,154)
#967987
(150,121,135)
#816874
(129,104,116)
#6C5761
(108,87,97)
#57464E
(87,70,78)
#42353B
(66,53,59)
#2D2428
(45,36,40)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #EABDD3

#EABDD3
(234,189,211)
#EBC3D7
(235,195,215)
#ECC9DB
(236,201,219)
#EDCFDF
(237,207,223)
#EED5E3
(238,213,227)
#EFDBE7
(239,219,231)
#F0E1EB
(240,225,235)
#F1E7EF
(241,231,239)
#F2EDF3
(242,237,243)
#F3F3F7
(243,243,247)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABDD3; }

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

This text font color is #EABDD3.


Background Color

.myBgColor { background-color: #EABDD3; }

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

This div background color is #EABDD3.


Border color

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

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

This div border color is #EABDD3.


Opacity

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

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

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

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

This text has shadow with #EABDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABDD3 on black background.


Color preview on white background

This text has color #EABDD3 on white background.



Black color preview on #EABDD3 background

This text has black color on #EABDD3 background.


White color preview on #EABDD3 background

This text has white color on #EABDD3 background.