COLOR #EBF3F2

HEX: #EBF3F2
RGB: (235,243,242)

Color info

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

RGB color model

#EBF3F2 color RGB value is (235,243,242).

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

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 242 of 255 = 95%

235
243
242

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

Portions of RGB colors in percentages

R + G + B =
235 + 243 + 242 = 720 (100%)
R 235 of 720 ~ 32.64%
G 243 of 720 ~ 33.75%
B 242 of 720 ~ 33.61%

%32.64
%33.75
%33.61

CMYK color model

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

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(3,0,0,5)
C3M0Y0K5 
(3%,0%,0%,5%)
(0.03/0.00/0.00/0.05)	

CMYK percentages

%3.29
%0
%0.41
%4.71

Codes

Color #EBF3F2 in popluar color models

EBF3F2
RGB235243242
HSL173°25.00%93.73%
HSB/HSV173°3.29%95.29%
CMYK3.29%0.00%0.41%
4.71%

Color #EBF3F2 in popluar number systems.

HEXEBF3F2
Decimal235243242
Binary111010111111001111110010
Octal353363362

Shades and tints

Shades of #EBF3F2

#EBF3F2
(235,243,242)
#D6DDDC
(214,221,220)
#C1C7C6
(193,199,198)
#ACB1B0
(172,177,176)
#979B9A
(151,155,154)
#828584
(130,133,132)
#6D6F6E
(109,111,110)
#585958
(88,89,88)
#434342
(67,67,66)
#2E2D2C
(46,45,44)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBF3F2

#EBF3F2
(235,243,242)
#ECF4F3
(236,244,243)
#EDF5F4
(237,245,244)
#EEF6F5
(238,246,245)
#EFF7F6
(239,247,246)
#F0F8F7
(240,248,247)
#F1F9F8
(241,249,248)
#F2FAF9
(242,250,249)
#F3FBFA
(243,251,250)
#F4FCFB
(244,252,251)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF3F2; }

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

This text font color is #EBF3F2.


Background Color

.myBgColor { background-color: #EBF3F2; }

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

This div background color is #EBF3F2.


Border color

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

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

This div border color is #EBF3F2.


Opacity

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

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

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

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

This text has shadow with #EBF3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF3F2 on black background.


Color preview on white background

This text has color #EBF3F2 on white background.



Black color preview on #EBF3F2 background

This text has black color on #EBF3F2 background.


White color preview on #EBF3F2 background

This text has white color on #EBF3F2 background.