COLOR #EBAEF4

HEX: #EBAEF4
RGB: (235,174,244)

Color info

#EBAEF4 contains mainly red and blue colors. Web safe color of #EBAEF4 is #FF99FF (or #F9F).

RGB color model

#EBAEF4 color RGB value is (235,174,244).

  • red value is 235;
  • green value is 174;
  • blue value is 244.
RGB:
(235,174,244)
(92%,68%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 244 of 255 = 96%

235
174
244

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

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 244 = 653 (100%)
R 235 of 653 ~ 35.99%
G 174 of 653 ~ 26.65%
B 244 of 653 ~ 37.37%

%35.99
%26.65
%37.37

CMYK color model

#EBAEF4 color CMYK value is (4,29,0,4).

  • cyan value is 3.69%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,29,0,4)
C4M29Y0K4 
(4%,29%,0%,4%)
(0.04/0.29/0.00/0.04)	

CMYK percentages

%3.69
%28.69
%0
%4.31

Codes

Color #EBAEF4 in popluar color models

EBAEF4
RGB235174244
HSL292°76.09%81.96%
HSB/HSV292°28.69%95.69%
CMYK3.69%28.69%0.00%
4.31%

Color #EBAEF4 in popluar number systems.

HEXEBAEF4
Decimal235174244
Binary111010111010111011110100
Octal353256364

Shades and tints

Shades of #EBAEF4

#EBAEF4
(235,174,244)
#D69FDE
(214,159,222)
#C190C8
(193,144,200)
#AC81B2
(172,129,178)
#97729C
(151,114,156)
#826386
(130,99,134)
#6D5470
(109,84,112)
#58455A
(88,69,90)
#433644
(67,54,68)
#2E272E
(46,39,46)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBAEF4

#EBAEF4
(235,174,244)
#ECB5F5
(236,181,245)
#EDBCF6
(237,188,246)
#EEC3F7
(238,195,247)
#EFCAF8
(239,202,248)
#F0D1F9
(240,209,249)
#F1D8FA
(241,216,250)
#F2DFFB
(242,223,251)
#F3E6FC
(243,230,252)
#F4EDFD
(244,237,253)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAEF4 color. Also use rgb(235,174,244) instead hex code.

Text Font Color

.myTextColor { color: #EBAEF4; }

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

This text font color is #EBAEF4.


Background Color

.myBgColor { background-color: #EBAEF4; }

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

This div background color is #EBAEF4.


Border color

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

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

This div border color is #EBAEF4.


Opacity

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

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

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

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

This text has shadow with #EBAEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAEF4 on black background.


Color preview on white background

This text has color #EBAEF4 on white background.



Black color preview on #EBAEF4 background

This text has black color on #EBAEF4 background.


White color preview on #EBAEF4 background

This text has white color on #EBAEF4 background.