COLOR #EDF3ED

HEX: #EDF3ED RGB: (237,243,237)

Color info

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

RGB color model

#EDF3ED color RGB value is (237,243,237).

RGB: (237,243,237) (93%, 95%, 93%)

RGB channels and saturation

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

237
243
237

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

Portions of RGB colors in percentages

R + G + B = 237 + 243 + 237 = 717 (100%)
R 237 of 717 ~ 33.05%
G 243 of 717 ~ 33.89%
B 237 of 717 ~ 33.05'%

%33.05
%33.89
%33.05

CMYK color model

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

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%

CMYK: (2,0,2,5)
C2M0Y2K5 (2%, 0%, 2%, 5%)
(0.02 / 0.00 / 0.02 / 0.05)

CMYK percentages

%2.47
%0
%2.47
%4.71

Codes

Color #EDF3ED in popluar color models

ED F3 ED
RGB 237 243 237
HSL 120° 20.00% 94.12%
HSB/HSV 120° 2.47% 95.29%
CMYK 2.47% 0.00% 2.47%
4.71%

Color #EDF3ED in popluar number systems.

HEX ED F3 ED
Decimal 237 243 237
Binary 11101101 11110011 11101101
Octal 355 363 355

Shades and tints

Shades of #EDF3ED

#EDF3ED
(237,243,237)
#D8DDD8
(216,221,216)
#C3C7C3
(195,199,195)
#AEB1AE
(174,177,174)
#999B99
(153,155,153)
#848584
(132,133,132)
#6F6F6F
(111,111,111)
#5A595A
(90,89,90)
#454345
(69,67,69)
#302D30
(48,45,48)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDF3ED

#EDF3ED
(237,243,237)
#EEF4EE
(238,244,238)
#EFF5EF
(239,245,239)
#F0F6F0
(240,246,240)
#F1F7F1
(241,247,241)
#F2F8F2
(242,248,242)
#F3F9F3
(243,249,243)
#F4FAF4
(244,250,244)
#F5FBF5
(245,251,245)
#F6FCF6
(246,252,246)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3ED; }

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

This text font color is #EDF3ED.

Background Color

.myBgColor { background-color: #EDF3ED; }

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

This div background color is #EDF3ED.

Border color

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

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

This div border color is #EDF3ED.

Opacity

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

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

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

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

This text has shadow with #EDF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF3ED.

Preview

Color preview on black background

This text has color #EDF3ED on black background.


Color preview on white background

This text has color #EDF3ED on white background.


Black color preview on #EDF3ED background

This text has black color on #EDF3ED background.


White color preview on #EDF3ED background

This text has white color on #EDF3ED background.


Related colors

Complementary color

Complementary color for #hex is #120C12.


I love getcolorcode.com

Triadic colors

1 #EDEDF3 and #F3EDED with #EDF3ED are triadic colors.

2 #EDF3ED and #F3EDED with #EDF3ED are triadic colors.