COLOR #EDF5EB

HEX: #EDF5EB
RGB: (237,245,235)

Color info

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

RGB color model

#EDF5EB color RGB value is (237,245,235).

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

RGB channels and saturation

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

237
245
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 235 = 717 (100%)
R 237 of 717 ~ 33.05%
G 245 of 717 ~ 34.17%
B 235 of 717 ~ 32.78%

%33.05
%34.17
%32.78

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(3,0,4,4)
C3M0Y4K4 
(3%,0%,4%,4%)
(0.03/0.00/0.04/0.04)	

CMYK percentages

%3.27
%0
%4.08
%3.92

Codes

Color #EDF5EB in popluar color models

EDF5EB
RGB237245235
HSL108°33.33%94.12%
HSB/HSV108°4.08%96.08%
CMYK3.27%0.00%4.08%
3.92%

Color #EDF5EB in popluar number systems.

HEXEDF5EB
Decimal237245235
Binary111011011111010111101011
Octal355365353

Shades and tints

Shades of #EDF5EB

#EDF5EB
(237,245,235)
#D8DFD6
(216,223,214)
#C3C9C1
(195,201,193)
#AEB3AC
(174,179,172)
#999D97
(153,157,151)
#848782
(132,135,130)
#6F716D
(111,113,109)
#5A5B58
(90,91,88)
#454543
(69,69,67)
#302F2E
(48,47,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDF5EB

#EDF5EB
(237,245,235)
#EEF5EC
(238,245,236)
#EFF5ED
(239,245,237)
#F0F5EE
(240,245,238)
#F1F5EF
(241,245,239)
#F2F5F0
(242,245,240)
#F3F5F1
(243,245,241)
#F4F5F2
(244,245,242)
#F5F5F3
(245,245,243)
#F6F5F4
(246,245,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5EB; }

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

This text font color is #EDF5EB.


Background Color

.myBgColor { background-color: #EDF5EB; }

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

This div background color is #EDF5EB.


Border color

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

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

This div border color is #EDF5EB.


Opacity

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

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

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

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

This text has shadow with #EDF5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5EB on black background.


Color preview on white background

This text has color #EDF5EB on white background.



Black color preview on #EDF5EB background

This text has black color on #EDF5EB background.


White color preview on #EDF5EB background

This text has white color on #EDF5EB background.