COLOR #EBF3F0

HEX: #EBF3F0
RGB: (235,243,240)

Color info

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

RGB color model

#EBF3F0 color RGB value is (235,243,240).

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

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 240 of 255 = 94%

235
243
240

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

Portions of RGB colors in percentages

R + G + B =
235 + 243 + 240 = 718 (100%)
R 235 of 718 ~ 32.73%
G 243 of 718 ~ 33.84%
B 240 of 718 ~ 33.43%

%32.73
%33.84
%33.43

CMYK color model

#EBF3F0 color CMYK value is (3,0,1,5).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(3,0,1,5)
C3M0Y1K5 
(3%,0%,1%,5%)
(0.03/0.00/0.01/0.05)	

CMYK percentages

%3.29
%0
%1.23
%4.71

Codes

Color #EBF3F0 in popluar color models

EBF3F0
RGB235243240
HSL158°25.00%93.73%
HSB/HSV158°3.29%95.29%
CMYK3.29%0.00%1.23%
4.71%

Color #EBF3F0 in popluar number systems.

HEXEBF3F0
Decimal235243240
Binary111010111111001111110000
Octal353363360

Shades and tints

Shades of #EBF3F0

#EBF3F0
(235,243,240)
#D6DDDB
(214,221,219)
#C1C7C6
(193,199,198)
#ACB1B1
(172,177,177)
#979B9C
(151,155,156)
#828587
(130,133,135)
#6D6F72
(109,111,114)
#58595D
(88,89,93)
#434348
(67,67,72)
#2E2D33
(46,45,51)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #EBF3F0

#EBF3F0
(235,243,240)
#ECF4F1
(236,244,241)
#EDF5F2
(237,245,242)
#EEF6F3
(238,246,243)
#EFF7F4
(239,247,244)
#F0F8F5
(240,248,245)
#F1F9F6
(241,249,246)
#F2FAF7
(242,250,247)
#F3FBF8
(243,251,248)
#F4FCF9
(244,252,249)
#F5FDFA
(245,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3F0; }

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

This text font color is #EBF3F0.


Background Color

.myBgColor { background-color: #EBF3F0; }

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

This div background color is #EBF3F0.


Border color

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

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

This div border color is #EBF3F0.


Opacity

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

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

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

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

This text has shadow with #EBF3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF3F0 on black background.


Color preview on white background

This text has color #EBF3F0 on white background.



Black color preview on #EBF3F0 background

This text has black color on #EBF3F0 background.


White color preview on #EBF3F0 background

This text has white color on #EBF3F0 background.