COLOR #EBF7FB

HEX: #EBF7FB
RGB: (235,247,251)

Color info

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

RGB color model

#EBF7FB color RGB value is (235,247,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 251 of 255 = 98%

235
247
251

R + G + B ~ 96%. #EBF7FB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 251 = 733 (100%)
R 235 of 733 ~ 32.06%
G 247 of 733 ~ 33.7%
B 251 of 733 ~ 34.24%

%32.06
%33.7
%34.24

CMYK color model

#EBF7FB color CMYK value is (6,2,0,2).

  • cyan value is 6.37%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,2,0,2)
C6M2Y0K2 
(6%,2%,0%,2%)
(0.06/0.02/0.00/0.02)	

CMYK percentages

%6.37
%1.59
%0
%1.57

Codes

Color #EBF7FB in popluar color models

EBF7FB
RGB235247251
HSL195°66.67%95.29%
HSB/HSV195°6.37%98.43%
CMYK6.37%1.59%0.00%
1.57%

Color #EBF7FB in popluar number systems.

HEXEBF7FB
Decimal235247251
Binary111010111111011111111011
Octal353367373

Shades and tints

Shades of #EBF7FB

#EBF7FB
(235,247,251)
#D6E1E5
(214,225,229)
#C1CBCF
(193,203,207)
#ACB5B9
(172,181,185)
#979FA3
(151,159,163)
#82898D
(130,137,141)
#6D7377
(109,115,119)
#585D61
(88,93,97)
#43474B
(67,71,75)
#2E3135
(46,49,53)
#191B1F
(25,27,31)
#000000
(0,0,0)

Tints of #EBF7FB

#EBF7FB
(235,247,251)
#ECF7FB
(236,247,251)
#EDF7FB
(237,247,251)
#EEF7FB
(238,247,251)
#EFF7FB
(239,247,251)
#F0F7FB
(240,247,251)
#F1F7FB
(241,247,251)
#F2F7FB
(242,247,251)
#F3F7FB
(243,247,251)
#F4F7FB
(244,247,251)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7FB; }

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

This text font color is #EBF7FB.


Background Color

.myBgColor { background-color: #EBF7FB; }

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

This div background color is #EBF7FB.


Border color

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

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

This div border color is #EBF7FB.


Opacity

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

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

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

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

This text has shadow with #EBF7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7FB on black background.


Color preview on white background

This text has color #EBF7FB on white background.



Black color preview on #EBF7FB background

This text has black color on #EBF7FB background.


White color preview on #EBF7FB background

This text has white color on #EBF7FB background.