COLOR #EBF6FA

HEX: #EBF6FA
RGB: (235,246,250)

Color info

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

RGB color model

#EBF6FA color RGB value is (235,246,250).

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

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 250 of 255 = 98%

235
246
250

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 250 = 731 (100%)
R 235 of 731 ~ 32.15%
G 246 of 731 ~ 33.65%
B 250 of 731 ~ 34.2%

%32.15
%33.65
%34.2

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,2,0,2)
C6M2Y0K2 
(6%,2%,0%,2%)
(0.06/0.02/0.00/0.02)	

CMYK percentages

%6
%1.6
%0
%1.96

Codes

Color #EBF6FA in popluar color models

EBF6FA
RGB235246250
HSL196°60.00%95.10%
HSB/HSV196°6.00%98.04%
CMYK6.00%1.60%0.00%
1.96%

Color #EBF6FA in popluar number systems.

HEXEBF6FA
Decimal235246250
Binary111010111111011011111010
Octal353366372

Shades and tints

Shades of #EBF6FA

#EBF6FA
(235,246,250)
#D6E0E4
(214,224,228)
#C1CACE
(193,202,206)
#ACB4B8
(172,180,184)
#979EA2
(151,158,162)
#82888C
(130,136,140)
#6D7276
(109,114,118)
#585C60
(88,92,96)
#43464A
(67,70,74)
#2E3034
(46,48,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #EBF6FA

#EBF6FA
(235,246,250)
#ECF6FA
(236,246,250)
#EDF6FA
(237,246,250)
#EEF6FA
(238,246,250)
#EFF6FA
(239,246,250)
#F0F6FA
(240,246,250)
#F1F6FA
(241,246,250)
#F2F6FA
(242,246,250)
#F3F6FA
(243,246,250)
#F4F6FA
(244,246,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6FA; }

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

This text font color is #EBF6FA.


Background Color

.myBgColor { background-color: #EBF6FA; }

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

This div background color is #EBF6FA.


Border color

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

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

This div border color is #EBF6FA.


Opacity

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

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

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

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

This text has shadow with #EBF6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6FA on black background.


Color preview on white background

This text has color #EBF6FA on white background.



Black color preview on #EBF6FA background

This text has black color on #EBF6FA background.


White color preview on #EBF6FA background

This text has white color on #EBF6FA background.