COLOR #EBF1FA

HEX: #EBF1FA
RGB: (235,241,250)

Color info

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

RGB color model

#EBF1FA color RGB value is (235,241,250).

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

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 250 of 255 = 98%

235
241
250

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

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 250 = 726 (100%)
R 235 of 726 ~ 32.37%
G 241 of 726 ~ 33.2%
B 250 of 726 ~ 34.44%

%32.37
%33.2
%34.44

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,4,0,2)
C6M4Y0K2 
(6%,4%,0%,2%)
(0.06/0.04/0.00/0.02)	

CMYK percentages

%6
%3.6
%0
%1.96

Codes

Color #EBF1FA in popluar color models

EBF1FA
RGB235241250
HSL216°60.00%95.10%
HSB/HSV216°6.00%98.04%
CMYK6.00%3.60%0.00%
1.96%

Color #EBF1FA in popluar number systems.

HEXEBF1FA
Decimal235241250
Binary111010111111000111111010
Octal353361372

Shades and tints

Shades of #EBF1FA

#EBF1FA
(235,241,250)
#D6DCE4
(214,220,228)
#C1C7CE
(193,199,206)
#ACB2B8
(172,178,184)
#979DA2
(151,157,162)
#82888C
(130,136,140)
#6D7376
(109,115,118)
#585E60
(88,94,96)
#43494A
(67,73,74)
#2E3434
(46,52,52)
#191F1E
(25,31,30)
#000000
(0,0,0)

Tints of #EBF1FA

#EBF1FA
(235,241,250)
#ECF2FA
(236,242,250)
#EDF3FA
(237,243,250)
#EEF4FA
(238,244,250)
#EFF5FA
(239,245,250)
#F0F6FA
(240,246,250)
#F1F7FA
(241,247,250)
#F2F8FA
(242,248,250)
#F3F9FA
(243,249,250)
#F4FAFA
(244,250,250)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF1FA; }

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

This text font color is #EBF1FA.


Background Color

.myBgColor { background-color: #EBF1FA; }

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

This div background color is #EBF1FA.


Border color

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

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

This div border color is #EBF1FA.


Opacity

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

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

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

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

This text has shadow with #EBF1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF1FA on black background.


Color preview on white background

This text has color #EBF1FA on white background.



Black color preview on #EBF1FA background

This text has black color on #EBF1FA background.


White color preview on #EBF1FA background

This text has white color on #EBF1FA background.