COLOR #EDEDF1

HEX: #EDEDF1
RGB: (237,237,241)

Color info

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

RGB color model

#EDEDF1 color RGB value is (237,237,241).

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

RGB channels and saturation

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

237
237
241

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 241 = 715 (100%)
R 237 of 715 ~ 33.15%
G 237 of 715 ~ 33.15%
B 241 of 715 ~ 33.71%

%33.15
%33.15
%33.71

CMYK color model

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

  • cyan value is 1.66%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,2,0,5)
C2M2Y0K5 
(2%,2%,0%,5%)
(0.02/0.02/0.00/0.05)	

CMYK percentages

%1.66
%1.66
%0
%5.49

Codes

Color #EDEDF1 in popluar color models

EDEDF1
RGB237237241
HSL240°12.50%93.73%
HSB/HSV240°1.66%94.51%
CMYK1.66%1.66%0.00%
5.49%

Color #EDEDF1 in popluar number systems.

HEXEDEDF1
Decimal237237241
Binary111011011110110111110001
Octal355355361

Shades and tints

Shades of #EDEDF1

#EDEDF1
(237,237,241)
#D8D8DC
(216,216,220)
#C3C3C7
(195,195,199)
#AEAEB2
(174,174,178)
#99999D
(153,153,157)
#848488
(132,132,136)
#6F6F73
(111,111,115)
#5A5A5E
(90,90,94)
#454549
(69,69,73)
#303034
(48,48,52)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #EDEDF1

#EDEDF1
(237,237,241)
#EEEEF2
(238,238,242)
#EFEFF3
(239,239,243)
#F0F0F4
(240,240,244)
#F1F1F5
(241,241,245)
#F2F2F6
(242,242,246)
#F3F3F7
(243,243,247)
#F4F4F8
(244,244,248)
#F5F5F9
(245,245,249)
#F6F6FA
(246,246,250)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDF1; }

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

This text font color is #EDEDF1.


Background Color

.myBgColor { background-color: #EDEDF1; }

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

This div background color is #EDEDF1.


Border color

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

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

This div border color is #EDEDF1.


Opacity

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

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

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

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

This text has shadow with #EDEDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDF1 on black background.


Color preview on white background

This text has color #EDEDF1 on white background.



Black color preview on #EDEDF1 background

This text has black color on #EDEDF1 background.


White color preview on #EDEDF1 background

This text has white color on #EDEDF1 background.