COLOR #EABFE4

HEX: #EABFE4
RGB: (234,191,228)

Color info

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

RGB color model

#EABFE4 color RGB value is (234,191,228).

  • red value is 234;
  • green value is 191;
  • blue value is 228.
RGB:
(234,191,228)
(92%,75%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 191 of 255 = 75%
B 228 of 255 = 89%

234
191
228

R + G + B ~ 85%. #EABFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 191 + 228 = 653 (100%)
R 234 of 653 ~ 35.83%
G 191 of 653 ~ 29.25%
B 228 of 653 ~ 34.92%

%35.83
%29.25
%34.92

CMYK color model

#EABFE4 color CMYK value is (0,18,3,8).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,18,3,8)
C0M18Y3K8 
(0%,18%,3%,8%)
(0.00/0.18/0.03/0.08)	

CMYK percentages

%0
%18.38
%2.56
%8.24

Codes

Color #EABFE4 in popluar color models

EABFE4
RGB234191228
HSL308°50.59%83.33%
HSB/HSV308°18.38%91.76%
CMYK0.00%18.38%2.56%
8.24%

Color #EABFE4 in popluar number systems.

HEXEABFE4
Decimal234191228
Binary111010101011111111100100
Octal352277344

Shades and tints

Shades of #EABFE4

#EABFE4
(234,191,228)
#D5AED0
(213,174,208)
#C09DBC
(192,157,188)
#AB8CA8
(171,140,168)
#967B94
(150,123,148)
#816A80
(129,106,128)
#6C596C
(108,89,108)
#574858
(87,72,88)
#423744
(66,55,68)
#2D2630
(45,38,48)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #EABFE4

#EABFE4
(234,191,228)
#EBC4E6
(235,196,230)
#ECC9E8
(236,201,232)
#EDCEEA
(237,206,234)
#EED3EC
(238,211,236)
#EFD8EE
(239,216,238)
#F0DDF0
(240,221,240)
#F1E2F2
(241,226,242)
#F2E7F4
(242,231,244)
#F3ECF6
(243,236,246)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABFE4 color. Also use rgb(234,191,228) instead hex code.

Text Font Color

.myTextColor { color: #EABFE4; }

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

This text font color is #EABFE4.


Background Color

.myBgColor { background-color: #EABFE4; }

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

This div background color is #EABFE4.


Border color

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

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

This div border color is #EABFE4.


Opacity

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

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

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

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

This text has shadow with #EABFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABFE4 on black background.


Color preview on white background

This text has color #EABFE4 on white background.



Black color preview on #EABFE4 background

This text has black color on #EABFE4 background.


White color preview on #EABFE4 background

This text has white color on #EABFE4 background.