COLOR #EBEFF5

HEX: #EBEFF5
RGB: (235,239,245)

Color info

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

RGB color model

#EBEFF5 color RGB value is (235,239,245).

  • red value is 235;
  • green value is 239;
  • blue value is 245.
RGB:
(235,239,245)
(92%,94%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 245 of 255 = 96%

235
239
245

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 245 = 719 (100%)
R 235 of 719 ~ 32.68%
G 239 of 719 ~ 33.24%
B 245 of 719 ~ 34.08%

%32.68
%33.24
%34.08

CMYK color model

#EBEFF5 color CMYK value is (4,2,0,4).

  • cyan value is 4.08%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,2,0,4)
C4M2Y0K4 
(4%,2%,0%,4%)
(0.04/0.02/0.00/0.04)	

CMYK percentages

%4.08
%2.45
%0
%3.92

Codes

Color #EBEFF5 in popluar color models

EBEFF5
RGB235239245
HSL216°33.33%94.12%
HSB/HSV216°4.08%96.08%
CMYK4.08%2.45%0.00%
3.92%

Color #EBEFF5 in popluar number systems.

HEXEBEFF5
Decimal235239245
Binary111010111110111111110101
Octal353357365

Shades and tints

Shades of #EBEFF5

#EBEFF5
(235,239,245)
#D6DADF
(214,218,223)
#C1C5C9
(193,197,201)
#ACB0B3
(172,176,179)
#979B9D
(151,155,157)
#828687
(130,134,135)
#6D7171
(109,113,113)
#585C5B
(88,92,91)
#434745
(67,71,69)
#2E322F
(46,50,47)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #EBEFF5

#EBEFF5
(235,239,245)
#ECF0F5
(236,240,245)
#EDF1F5
(237,241,245)
#EEF2F5
(238,242,245)
#EFF3F5
(239,243,245)
#F0F4F5
(240,244,245)
#F1F5F5
(241,245,245)
#F2F6F5
(242,246,245)
#F3F7F5
(243,247,245)
#F4F8F5
(244,248,245)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEFF5 color. Also use rgb(235,239,245) instead hex code.

Text Font Color

.myTextColor { color: #EBEFF5; }

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

This text font color is #EBEFF5.


Background Color

.myBgColor { background-color: #EBEFF5; }

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

This div background color is #EBEFF5.


Border color

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

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

This div border color is #EBEFF5.


Opacity

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

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

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

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

This text has shadow with #EBEFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFF5 on black background.


Color preview on white background

This text has color #EBEFF5 on white background.



Black color preview on #EBEFF5 background

This text has black color on #EBEFF5 background.


White color preview on #EBEFF5 background

This text has white color on #EBEFF5 background.