COLOR #EAC4F8

HEX: #EAC4F8
RGB: (234,196,248)

Color info

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

RGB color model

#EAC4F8 color RGB value is (234,196,248).

  • red value is 234;
  • green value is 196;
  • blue value is 248.
RGB:
(234,196,248)
(92%,77%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 196 of 255 = 77%
B 248 of 255 = 97%

234
196
248

R + G + B ~ 89%. #EAC4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 196 + 248 = 678 (100%)
R 234 of 678 ~ 34.51%
G 196 of 678 ~ 28.91%
B 248 of 678 ~ 36.58%

%34.51
%28.91
%36.58

CMYK color model

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

  • cyan value is 5.65%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,21,0,3)
C6M21Y0K3 
(6%,21%,0%,3%)
(0.06/0.21/0.00/0.03)	

CMYK percentages

%5.65
%20.97
%0
%2.75

Codes

Color #EAC4F8 in popluar color models

EAC4F8
RGB234196248
HSL284°78.79%87.06%
HSB/HSV284°20.97%97.25%
CMYK5.65%20.97%0.00%
2.75%

Color #EAC4F8 in popluar number systems.

HEXEAC4F8
Decimal234196248
Binary111010101100010011111000
Octal352304370

Shades and tints

Shades of #EAC4F8

#EAC4F8
(234,196,248)
#D5B3E2
(213,179,226)
#C0A2CC
(192,162,204)
#AB91B6
(171,145,182)
#9680A0
(150,128,160)
#816F8A
(129,111,138)
#6C5E74
(108,94,116)
#574D5E
(87,77,94)
#423C48
(66,60,72)
#2D2B32
(45,43,50)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #EAC4F8

#EAC4F8
(234,196,248)
#EBC9F8
(235,201,248)
#ECCEF8
(236,206,248)
#EDD3F8
(237,211,248)
#EED8F8
(238,216,248)
#EFDDF8
(239,221,248)
#F0E2F8
(240,226,248)
#F1E7F8
(241,231,248)
#F2ECF8
(242,236,248)
#F3F1F8
(243,241,248)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC4F8 color. Also use rgb(234,196,248) instead hex code.

Text Font Color

.myTextColor { color: #EAC4F8; }

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

This text font color is #EAC4F8.


Background Color

.myBgColor { background-color: #EAC4F8; }

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

This div background color is #EAC4F8.


Border color

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

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

This div border color is #EAC4F8.


Opacity

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

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

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

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

This text has shadow with #EAC4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC4F8 on black background.


Color preview on white background

This text has color #EAC4F8 on white background.



Black color preview on #EAC4F8 background

This text has black color on #EAC4F8 background.


White color preview on #EAC4F8 background

This text has white color on #EAC4F8 background.