COLOR #EDEFE7

HEX: #EDEFE7
RGB: (237,239,231)

Color info

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

RGB color model

#EDEFE7 color RGB value is (237,239,231).

  • red value is 237;
  • green value is 239;
  • blue value is 231.
RGB:
(237,239,231)
(93%,94%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 231 of 255 = 91%

237
239
231

R + G + B ~ 93%. #EDEFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 231 = 707 (100%)
R 237 of 707 ~ 33.52%
G 239 of 707 ~ 33.8%
B 231 of 707 ~ 32.67%

%33.52
%33.8
%32.67

CMYK color model

#EDEFE7 color CMYK value is (1,0,3,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(1,0,3,6)
C1M0Y3K6 
(1%,0%,3%,6%)
(0.01/0.00/0.03/0.06)	

CMYK percentages

%0.84
%0
%3.35
%6.27

Codes

Color #EDEFE7 in popluar color models

EDEFE7
RGB237239231
HSL75°20.00%92.16%
HSB/HSV75°3.35%93.73%
CMYK0.84%0.00%3.35%
6.27%

Color #EDEFE7 in popluar number systems.

HEXEDEFE7
Decimal237239231
Binary111011011110111111100111
Octal355357347

Shades and tints

Shades of #EDEFE7

#EDEFE7
(237,239,231)
#D8DAD2
(216,218,210)
#C3C5BD
(195,197,189)
#AEB0A8
(174,176,168)
#999B93
(153,155,147)
#84867E
(132,134,126)
#6F7169
(111,113,105)
#5A5C54
(90,92,84)
#45473F
(69,71,63)
#30322A
(48,50,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #EDEFE7

#EDEFE7
(237,239,231)
#EEF0E9
(238,240,233)
#EFF1EB
(239,241,235)
#F0F2ED
(240,242,237)
#F1F3EF
(241,243,239)
#F2F4F1
(242,244,241)
#F3F5F3
(243,245,243)
#F4F6F5
(244,246,245)
#F5F7F7
(245,247,247)
#F6F8F9
(246,248,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFE7; }

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

This text font color is #EDEFE7.


Background Color

.myBgColor { background-color: #EDEFE7; }

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

This div background color is #EDEFE7.


Border color

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

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

This div border color is #EDEFE7.


Opacity

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

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

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

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

This text has shadow with #EDEFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFE7 on black background.


Color preview on white background

This text has color #EDEFE7 on white background.



Black color preview on #EDEFE7 background

This text has black color on #EDEFE7 background.


White color preview on #EDEFE7 background

This text has white color on #EDEFE7 background.