COLOR #EDEFF2

HEX: #EDEFF2 RGB: (237,239,242)

Color info

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

RGB color model

#EDEFF2 color RGB value is (237,239,242).

RGB: (237,239,242) (93%, 94%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 242 of 255 = 95%

237
239
242

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

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 242 = 718 (100%)
R 237 of 718 ~ 33.01%
G 239 of 718 ~ 33.29%
B 242 of 718 ~ 33.7'%

%33.01
%33.29
%33.7

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (2,1,0,5) C2M1Y0K5 (2%,1%,0%,5%) (0.02/0.01/0.00/0.05) 

CMYK percentages

%2.07
%1.24
%0
%5.1

Codes

Color #EDEFF2 in popluar color models

ED EF F2
RGB 237 239 242
HSL 216° 16.13% 93.92%
HSB/HSV 216° 2.07% 94.90%
CMYK 2.07% 1.24% 0.00%
5.10%

Color #EDEFF2 in popluar number systems.

HEX ED EF F2
Decimal 237 239 242
Binary 11101101 11101111 11110010
Octal 355 357 362

Shades and tints

Shades of #EDEFF2

#EDEFF2
(237,239,242)
#D8DADC
(216,218,220)
#C3C5C6
(195,197,198)
#AEB0B0
(174,176,176)
#999B9A
(153,155,154)
#848684
(132,134,132)
#6F716E
(111,113,110)
#5A5C58
(90,92,88)
#454742
(69,71,66)
#30322C
(48,50,44)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #EDEFF2

#EDEFF2
(237,239,242)
#EEF0F3
(238,240,243)
#EFF1F4
(239,241,244)
#F0F2F5
(240,242,245)
#F1F3F6
(241,243,246)
#F2F4F7
(242,244,247)
#F3F5F8
(243,245,248)
#F4F6F9
(244,246,249)
#F5F7FA
(245,247,250)
#F6F8FB
(246,248,251)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFF2; }

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

This text font color is #EDEFF2.

Background Color

.myBgColor { background-color: #EDEFF2; }

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

This div background color is #EDEFF2.

Border color

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

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

This div border color is #EDEFF2.

Opacity

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

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

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

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

This text has shadow with #EDEFF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFF2.

Preview

Color preview on black background

This text has color #EDEFF2 on black background.


Color preview on white background

This text has color #EDEFF2 on white background.


Black color preview on #EDEFF2 background

This text has black color on #EDEFF2 background.


White color preview on #EDEFF2 background

This text has white color on #EDEFF2 background.


Related colors

Complementary color

Complementary color for #hex is #12100D.


I love getcolorcode.com

Triadic colors

1 #F2EDEF and #EFF2ED with #EDEFF2 are triadic colors.

2 #F2EFED and #EFEDF2 with #EDEFF2 are triadic colors.