COLOR #EBF2F7

HEX: #EBF2F7
RGB: (235,242,247)

Color info

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

RGB color model

#EBF2F7 color RGB value is (235,242,247).

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

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 247 of 255 = 97%

235
242
247

R + G + B ~ 95%. #EBF2F7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 242 + 247 = 724 (100%)
R 235 of 724 ~ 32.46%
G 242 of 724 ~ 33.43%
B 247 of 724 ~ 34.12%

%32.46
%33.43
%34.12

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,2,0,3)
C5M2Y0K3 
(5%,2%,0%,3%)
(0.05/0.02/0.00/0.03)	

CMYK percentages

%4.86
%2.02
%0
%3.14

Codes

Color #EBF2F7 in popluar color models

EBF2F7
RGB235242247
HSL205°42.86%94.51%
HSB/HSV205°4.86%96.86%
CMYK4.86%2.02%0.00%
3.14%

Color #EBF2F7 in popluar number systems.

HEXEBF2F7
Decimal235242247
Binary111010111111001011110111
Octal353362367

Shades and tints

Shades of #EBF2F7

#EBF2F7
(235,242,247)
#D6DCE1
(214,220,225)
#C1C6CB
(193,198,203)
#ACB0B5
(172,176,181)
#979A9F
(151,154,159)
#828489
(130,132,137)
#6D6E73
(109,110,115)
#58585D
(88,88,93)
#434247
(67,66,71)
#2E2C31
(46,44,49)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #EBF2F7

#EBF2F7
(235,242,247)
#ECF3F7
(236,243,247)
#EDF4F7
(237,244,247)
#EEF5F7
(238,245,247)
#EFF6F7
(239,246,247)
#F0F7F7
(240,247,247)
#F1F8F7
(241,248,247)
#F2F9F7
(242,249,247)
#F3FAF7
(243,250,247)
#F4FBF7
(244,251,247)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2F7; }

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

This text font color is #EBF2F7.


Background Color

.myBgColor { background-color: #EBF2F7; }

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

This div background color is #EBF2F7.


Border color

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

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

This div border color is #EBF2F7.


Opacity

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

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

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

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

This text has shadow with #EBF2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF2F7 on black background.


Color preview on white background

This text has color #EBF2F7 on white background.



Black color preview on #EBF2F7 background

This text has black color on #EBF2F7 background.


White color preview on #EBF2F7 background

This text has white color on #EBF2F7 background.