COLOR #EBF7FA

HEX: #EBF7FA
RGB: (235,247,250)

Color info

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

RGB color model

#EBF7FA color RGB value is (235,247,250).

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

RGB channels and saturation

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

235
247
250

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 250 = 732 (100%)
R 235 of 732 ~ 32.1%
G 247 of 732 ~ 33.74%
B 250 of 732 ~ 34.15%

%32.1
%33.74
%34.15

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,1,0,2)
C6M1Y0K2 
(6%,1%,0%,2%)
(0.06/0.01/0.00/0.02)	

CMYK percentages

%6
%1.2
%0
%1.96

Codes

Color #EBF7FA in popluar color models

EBF7FA
RGB235247250
HSL192°60.00%95.10%
HSB/HSV192°6.00%98.04%
CMYK6.00%1.20%0.00%
1.96%

Color #EBF7FA in popluar number systems.

HEXEBF7FA
Decimal235247250
Binary111010111111011111111010
Octal353367372

Shades and tints

Shades of #EBF7FA

#EBF7FA
(235,247,250)
#D6E1E4
(214,225,228)
#C1CBCE
(193,203,206)
#ACB5B8
(172,181,184)
#979FA2
(151,159,162)
#82898C
(130,137,140)
#6D7376
(109,115,118)
#585D60
(88,93,96)
#43474A
(67,71,74)
#2E3134
(46,49,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #EBF7FA

#EBF7FA
(235,247,250)
#ECF7FA
(236,247,250)
#EDF7FA
(237,247,250)
#EEF7FA
(238,247,250)
#EFF7FA
(239,247,250)
#F0F7FA
(240,247,250)
#F1F7FA
(241,247,250)
#F2F7FA
(242,247,250)
#F3F7FA
(243,247,250)
#F4F7FA
(244,247,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7FA; }

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

This text font color is #EBF7FA.


Background Color

.myBgColor { background-color: #EBF7FA; }

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

This div background color is #EBF7FA.


Border color

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

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

This div border color is #EBF7FA.


Opacity

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

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

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

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

This text has shadow with #EBF7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7FA on black background.


Color preview on white background

This text has color #EBF7FA on white background.



Black color preview on #EBF7FA background

This text has black color on #EBF7FA background.


White color preview on #EBF7FA background

This text has white color on #EBF7FA background.