COLOR #EABEF0

HEX: #EABEF0 RGB: (234,190,240)

Color info

#EABEF0 contains red, green and blue colors in about the same proportion. Web safe color of #EABEF0 is #FFCCFF (or #FCF).

RGB color model

#EABEF0 color RGB value is (234,190,240).

RGB: (234,190,240) (92%, 75%, 94%)

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 240 of 255 = 94%

234
190
240

R + G + B ~ 87%. #EABEF0 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 190 + 240 = 664 (100%)
R 234 of 664 ~ 35.24%
G 190 of 664 ~ 28.61%
B 240 of 664 ~ 36.14'%

%35.24
%28.61
%36.14

CMYK color model

#EABEF0 color CMYK value is (3,21,0,6).

  • cyan value is 2.50%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (3,21,0,6)
C3M21Y0K6 (3%, 21%, 0%, 6%)
(0.03 / 0.21 / 0.00 / 0.06)

CMYK percentages

%2.5
%20.83
%0
%5.88

Codes

Color #EABEF0 in popluar color models

EA BE F0
RGB 234 190 240
HSL 293° 62.50% 84.31%
HSB/HSV 293° 20.83% 94.12%
CMYK 2.50% 20.83% 0.00%
5.88%

Color #EABEF0 in popluar number systems.

HEX EA BE F0
Decimal 234 190 240
Binary 11101010 10111110 11110000
Octal 352 276 360

Shades and tints

Shades of #EABEF0

#EABEF0
(234,190,240)
#D5ADDB
(213,173,219)
#C09CC6
(192,156,198)
#AB8BB1
(171,139,177)
#967A9C
(150,122,156)
#816987
(129,105,135)
#6C5872
(108,88,114)
#57475D
(87,71,93)
#423648
(66,54,72)
#2D2533
(45,37,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #EABEF0

#EABEF0
(234,190,240)
#EBC3F1
(235,195,241)
#ECC8F2
(236,200,242)
#EDCDF3
(237,205,243)
#EED2F4
(238,210,244)
#EFD7F5
(239,215,245)
#F0DCF6
(240,220,246)
#F1E1F7
(241,225,247)
#F2E6F8
(242,230,248)
#F3EBF9
(243,235,249)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABEF0 color. Also use rgb(234,190,240) instead hex code.

Text Font Color

.myTextColor { color: #EABEF0; }

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

This text font color is #EABEF0.

Background Color

.myBgColor { background-color: #EABEF0; }

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

This div background color is #EABEF0.

Border color

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

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

This div border color is #EABEF0.

Opacity

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

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

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

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

This text has shadow with #EABEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABEF0.

Preview

Color preview on black background

This text has color #EABEF0 on black background.


Color preview on white background

This text has color #EABEF0 on white background.


Black color preview on #EABEF0 background

This text has black color on #EABEF0 background.


White color preview on #EABEF0 background

This text has white color on #EABEF0 background.


Related colors

Complementary color

Complementary color for #hex is #15410F.


I love getcolorcode.com

Triadic colors

1 #F0EABE and #BEF0EA with #EABEF0 are triadic colors.

2 #F0BEEA and #BEEAF0 with #EABEF0 are triadic colors.