COLOR #EDF0E6

HEX: #EDF0E6 RGB: (237,240,230)

Color info

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

RGB color model

#EDF0E6 color RGB value is (237,240,230).

RGB: (237,240,230) (93%, 94%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 230 of 255 = 90%

237
240
230

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

Portions of RGB colors in percentages

R + G + B = 237 + 240 + 230 = 707 (100%)
R 237 of 707 ~ 33.52%
G 240 of 707 ~ 33.95%
B 230 of 707 ~ 32.53'%

%33.52
%33.95
%32.53

CMYK color model

#EDF0E6 color CMYK value is (1,0,4,6).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 5.88%

CMYK: (1,0,4,6)
C1M0Y4K6 (1%, 0%, 4%, 6%)
(0.01 / 0.00 / 0.04 / 0.06)

CMYK percentages

%1.25
%0
%4.17
%5.88

Codes

Color #EDF0E6 in popluar color models

ED F0 E6
RGB 237 240 230
HSL 78° 25.00% 92.16%
HSB/HSV 78° 4.17% 94.12%
CMYK 1.25% 0.00% 4.17%
5.88%

Color #EDF0E6 in popluar number systems.

HEX ED F0 E6
Decimal 237 240 230
Binary 11101101 11110000 11100110
Octal 355 360 346

Shades and tints

Shades of #EDF0E6

#EDF0E6
(237,240,230)
#D8DBD2
(216,219,210)
#C3C6BE
(195,198,190)
#AEB1AA
(174,177,170)
#999C96
(153,156,150)
#848782
(132,135,130)
#6F726E
(111,114,110)
#5A5D5A
(90,93,90)
#454846
(69,72,70)
#303332
(48,51,50)
#1B1E1E
(27,30,30)
#000000
(0,0,0)

Tints of #EDF0E6

#EDF0E6
(237,240,230)
#EEF1E8
(238,241,232)
#EFF2EA
(239,242,234)
#F0F3EC
(240,243,236)
#F1F4EE
(241,244,238)
#F2F5F0
(242,245,240)
#F3F6F2
(243,246,242)
#F4F7F4
(244,247,244)
#F5F8F6
(245,248,246)
#F6F9F8
(246,249,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0E6; }

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

This text font color is #EDF0E6.

Background Color

.myBgColor { background-color: #EDF0E6; }

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

This div background color is #EDF0E6.

Border color

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

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

This div border color is #EDF0E6.

Opacity

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

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

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

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

This text has shadow with #EDF0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF0E6.

Preview

Color preview on black background

This text has color #EDF0E6 on black background.


Color preview on white background

This text has color #EDF0E6 on white background.


Black color preview on #EDF0E6 background

This text has black color on #EDF0E6 background.


White color preview on #EDF0E6 background

This text has white color on #EDF0E6 background.


Related colors

Complementary color

Complementary color for #hex is #120F19.


I love getcolorcode.com

Triadic colors

1 #E6EDF0 and #F0E6ED with #EDF0E6 are triadic colors.

2 #E6F0ED and #F0EDE6 with #EDF0E6 are triadic colors.