COLOR #EAE4F6

HEX: #EAE4F6
RGB: (234,228,246)

Color info

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

RGB color model

#EAE4F6 color RGB value is (234,228,246).

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

RGB channels and saturation

R 234 of 255 = 92%
G 228 of 255 = 89%
B 246 of 255 = 96%

234
228
246

R + G + B ~ 92%. #EAE4F6 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 228 + 246 = 708 (100%)
R 234 of 708 ~ 33.05%
G 228 of 708 ~ 32.2%
B 246 of 708 ~ 34.75%

%33.05
%32.2
%34.75

CMYK color model

#EAE4F6 color CMYK value is (5,7,0,4).

  • cyan value is 4.88%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(5,7,0,4)
C5M7Y0K4 
(5%,7%,0%,4%)
(0.05/0.07/0.00/0.04)	

CMYK percentages

%4.88
%7.32
%0
%3.53

Codes

Color #EAE4F6 in popluar color models

EAE4F6
RGB234228246
HSL260°50.00%92.94%
HSB/HSV260°7.32%96.47%
CMYK4.88%7.32%0.00%
3.53%

Color #EAE4F6 in popluar number systems.

HEXEAE4F6
Decimal234228246
Binary111010101110010011110110
Octal352344366

Shades and tints

Shades of #EAE4F6

#EAE4F6
(234,228,246)
#D5D0E0
(213,208,224)
#C0BCCA
(192,188,202)
#ABA8B4
(171,168,180)
#96949E
(150,148,158)
#818088
(129,128,136)
#6C6C72
(108,108,114)
#57585C
(87,88,92)
#424446
(66,68,70)
#2D3030
(45,48,48)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #EAE4F6

#EAE4F6
(234,228,246)
#EBE6F6
(235,230,246)
#ECE8F6
(236,232,246)
#EDEAF6
(237,234,246)
#EEECF6
(238,236,246)
#EFEEF6
(239,238,246)
#F0F0F6
(240,240,246)
#F1F2F6
(241,242,246)
#F2F4F6
(242,244,246)
#F3F6F6
(243,246,246)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE4F6; }

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

This text font color is #EAE4F6.


Background Color

.myBgColor { background-color: #EAE4F6; }

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

This div background color is #EAE4F6.


Border color

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

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

This div border color is #EAE4F6.


Opacity

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

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

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

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

This text has shadow with #EAE4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE4F6 on black background.


Color preview on white background

This text has color #EAE4F6 on white background.



Black color preview on #EAE4F6 background

This text has black color on #EAE4F6 background.


White color preview on #EAE4F6 background

This text has white color on #EAE4F6 background.