COLOR #EDF3DD

HEX: #EDF3DD
RGB: (237,243,221)

Color info

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

RGB color model

#EDF3DD color RGB value is (237,243,221).

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

RGB channels and saturation

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

237
243
221

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

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 221 = 701 (100%)
R 237 of 701 ~ 33.81%
G 243 of 701 ~ 34.66%
B 221 of 701 ~ 31.53%

%33.81
%34.66
%31.53

CMYK color model

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

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(2,0,9,5)
C2M0Y9K5 
(2%,0%,9%,5%)
(0.02/0.00/0.09/0.05)	

CMYK percentages

%2.47
%0
%9.05
%4.71

Codes

Color #EDF3DD in popluar color models

EDF3DD
RGB237243221
HSL76°47.83%90.98%
HSB/HSV76°9.05%95.29%
CMYK2.47%0.00%9.05%
4.71%

Color #EDF3DD in popluar number systems.

HEXEDF3DD
Decimal237243221
Binary111011011111001111011101
Octal355363335

Shades and tints

Shades of #EDF3DD

#EDF3DD
(237,243,221)
#D8DDC9
(216,221,201)
#C3C7B5
(195,199,181)
#AEB1A1
(174,177,161)
#999B8D
(153,155,141)
#848579
(132,133,121)
#6F6F65
(111,111,101)
#5A5951
(90,89,81)
#45433D
(69,67,61)
#302D29
(48,45,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDF3DD

#EDF3DD
(237,243,221)
#EEF4E0
(238,244,224)
#EFF5E3
(239,245,227)
#F0F6E6
(240,246,230)
#F1F7E9
(241,247,233)
#F2F8EC
(242,248,236)
#F3F9EF
(243,249,239)
#F4FAF2
(244,250,242)
#F5FBF5
(245,251,245)
#F6FCF8
(246,252,248)
#F7FDFB
(247,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3DD; }

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

This text font color is #EDF3DD.


Background Color

.myBgColor { background-color: #EDF3DD; }

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

This div background color is #EDF3DD.


Border color

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

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

This div border color is #EDF3DD.


Opacity

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

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

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

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

This text has shadow with #EDF3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3DD on black background.


Color preview on white background

This text has color #EDF3DD on white background.



Black color preview on #EDF3DD background

This text has black color on #EDF3DD background.


White color preview on #EDF3DD background

This text has white color on #EDF3DD background.