COLOR #EBF7F2

HEX: #EBF7F2
RGB: (235,247,242)

Color info

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

RGB color model

#EBF7F2 color RGB value is (235,247,242).

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

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 242 of 255 = 95%

235
247
242

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 242 = 724 (100%)
R 235 of 724 ~ 32.46%
G 247 of 724 ~ 34.12%
B 242 of 724 ~ 33.43%

%32.46
%34.12
%33.43

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(5,0,2,3)
C5M0Y2K3 
(5%,0%,2%,3%)
(0.05/0.00/0.02/0.03)	

CMYK percentages

%4.86
%0
%2.02
%3.14

Codes

Color #EBF7F2 in popluar color models

EBF7F2
RGB235247242
HSL155°42.86%94.51%
HSB/HSV155°4.86%96.86%
CMYK4.86%0.00%2.02%
3.14%

Color #EBF7F2 in popluar number systems.

HEXEBF7F2
Decimal235247242
Binary111010111111011111110010
Octal353367362

Shades and tints

Shades of #EBF7F2

#EBF7F2
(235,247,242)
#D6E1DC
(214,225,220)
#C1CBC6
(193,203,198)
#ACB5B0
(172,181,176)
#979F9A
(151,159,154)
#828984
(130,137,132)
#6D736E
(109,115,110)
#585D58
(88,93,88)
#434742
(67,71,66)
#2E312C
(46,49,44)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBF7F2

#EBF7F2
(235,247,242)
#ECF7F3
(236,247,243)
#EDF7F4
(237,247,244)
#EEF7F5
(238,247,245)
#EFF7F6
(239,247,246)
#F0F7F7
(240,247,247)
#F1F7F8
(241,247,248)
#F2F7F9
(242,247,249)
#F3F7FA
(243,247,250)
#F4F7FB
(244,247,251)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7F2; }

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

This text font color is #EBF7F2.


Background Color

.myBgColor { background-color: #EBF7F2; }

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

This div background color is #EBF7F2.


Border color

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

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

This div border color is #EBF7F2.


Opacity

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

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

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

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

This text has shadow with #EBF7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7F2 on black background.


Color preview on white background

This text has color #EBF7F2 on white background.



Black color preview on #EBF7F2 background

This text has black color on #EBF7F2 background.


White color preview on #EBF7F2 background

This text has white color on #EBF7F2 background.