COLOR #EBEAF4

HEX: #EBEAF4
RGB: (235,234,244)

Color info

#EBEAF4 contains red, green and blue colors in about the same proportion. Web safe color of #EBEAF4 is #FFFFFF (or #FFF).

RGB color model

#EBEAF4 color RGB value is (235,234,244).

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

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 244 of 255 = 96%

235
234
244

R + G + B ~ 93%. #EBEAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 234 + 244 = 713 (100%)
R 235 of 713 ~ 32.96%
G 234 of 713 ~ 32.82%
B 244 of 713 ~ 34.22%

%32.96
%32.82
%34.22

CMYK color model

#EBEAF4 color CMYK value is (4,4,0,4).

  • cyan value is 3.69%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,4,0,4)
C4M4Y0K4 
(4%,4%,0%,4%)
(0.04/0.04/0.00/0.04)	

CMYK percentages

%3.69
%4.1
%0
%4.31

Codes

Color #EBEAF4 in popluar color models

EBEAF4
RGB235234244
HSL246°31.25%93.73%
HSB/HSV246°4.10%95.69%
CMYK3.69%4.10%0.00%
4.31%

Color #EBEAF4 in popluar number systems.

HEXEBEAF4
Decimal235234244
Binary111010111110101011110100
Octal353352364

Shades and tints

Shades of #EBEAF4

#EBEAF4
(235,234,244)
#D6D5DE
(214,213,222)
#C1C0C8
(193,192,200)
#ACABB2
(172,171,178)
#97969C
(151,150,156)
#828186
(130,129,134)
#6D6C70
(109,108,112)
#58575A
(88,87,90)
#434244
(67,66,68)
#2E2D2E
(46,45,46)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBEAF4

#EBEAF4
(235,234,244)
#ECEBF5
(236,235,245)
#EDECF6
(237,236,246)
#EEEDF7
(238,237,247)
#EFEEF8
(239,238,248)
#F0EFF9
(240,239,249)
#F1F0FA
(241,240,250)
#F2F1FB
(242,241,251)
#F3F2FC
(243,242,252)
#F4F3FD
(244,243,253)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEAF4; }

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

This text font color is #EBEAF4.


Background Color

.myBgColor { background-color: #EBEAF4; }

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

This div background color is #EBEAF4.


Border color

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

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

This div border color is #EBEAF4.


Opacity

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

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

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

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

This text has shadow with #EBEAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEAF4 on black background.


Color preview on white background

This text has color #EBEAF4 on white background.



Black color preview on #EBEAF4 background

This text has black color on #EBEAF4 background.


White color preview on #EBEAF4 background

This text has white color on #EBEAF4 background.