COLOR #EBEAF7

HEX: #EBEAF7
RGB: (235,234,247)

Color info

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

RGB color model

#EBEAF7 color RGB value is (235,234,247).

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

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 247 of 255 = 97%

235
234
247

R + G + B ~ 94%. #EBEAF7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 234 + 247 = 716 (100%)
R 235 of 716 ~ 32.82%
G 234 of 716 ~ 32.68%
B 247 of 716 ~ 34.5%

%32.82
%32.68
%34.5

CMYK color model

#EBEAF7 color CMYK value is (5,5,0,3).

  • cyan value is 4.86%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,5,0,3)
C5M5Y0K3 
(5%,5%,0%,3%)
(0.05/0.05/0.00/0.03)	

CMYK percentages

%4.86
%5.26
%0
%3.14

Codes

Color #EBEAF7 in popluar color models

EBEAF7
RGB235234247
HSL245°44.83%94.31%
HSB/HSV245°5.26%96.86%
CMYK4.86%5.26%0.00%
3.14%

Color #EBEAF7 in popluar number systems.

HEXEBEAF7
Decimal235234247
Binary111010111110101011110111
Octal353352367

Shades and tints

Shades of #EBEAF7

#EBEAF7
(235,234,247)
#D6D5E1
(214,213,225)
#C1C0CB
(193,192,203)
#ACABB5
(172,171,181)
#97969F
(151,150,159)
#828189
(130,129,137)
#6D6C73
(109,108,115)
#58575D
(88,87,93)
#434247
(67,66,71)
#2E2D31
(46,45,49)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #EBEAF7

#EBEAF7
(235,234,247)
#ECEBF7
(236,235,247)
#EDECF7
(237,236,247)
#EEEDF7
(238,237,247)
#EFEEF7
(239,238,247)
#F0EFF7
(240,239,247)
#F1F0F7
(241,240,247)
#F2F1F7
(242,241,247)
#F3F2F7
(243,242,247)
#F4F3F7
(244,243,247)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEAF7; }

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

This text font color is #EBEAF7.


Background Color

.myBgColor { background-color: #EBEAF7; }

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

This div background color is #EBEAF7.


Border color

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

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

This div border color is #EBEAF7.


Opacity

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

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

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

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

This text has shadow with #EBEAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEAF7 on black background.


Color preview on white background

This text has color #EBEAF7 on white background.



Black color preview on #EBEAF7 background

This text has black color on #EBEAF7 background.


White color preview on #EBEAF7 background

This text has white color on #EBEAF7 background.