COLOR #EBF6F3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
246
243

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

Portions of RGB colors in percentages

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

%32.46
%33.98
%33.56

CMYK color model

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

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

CMYK percentages

%4.47
%0
%1.22
%3.53

Codes

Color #EBF6F3 in popluar color models

EBF6F3
RGB235246243
HSL164°37.93%94.31%
HSB/HSV164°4.47%96.47%
CMYK4.47%0.00%1.22%
3.53%

Color #EBF6F3 in popluar number systems.

HEXEBF6F3
Decimal235246243
Binary111010111111011011110011
Octal353366363

Shades and tints

Shades of #EBF6F3

#EBF6F3
(235,246,243)
#D6E0DD
(214,224,221)
#C1CAC7
(193,202,199)
#ACB4B1
(172,180,177)
#979E9B
(151,158,155)
#828885
(130,136,133)
#6D726F
(109,114,111)
#585C59
(88,92,89)
#434643
(67,70,67)
#2E302D
(46,48,45)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBF6F3

#EBF6F3
(235,246,243)
#ECF6F4
(236,246,244)
#EDF6F5
(237,246,245)
#EEF6F6
(238,246,246)
#EFF6F7
(239,246,247)
#F0F6F8
(240,246,248)
#F1F6F9
(241,246,249)
#F2F6FA
(242,246,250)
#F3F6FB
(243,246,251)
#F4F6FC
(244,246,252)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6F3; }

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

This text font color is #EBF6F3.


Background Color

.myBgColor { background-color: #EBF6F3; }

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

This div background color is #EBF6F3.


Border color

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

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

This div border color is #EBF6F3.


Opacity

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

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

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

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

This text has shadow with #EBF6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6F3 on black background.


Color preview on white background

This text has color #EBF6F3 on white background.



Black color preview on #EBF6F3 background

This text has black color on #EBF6F3 background.


White color preview on #EBF6F3 background

This text has white color on #EBF6F3 background.