COLOR #EABBDB

HEX: #EABBDB RGB: (234,187,219)

Color info

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

RGB color model

#EABBDB color RGB value is (234,187,219).

RGB: (234,187,219) (92%, 73%, 86%)

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 219 of 255 = 86%

234
187
219

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

Portions of RGB colors in percentages

R + G + B = 234 + 187 + 219 = 640 (100%)
R 234 of 640 ~ 36.56%
G 187 of 640 ~ 29.22%
B 219 of 640 ~ 34.22'%

%36.56
%29.22
%34.22

CMYK color model

#EABBDB color CMYK value is (0,20,6,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (0,20,6,8)
C0M20Y6K8 (0%, 20%, 6%, 8%)
(0.00 / 0.20 / 0.06 / 0.08)

CMYK percentages

%0
%20.09
%6.41
%8.24

Codes

Color #EABBDB in popluar color models

EA BB DB
RGB 234 187 219
HSL 319° 52.81% 82.55%
HSB/HSV 319° 20.09% 91.76%
CMYK 0.00% 20.09% 6.41%
8.24%

Color #EABBDB in popluar number systems.

HEX EA BB DB
Decimal 234 187 219
Binary 11101010 10111011 11011011
Octal 352 273 333

Shades and tints

Shades of #EABBDB

#EABBDB
(234,187,219)
#D5AAC8
(213,170,200)
#C099B5
(192,153,181)
#AB88A2
(171,136,162)
#96778F
(150,119,143)
#81667C
(129,102,124)
#6C5569
(108,85,105)
#574456
(87,68,86)
#423343
(66,51,67)
#2D2230
(45,34,48)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #EABBDB

#EABBDB
(234,187,219)
#EBC1DE
(235,193,222)
#ECC7E1
(236,199,225)
#EDCDE4
(237,205,228)
#EED3E7
(238,211,231)
#EFD9EA
(239,217,234)
#F0DFED
(240,223,237)
#F1E5F0
(241,229,240)
#F2EBF3
(242,235,243)
#F3F1F6
(243,241,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABBDB; }

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

This text font color is #EABBDB.

Background Color

.myBgColor { background-color: #EABBDB; }

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

This div background color is #EABBDB.

Border color

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

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

This div border color is #EABBDB.

Opacity

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

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

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

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

This text has shadow with #EABBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABBDB.

Preview

Color preview on black background

This text has color #EABBDB on black background.


Color preview on white background

This text has color #EABBDB on white background.


Black color preview on #EABBDB background

This text has black color on #EABBDB background.


White color preview on #EABBDB background

This text has white color on #EABBDB background.


Related colors

Complementary color

Complementary color for #hex is #154424.


I love getcolorcode.com

Triadic colors

1 #DBEABB and #BBDBEA with #EABBDB are triadic colors.

2 #DBBBEA and #BBEADB with #EABBDB are triadic colors.