COLOR #EABAE0

HEX: #EABAE0
RGB: (234,186,224)

Color info

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

RGB color model

#EABAE0 color RGB value is (234,186,224).

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

RGB channels and saturation

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

234
186
224

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

Portions of RGB colors in percentages

R + G + B =
234 + 186 + 224 = 644 (100%)
R 234 of 644 ~ 36.34%
G 186 of 644 ~ 28.88%
B 224 of 644 ~ 34.78%

%36.34
%28.88
%34.78

CMYK color model

#EABAE0 color CMYK value is (0,21,4,8).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(0,21,4,8)
C0M21Y4K8 
(0%,21%,4%,8%)
(0.00/0.21/0.04/0.08)	

CMYK percentages

%0
%20.51
%4.27
%8.24

Codes

Color #EABAE0 in popluar color models

EABAE0
RGB234186224
HSL313°53.33%82.35%
HSB/HSV313°20.51%91.76%
CMYK0.00%20.51%4.27%
8.24%

Color #EABAE0 in popluar number systems.

HEXEABAE0
Decimal234186224
Binary111010101011101011100000
Octal352272340

Shades and tints

Shades of #EABAE0

#EABAE0
(234,186,224)
#D5AACC
(213,170,204)
#C09AB8
(192,154,184)
#AB8AA4
(171,138,164)
#967A90
(150,122,144)
#816A7C
(129,106,124)
#6C5A68
(108,90,104)
#574A54
(87,74,84)
#423A40
(66,58,64)
#2D2A2C
(45,42,44)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #EABAE0

#EABAE0
(234,186,224)
#EBC0E2
(235,192,226)
#ECC6E4
(236,198,228)
#EDCCE6
(237,204,230)
#EED2E8
(238,210,232)
#EFD8EA
(239,216,234)
#F0DEEC
(240,222,236)
#F1E4EE
(241,228,238)
#F2EAF0
(242,234,240)
#F3F0F2
(243,240,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABAE0; }

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

This text font color is #EABAE0.


Background Color

.myBgColor { background-color: #EABAE0; }

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

This div background color is #EABAE0.


Border color

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

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

This div border color is #EABAE0.


Opacity

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

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

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

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

This text has shadow with #EABAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABAE0 on black background.


Color preview on white background

This text has color #EABAE0 on white background.



Black color preview on #EABAE0 background

This text has black color on #EABAE0 background.


White color preview on #EABAE0 background

This text has white color on #EABAE0 background.