COLOR #EABFF4

HEX: #EABFF4
RGB: (234,191,244)

Color info

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

RGB color model

#EABFF4 color RGB value is (234,191,244).

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

RGB channels and saturation

R 234 of 255 = 92%
G 191 of 255 = 75%
B 244 of 255 = 96%

234
191
244

R + G + B ~ 88%. #EABFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 191 + 244 = 669 (100%)
R 234 of 669 ~ 34.98%
G 191 of 669 ~ 28.55%
B 244 of 669 ~ 36.47%

%34.98
%28.55
%36.47

CMYK color model

#EABFF4 color CMYK value is (4,22,0,4).

  • cyan value is 4.10%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,22,0,4)
C4M22Y0K4 
(4%,22%,0%,4%)
(0.04/0.22/0.00/0.04)	

CMYK percentages

%4.1
%21.72
%0
%4.31

Codes

Color #EABFF4 in popluar color models

EABFF4
RGB234191244
HSL289°70.67%85.29%
HSB/HSV289°21.72%95.69%
CMYK4.10%21.72%0.00%
4.31%

Color #EABFF4 in popluar number systems.

HEXEABFF4
Decimal234191244
Binary111010101011111111110100
Octal352277364

Shades and tints

Shades of #EABFF4

#EABFF4
(234,191,244)
#D5AEDE
(213,174,222)
#C09DC8
(192,157,200)
#AB8CB2
(171,140,178)
#967B9C
(150,123,156)
#816A86
(129,106,134)
#6C5970
(108,89,112)
#57485A
(87,72,90)
#423744
(66,55,68)
#2D262E
(45,38,46)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EABFF4

#EABFF4
(234,191,244)
#EBC4F5
(235,196,245)
#ECC9F6
(236,201,246)
#EDCEF7
(237,206,247)
#EED3F8
(238,211,248)
#EFD8F9
(239,216,249)
#F0DDFA
(240,221,250)
#F1E2FB
(241,226,251)
#F2E7FC
(242,231,252)
#F3ECFD
(243,236,253)
#F4F1FE
(244,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABFF4; }

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

This text font color is #EABFF4.


Background Color

.myBgColor { background-color: #EABFF4; }

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

This div background color is #EABFF4.


Border color

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

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

This div border color is #EABFF4.


Opacity

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

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

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

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

This text has shadow with #EABFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABFF4 on black background.


Color preview on white background

This text has color #EABFF4 on white background.



Black color preview on #EABFF4 background

This text has black color on #EABFF4 background.


White color preview on #EABFF4 background

This text has white color on #EABFF4 background.