COLOR #EDEEF1

HEX: #EDEEF1 RGB: (237,238,241)

Color info

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

RGB color model

#EDEEF1 color RGB value is (237,238,241).

RGB: (237,238,241) (93%, 93%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 241 of 255 = 95%

237
238
241

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 241 = 716 (100%)
R 237 of 716 ~ 33.1%
G 238 of 716 ~ 33.24%
B 241 of 716 ~ 33.66'%

%33.1
%33.24
%33.66

CMYK color model

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

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

CMYK: (2,1,0,5)
C2M1Y0K5 (2%, 1%, 0%, 5%)
(0.02 / 0.01 / 0.00 / 0.05)

CMYK percentages

%1.66
%1.24
%0
%5.49

Codes

Color #EDEEF1 in popluar color models

ED EE F1
RGB 237 238 241
HSL 225° 12.50% 93.73%
HSB/HSV 225° 1.66% 94.51%
CMYK 1.66% 1.24% 0.00%
5.49%

Color #EDEEF1 in popluar number systems.

HEX ED EE F1
Decimal 237 238 241
Binary 11101101 11101110 11110001
Octal 355 356 361

Shades and tints

Shades of #EDEEF1

#EDEEF1
(237,238,241)
#D8D9DC
(216,217,220)
#C3C4C7
(195,196,199)
#AEAFB2
(174,175,178)
#999A9D
(153,154,157)
#848588
(132,133,136)
#6F7073
(111,112,115)
#5A5B5E
(90,91,94)
#454649
(69,70,73)
#303134
(48,49,52)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #EDEEF1

#EDEEF1
(237,238,241)
#EEEFF2
(238,239,242)
#EFF0F3
(239,240,243)
#F0F1F4
(240,241,244)
#F1F2F5
(241,242,245)
#F2F3F6
(242,243,246)
#F3F4F7
(243,244,247)
#F4F5F8
(244,245,248)
#F5F6F9
(245,246,249)
#F6F7FA
(246,247,250)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEF1; }

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

This text font color is #EDEEF1.

Background Color

.myBgColor { background-color: #EDEEF1; }

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

This div background color is #EDEEF1.

Border color

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

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

This div border color is #EDEEF1.

Opacity

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

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

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

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

This text has shadow with #EDEEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEF1.

Preview

Color preview on black background

This text has color #EDEEF1 on black background.


Color preview on white background

This text has color #EDEEF1 on white background.


Black color preview on #EDEEF1 background

This text has black color on #EDEEF1 background.


White color preview on #EDEEF1 background

This text has white color on #EDEEF1 background.


Related colors

Complementary color

Complementary color for #hex is #12110E.


I love getcolorcode.com

Triadic colors

1 #F1EDEE and #EEF1ED with #EDEEF1 are triadic colors.

2 #F1EEED and #EEEDF1 with #EDEEF1 are triadic colors.