COLOR #EDEEF4

HEX: #EDEEF4
RGB: (237,238,244)

Color info

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

RGB color model

#EDEEF4 color RGB value is (237,238,244).

  • red value is 237;
  • green value is 238;
  • blue value is 244.
RGB:
(237,238,244)
(93%,93%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 244 of 255 = 96%

237
238
244

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 244 = 719 (100%)
R 237 of 719 ~ 32.96%
G 238 of 719 ~ 33.1%
B 244 of 719 ~ 33.94%

%32.96
%33.1
%33.94

CMYK color model

#EDEEF4 color CMYK value is (3,2,0,4).

  • cyan value is 2.87%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(3,2,0,4)
C3M2Y0K4 
(3%,2%,0%,4%)
(0.03/0.02/0.00/0.04)	

CMYK percentages

%2.87
%2.46
%0
%4.31

Codes

Color #EDEEF4 in popluar color models

EDEEF4
RGB237238244
HSL231°24.14%94.31%
HSB/HSV231°2.87%95.69%
CMYK2.87%2.46%0.00%
4.31%

Color #EDEEF4 in popluar number systems.

HEXEDEEF4
Decimal237238244
Binary111011011110111011110100
Octal355356364

Shades and tints

Shades of #EDEEF4

#EDEEF4
(237,238,244)
#D8D9DE
(216,217,222)
#C3C4C8
(195,196,200)
#AEAFB2
(174,175,178)
#999A9C
(153,154,156)
#848586
(132,133,134)
#6F7070
(111,112,112)
#5A5B5A
(90,91,90)
#454644
(69,70,68)
#30312E
(48,49,46)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDEEF4

#EDEEF4
(237,238,244)
#EEEFF5
(238,239,245)
#EFF0F6
(239,240,246)
#F0F1F7
(240,241,247)
#F1F2F8
(241,242,248)
#F2F3F9
(242,243,249)
#F3F4FA
(243,244,250)
#F4F5FB
(244,245,251)
#F5F6FC
(245,246,252)
#F6F7FD
(246,247,253)
#F7F8FE
(247,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEF4; }

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

This text font color is #EDEEF4.


Background Color

.myBgColor { background-color: #EDEEF4; }

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

This div background color is #EDEEF4.


Border color

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

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

This div border color is #EDEEF4.


Opacity

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

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

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

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

This text has shadow with #EDEEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEF4 on black background.


Color preview on white background

This text has color #EDEEF4 on white background.



Black color preview on #EDEEF4 background

This text has black color on #EDEEF4 background.


White color preview on #EDEEF4 background

This text has white color on #EDEEF4 background.