COLOR #EBF4ED

HEX: #EBF4ED
RGB: (235,244,237)

Color info

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

RGB color model

#EBF4ED color RGB value is (235,244,237).

  • red value is 235;
  • green value is 244;
  • blue value is 237.
RGB:
(235,244,237)
(92%,96%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 244 of 255 = 96%
B 237 of 255 = 93%

235
244
237

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

Portions of RGB colors in percentages

R + G + B =
235 + 244 + 237 = 716 (100%)
R 235 of 716 ~ 32.82%
G 244 of 716 ~ 34.08%
B 237 of 716 ~ 33.1%

%32.82
%34.08
%33.1

CMYK color model

#EBF4ED color CMYK value is (4,0,3,4).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(4,0,3,4)
C4M0Y3K4 
(4%,0%,3%,4%)
(0.04/0.00/0.03/0.04)	

CMYK percentages

%3.69
%0
%2.87
%4.31

Codes

Color #EBF4ED in popluar color models

EBF4ED
RGB235244237
HSL133°29.03%93.92%
HSB/HSV133°3.69%95.69%
CMYK3.69%0.00%2.87%
4.31%

Color #EBF4ED in popluar number systems.

HEXEBF4ED
Decimal235244237
Binary111010111111010011101101
Octal353364355

Shades and tints

Shades of #EBF4ED

#EBF4ED
(235,244,237)
#D6DED8
(214,222,216)
#C1C8C3
(193,200,195)
#ACB2AE
(172,178,174)
#979C99
(151,156,153)
#828684
(130,134,132)
#6D706F
(109,112,111)
#585A5A
(88,90,90)
#434445
(67,68,69)
#2E2E30
(46,46,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #EBF4ED

#EBF4ED
(235,244,237)
#ECF5EE
(236,245,238)
#EDF6EF
(237,246,239)
#EEF7F0
(238,247,240)
#EFF8F1
(239,248,241)
#F0F9F2
(240,249,242)
#F1FAF3
(241,250,243)
#F2FBF4
(242,251,244)
#F3FCF5
(243,252,245)
#F4FDF6
(244,253,246)
#F5FEF7
(245,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF4ED color. Also use rgb(235,244,237) instead hex code.

Text Font Color

.myTextColor { color: #EBF4ED; }

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

This text font color is #EBF4ED.


Background Color

.myBgColor { background-color: #EBF4ED; }

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

This div background color is #EBF4ED.


Border color

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

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

This div border color is #EBF4ED.


Opacity

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

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

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

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

This text has shadow with #EBF4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF4ED on black background.


Color preview on white background

This text has color #EBF4ED on white background.



Black color preview on #EBF4ED background

This text has black color on #EBF4ED background.


White color preview on #EBF4ED background

This text has white color on #EBF4ED background.