COLOR #EDF1D2

HEX: #EDF1D2 RGB: (237,241,210)

Color info

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

RGB color model

#EDF1D2 color RGB value is (237,241,210).

RGB: (237,241,210) (93%, 95%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 210 of 255 = 82%

237
241
210

R + G + B ~ 90%. #EDF1D2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 241 + 210 = 688 (100%)
R 237 of 688 ~ 34.45%
G 241 of 688 ~ 35.03%
B 210 of 688 ~ 30.52'%

%34.45
%35.03
%30.52

CMYK color model

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

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 5.49%

CMYK: (2,0,13,5)
C2M0Y13K5 (2%, 0%, 13%, 5%)
(0.02 / 0.00 / 0.13 / 0.05)

CMYK percentages

%1.66
%0
%12.86
%5.49

Codes

Color #EDF1D2 in popluar color models

ED F1 D2
RGB 237 241 210
HSL 68° 52.54% 88.43%
HSB/HSV 68° 12.86% 94.51%
CMYK 1.66% 0.00% 12.86%
5.49%

Color #EDF1D2 in popluar number systems.

HEX ED F1 D2
Decimal 237 241 210
Binary 11101101 11110001 11010010
Octal 355 361 322

Shades and tints

Shades of #EDF1D2

#EDF1D2
(237,241,210)
#D8DCBF
(216,220,191)
#C3C7AC
(195,199,172)
#AEB299
(174,178,153)
#999D86
(153,157,134)
#848873
(132,136,115)
#6F7360
(111,115,96)
#5A5E4D
(90,94,77)
#45493A
(69,73,58)
#303427
(48,52,39)
#1B1F14
(27,31,20)
#000000
(0,0,0)

Tints of #EDF1D2

#EDF1D2
(237,241,210)
#EEF2D6
(238,242,214)
#EFF3DA
(239,243,218)
#F0F4DE
(240,244,222)
#F1F5E2
(241,245,226)
#F2F6E6
(242,246,230)
#F3F7EA
(243,247,234)
#F4F8EE
(244,248,238)
#F5F9F2
(245,249,242)
#F6FAF6
(246,250,246)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF1D2; }

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

This text font color is #EDF1D2.

Background Color

.myBgColor { background-color: #EDF1D2; }

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

This div background color is #EDF1D2.

Border color

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

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

This div border color is #EDF1D2.

Opacity

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

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

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

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

This text has shadow with #EDF1D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF1D2.

Preview

Color preview on black background

This text has color #EDF1D2 on black background.


Color preview on white background

This text has color #EDF1D2 on white background.


Black color preview on #EDF1D2 background

This text has black color on #EDF1D2 background.


White color preview on #EDF1D2 background

This text has white color on #EDF1D2 background.


Related colors

Complementary color

Complementary color for #hex is #120E2D.


I love getcolorcode.com

Triadic colors

1 #D2EDF1 and #F1D2ED with #EDF1D2 are triadic colors.

2 #D2F1ED and #F1EDD2 with #EDF1D2 are triadic colors.