COLOR #EBF5E0

HEX: #EBF5E0
RGB: (235,245,224)

Color info

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

RGB color model

#EBF5E0 color RGB value is (235,245,224).

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

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 224 of 255 = 88%

235
245
224

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

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 224 = 704 (100%)
R 235 of 704 ~ 33.38%
G 245 of 704 ~ 34.8%
B 224 of 704 ~ 31.82%

%33.38
%34.8
%31.82

CMYK color model

#EBF5E0 color CMYK value is (4,0,9,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 3.92%
CMYK:
(4,0,9,4)
C4M0Y9K4 
(4%,0%,9%,4%)
(0.04/0.00/0.09/0.04)	

CMYK percentages

%4.08
%0
%8.57
%3.92

Codes

Color #EBF5E0 in popluar color models

EBF5E0
RGB235245224
HSL89°51.22%91.96%
HSB/HSV89°8.57%96.08%
CMYK4.08%0.00%8.57%
3.92%

Color #EBF5E0 in popluar number systems.

HEXEBF5E0
Decimal235245224
Binary111010111111010111100000
Octal353365340

Shades and tints

Shades of #EBF5E0

#EBF5E0
(235,245,224)
#D6DFCC
(214,223,204)
#C1C9B8
(193,201,184)
#ACB3A4
(172,179,164)
#979D90
(151,157,144)
#82877C
(130,135,124)
#6D7168
(109,113,104)
#585B54
(88,91,84)
#434540
(67,69,64)
#2E2F2C
(46,47,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBF5E0

#EBF5E0
(235,245,224)
#ECF5E2
(236,245,226)
#EDF5E4
(237,245,228)
#EEF5E6
(238,245,230)
#EFF5E8
(239,245,232)
#F0F5EA
(240,245,234)
#F1F5EC
(241,245,236)
#F2F5EE
(242,245,238)
#F3F5F0
(243,245,240)
#F4F5F2
(244,245,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5E0; }

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

This text font color is #EBF5E0.


Background Color

.myBgColor { background-color: #EBF5E0; }

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

This div background color is #EBF5E0.


Border color

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

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

This div border color is #EBF5E0.


Opacity

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

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

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

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

This text has shadow with #EBF5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5E0 on black background.


Color preview on white background

This text has color #EBF5E0 on white background.



Black color preview on #EBF5E0 background

This text has black color on #EBF5E0 background.


White color preview on #EBF5E0 background

This text has white color on #EBF5E0 background.