COLOR #EABBE0

HEX: #EABBE0
RGB: (234,187,224)

Color info

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

RGB color model

#EABBE0 color RGB value is (234,187,224).

  • red value is 234;
  • green value is 187;
  • blue value is 224.
RGB:
(234,187,224)
(92%,73%,88%)

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 224 of 255 = 88%

234
187
224

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

Portions of RGB colors in percentages

R + G + B =
234 + 187 + 224 = 645 (100%)
R 234 of 645 ~ 36.28%
G 187 of 645 ~ 28.99%
B 224 of 645 ~ 34.73%

%36.28
%28.99
%34.73

CMYK color model

#EABBE0 color CMYK value is (0,20,4,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(0,20,4,8)
C0M20Y4K8 
(0%,20%,4%,8%)
(0.00/0.20/0.04/0.08)	

CMYK percentages

%0
%20.09
%4.27
%8.24

Codes

Color #EABBE0 in popluar color models

EABBE0
RGB234187224
HSL313°52.81%82.55%
HSB/HSV313°20.09%91.76%
CMYK0.00%20.09%4.27%
8.24%

Color #EABBE0 in popluar number systems.

HEXEABBE0
Decimal234187224
Binary111010101011101111100000
Octal352273340

Shades and tints

Shades of #EABBE0

#EABBE0
(234,187,224)
#D5AACC
(213,170,204)
#C099B8
(192,153,184)
#AB88A4
(171,136,164)
#967790
(150,119,144)
#81667C
(129,102,124)
#6C5568
(108,85,104)
#574454
(87,68,84)
#423340
(66,51,64)
#2D222C
(45,34,44)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #EABBE0

#EABBE0
(234,187,224)
#EBC1E2
(235,193,226)
#ECC7E4
(236,199,228)
#EDCDE6
(237,205,230)
#EED3E8
(238,211,232)
#EFD9EA
(239,217,234)
#F0DFEC
(240,223,236)
#F1E5EE
(241,229,238)
#F2EBF0
(242,235,240)
#F3F1F2
(243,241,242)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABBE0; }

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

This text font color is #EABBE0.


Background Color

.myBgColor { background-color: #EABBE0; }

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

This div background color is #EABBE0.


Border color

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

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

This div border color is #EABBE0.


Opacity

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

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

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

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

This text has shadow with #EABBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABBE0 on black background.


Color preview on white background

This text has color #EABBE0 on white background.



Black color preview on #EABBE0 background

This text has black color on #EABBE0 background.


White color preview on #EABBE0 background

This text has white color on #EABBE0 background.