COLOR #EDF3EB

HEX: #EDF3EB
RGB: (237,243,235)

Color info

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

RGB color model

#EDF3EB color RGB value is (237,243,235).

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

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 235 of 255 = 92%

237
243
235

R + G + B ~ 93%. #EDF3EB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 235 = 715 (100%)
R 237 of 715 ~ 33.15%
G 243 of 715 ~ 33.99%
B 235 of 715 ~ 32.87%

%33.15
%33.99
%32.87

CMYK color model

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

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK:
(2,0,3,5)
C2M0Y3K5 
(2%,0%,3%,5%)
(0.02/0.00/0.03/0.05)	

CMYK percentages

%2.47
%0
%3.29
%4.71

Codes

Color #EDF3EB in popluar color models

EDF3EB
RGB237243235
HSL105°25.00%93.73%
HSB/HSV105°3.29%95.29%
CMYK2.47%0.00%3.29%
4.71%

Color #EDF3EB in popluar number systems.

HEXEDF3EB
Decimal237243235
Binary111011011111001111101011
Octal355363353

Shades and tints

Shades of #EDF3EB

#EDF3EB
(237,243,235)
#D8DDD6
(216,221,214)
#C3C7C1
(195,199,193)
#AEB1AC
(174,177,172)
#999B97
(153,155,151)
#848582
(132,133,130)
#6F6F6D
(111,111,109)
#5A5958
(90,89,88)
#454343
(69,67,67)
#302D2E
(48,45,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDF3EB

#EDF3EB
(237,243,235)
#EEF4EC
(238,244,236)
#EFF5ED
(239,245,237)
#F0F6EE
(240,246,238)
#F1F7EF
(241,247,239)
#F2F8F0
(242,248,240)
#F3F9F1
(243,249,241)
#F4FAF2
(244,250,242)
#F5FBF3
(245,251,243)
#F6FCF4
(246,252,244)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3EB; }

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

This text font color is #EDF3EB.


Background Color

.myBgColor { background-color: #EDF3EB; }

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

This div background color is #EDF3EB.


Border color

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

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

This div border color is #EDF3EB.


Opacity

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

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

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

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

This text has shadow with #EDF3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3EB on black background.


Color preview on white background

This text has color #EDF3EB on white background.



Black color preview on #EDF3EB background

This text has black color on #EDF3EB background.


White color preview on #EDF3EB background

This text has white color on #EDF3EB background.