COLOR #EBF3F6

HEX: #EBF3F6
RGB: (235,243,246)

Color info

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

RGB color model

#EBF3F6 color RGB value is (235,243,246).

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

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 246 of 255 = 96%

235
243
246

R + G + B ~ 94%. #EBF3F6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 243 + 246 = 724 (100%)
R 235 of 724 ~ 32.46%
G 243 of 724 ~ 33.56%
B 246 of 724 ~ 33.98%

%32.46
%33.56
%33.98

CMYK color model

#EBF3F6 color CMYK value is (4,1,0,4).

  • cyan value is 4.47%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,1,0,4)
C4M1Y0K4 
(4%,1%,0%,4%)
(0.04/0.01/0.00/0.04)	

CMYK percentages

%4.47
%1.22
%0
%3.53

Codes

Color #EBF3F6 in popluar color models

EBF3F6
RGB235243246
HSL196°37.93%94.31%
HSB/HSV196°4.47%96.47%
CMYK4.47%1.22%0.00%
3.53%

Color #EBF3F6 in popluar number systems.

HEXEBF3F6
Decimal235243246
Binary111010111111001111110110
Octal353363366

Shades and tints

Shades of #EBF3F6

#EBF3F6
(235,243,246)
#D6DDE0
(214,221,224)
#C1C7CA
(193,199,202)
#ACB1B4
(172,177,180)
#979B9E
(151,155,158)
#828588
(130,133,136)
#6D6F72
(109,111,114)
#58595C
(88,89,92)
#434346
(67,67,70)
#2E2D30
(46,45,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBF3F6

#EBF3F6
(235,243,246)
#ECF4F6
(236,244,246)
#EDF5F6
(237,245,246)
#EEF6F6
(238,246,246)
#EFF7F6
(239,247,246)
#F0F8F6
(240,248,246)
#F1F9F6
(241,249,246)
#F2FAF6
(242,250,246)
#F3FBF6
(243,251,246)
#F4FCF6
(244,252,246)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3F6; }

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

This text font color is #EBF3F6.


Background Color

.myBgColor { background-color: #EBF3F6; }

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

This div background color is #EBF3F6.


Border color

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

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

This div border color is #EBF3F6.


Opacity

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

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

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

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

This text has shadow with #EBF3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF3F6 on black background.


Color preview on white background

This text has color #EBF3F6 on white background.



Black color preview on #EBF3F6 background

This text has black color on #EBF3F6 background.


White color preview on #EBF3F6 background

This text has white color on #EBF3F6 background.