COLOR #EFEDF7

HEX: #EFEDF7 RGB: (239,237,247)

Color info

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

RGB color model

#EFEDF7 color RGB value is (239,237,247).

RGB: (239,237,247) (94%, 93%, 97%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 247 of 255 = 97%

239
237
247

R + G + B ~ 95%. #EFEDF7 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 247 = 723 (100%)
R 239 of 723 ~ 33.06%
G 237 of 723 ~ 32.78%
B 247 of 723 ~ 34.16'%

%33.06
%32.78
%34.16

CMYK color model

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

  • cyan value is 3.24%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (3,4,0,3)
C3M4Y0K3 (3%, 4%, 0%, 3%)
(0.03 / 0.04 / 0.00 / 0.03)

CMYK percentages

%3.24
%4.05
%0
%3.14

Codes

Color #EFEDF7 in popluar color models

EF ED F7
RGB 239 237 247
HSL 252° 38.46% 94.90%
HSB/HSV 252° 4.05% 96.86%
CMYK 3.24% 4.05% 0.00%
3.14%

Color #EFEDF7 in popluar number systems.

HEX EF ED F7
Decimal 239 237 247
Binary 11101111 11101101 11110111
Octal 357 355 367

Shades and tints

Shades of #EFEDF7

#EFEDF7
(239,237,247)
#DAD8E1
(218,216,225)
#C5C3CB
(197,195,203)
#B0AEB5
(176,174,181)
#9B999F
(155,153,159)
#868489
(134,132,137)
#716F73
(113,111,115)
#5C5A5D
(92,90,93)
#474547
(71,69,71)
#323031
(50,48,49)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFEDF7

#EFEDF7
(239,237,247)
#F0EEF7
(240,238,247)
#F1EFF7
(241,239,247)
#F2F0F7
(242,240,247)
#F3F1F7
(243,241,247)
#F4F2F7
(244,242,247)
#F5F3F7
(245,243,247)
#F6F4F7
(246,244,247)
#F7F5F7
(247,245,247)
#F8F6F7
(248,246,247)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDF7; }

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

This text font color is #EFEDF7.

Background Color

.myBgColor { background-color: #EFEDF7; }

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

This div background color is #EFEDF7.

Border color

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

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

This div border color is #EFEDF7.

Opacity

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

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

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

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

This text has shadow with #EFEDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDF7.

Preview

Color preview on black background

This text has color #EFEDF7 on black background.


Color preview on white background

This text has color #EFEDF7 on white background.


Black color preview on #EFEDF7 background

This text has black color on #EFEDF7 background.


White color preview on #EFEDF7 background

This text has white color on #EFEDF7 background.


Related colors

Complementary color

Complementary color for #hex is #101208.


I love getcolorcode.com

Triadic colors

1 #F7EFED and #EDF7EF with #EFEDF7 are triadic colors.

2 #F7EDEF and #EDEFF7 with #EFEDF7 are triadic colors.