COLOR #EDEAE7

HEX: #EDEAE7 RGB: (237,234,231)

Color info

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

RGB color model

#EDEAE7 color RGB value is (237,234,231).

RGB: (237,234,231) (93%, 92%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 231 of 255 = 91%

237
234
231

R + G + B ~ 92%. #EDEAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 234 + 231 = 702 (100%)
R 237 of 702 ~ 33.76%
G 234 of 702 ~ 33.33%
B 231 of 702 ~ 32.91'%

%33.76
%33.33
%32.91

CMYK color model

#EDEAE7 color CMYK value is (0,1,3,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 2.53%
  • key color value is 7.06%

CMYK: (0,1,3,7)
C0M1Y3K7 (0%, 1%, 3%, 7%)
(0.00 / 0.01 / 0.03 / 0.07)

CMYK percentages

%0
%1.27
%2.53
%7.06

Codes

Color #EDEAE7 in popluar color models

ED EA E7
RGB 237 234 231
HSL 30° 14.29% 91.76%
HSB/HSV 30° 2.53% 92.94%
CMYK 0.00% 1.27% 2.53%
7.06%

Color #EDEAE7 in popluar number systems.

HEX ED EA E7
Decimal 237 234 231
Binary 11101101 11101010 11100111
Octal 355 352 347

Shades and tints

Shades of #EDEAE7

#EDEAE7
(237,234,231)
#D8D5D2
(216,213,210)
#C3C0BD
(195,192,189)
#AEABA8
(174,171,168)
#999693
(153,150,147)
#84817E
(132,129,126)
#6F6C69
(111,108,105)
#5A5754
(90,87,84)
#45423F
(69,66,63)
#302D2A
(48,45,42)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDEAE7

#EDEAE7
(237,234,231)
#EEEBE9
(238,235,233)
#EFECEB
(239,236,235)
#F0EDED
(240,237,237)
#F1EEEF
(241,238,239)
#F2EFF1
(242,239,241)
#F3F0F3
(243,240,243)
#F4F1F5
(244,241,245)
#F5F2F7
(245,242,247)
#F6F3F9
(246,243,249)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAE7; }

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

This text font color is #EDEAE7.

Background Color

.myBgColor { background-color: #EDEAE7; }

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

This div background color is #EDEAE7.

Border color

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

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

This div border color is #EDEAE7.

Opacity

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

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

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

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

This text has shadow with #EDEAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEAE7.

Preview

Color preview on black background

This text has color #EDEAE7 on black background.


Color preview on white background

This text has color #EDEAE7 on white background.


Black color preview on #EDEAE7 background

This text has black color on #EDEAE7 background.


White color preview on #EDEAE7 background

This text has white color on #EDEAE7 background.


Related colors

Complementary color

Complementary color for #hex is #121518.


I love getcolorcode.com

Triadic colors

1 #E7EDEA and #EAE7ED with #EDEAE7 are triadic colors.

2 #E7EAED and #EAEDE7 with #EDEAE7 are triadic colors.