COLOR #EABDDB

HEX: #EABDDB
RGB: (234,189,219)

Color info

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

RGB color model

#EABDDB color RGB value is (234,189,219).

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

RGB channels and saturation

R 234 of 255 = 92%
G 189 of 255 = 74%
B 219 of 255 = 86%

234
189
219

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

Portions of RGB colors in percentages

R + G + B =
234 + 189 + 219 = 642 (100%)
R 234 of 642 ~ 36.45%
G 189 of 642 ~ 29.44%
B 219 of 642 ~ 34.11%

%36.45
%29.44
%34.11

CMYK color model

#EABDDB color CMYK value is (0,19,6,8).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(0,19,6,8)
C0M19Y6K8 
(0%,19%,6%,8%)
(0.00/0.19/0.06/0.08)	

CMYK percentages

%0
%19.23
%6.41
%8.24

Codes

Color #EABDDB in popluar color models

EABDDB
RGB234189219
HSL320°51.72%82.94%
HSB/HSV320°19.23%91.76%
CMYK0.00%19.23%6.41%
8.24%

Color #EABDDB in popluar number systems.

HEXEABDDB
Decimal234189219
Binary111010101011110111011011
Octal352275333

Shades and tints

Shades of #EABDDB

#EABDDB
(234,189,219)
#D5ACC8
(213,172,200)
#C09BB5
(192,155,181)
#AB8AA2
(171,138,162)
#96798F
(150,121,143)
#81687C
(129,104,124)
#6C5769
(108,87,105)
#574656
(87,70,86)
#423543
(66,53,67)
#2D2430
(45,36,48)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #EABDDB

#EABDDB
(234,189,219)
#EBC3DE
(235,195,222)
#ECC9E1
(236,201,225)
#EDCFE4
(237,207,228)
#EED5E7
(238,213,231)
#EFDBEA
(239,219,234)
#F0E1ED
(240,225,237)
#F1E7F0
(241,231,240)
#F2EDF3
(242,237,243)
#F3F3F6
(243,243,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABDDB; }

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

This text font color is #EABDDB.


Background Color

.myBgColor { background-color: #EABDDB; }

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

This div background color is #EABDDB.


Border color

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

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

This div border color is #EABDDB.


Opacity

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

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

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

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

This text has shadow with #EABDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABDDB on black background.


Color preview on white background

This text has color #EABDDB on white background.



Black color preview on #EABDDB background

This text has black color on #EABDDB background.


White color preview on #EABDDB background

This text has white color on #EABDDB background.