COLOR #EBF5E4

HEX: #EBF5E4
RGB: (235,245,228)

Color info

#EBF5E4 contains red, green and blue colors in about the same proportion. Web safe color of #EBF5E4 is #FFFFCC (or #FFC).

RGB color model

#EBF5E4 color RGB value is (235,245,228).

  • red value is 235;
  • green value is 245;
  • blue value is 228.
RGB:
(235,245,228)
(92%,96%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 228 of 255 = 89%

235
245
228

R + G + B ~ 92%. #EBF5E4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 228 = 708 (100%)
R 235 of 708 ~ 33.19%
G 245 of 708 ~ 34.6%
B 228 of 708 ~ 32.2%

%33.19
%34.6
%32.2

CMYK color model

#EBF5E4 color CMYK value is (4,0,7,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(4,0,7,4)
C4M0Y7K4 
(4%,0%,7%,4%)
(0.04/0.00/0.07/0.04)	

CMYK percentages

%4.08
%0
%6.94
%3.92

Codes

Color #EBF5E4 in popluar color models

EBF5E4
RGB235245228
HSL95°45.95%92.75%
HSB/HSV95°6.94%96.08%
CMYK4.08%0.00%6.94%
3.92%

Color #EBF5E4 in popluar number systems.

HEXEBF5E4
Decimal235245228
Binary111010111111010111100100
Octal353365344

Shades and tints

Shades of #EBF5E4

#EBF5E4
(235,245,228)
#D6DFD0
(214,223,208)
#C1C9BC
(193,201,188)
#ACB3A8
(172,179,168)
#979D94
(151,157,148)
#828780
(130,135,128)
#6D716C
(109,113,108)
#585B58
(88,91,88)
#434544
(67,69,68)
#2E2F30
(46,47,48)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBF5E4

#EBF5E4
(235,245,228)
#ECF5E6
(236,245,230)
#EDF5E8
(237,245,232)
#EEF5EA
(238,245,234)
#EFF5EC
(239,245,236)
#F0F5EE
(240,245,238)
#F1F5F0
(241,245,240)
#F2F5F2
(242,245,242)
#F3F5F4
(243,245,244)
#F4F5F6
(244,245,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF5E4 color. Also use rgb(235,245,228) instead hex code.

Text Font Color

.myTextColor { color: #EBF5E4; }

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

This text font color is #EBF5E4.


Background Color

.myBgColor { background-color: #EBF5E4; }

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

This div background color is #EBF5E4.


Border color

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

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

This div border color is #EBF5E4.


Opacity

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

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

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

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

This text has shadow with #EBF5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5E4 on black background.


Color preview on white background

This text has color #EBF5E4 on white background.



Black color preview on #EBF5E4 background

This text has black color on #EBF5E4 background.


White color preview on #EBF5E4 background

This text has white color on #EBF5E4 background.