COLOR #EDEAE8

HEX: #EDEAE8
RGB: (237,234,232)

Color info

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

RGB color model

#EDEAE8 color RGB value is (237,234,232).

  • red value is 237;
  • green value is 234;
  • blue value is 232.
RGB:
(237,234,232)
(93%,92%,91%)

RGB channels and saturation

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

237
234
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 232 = 703 (100%)
R 237 of 703 ~ 33.71%
G 234 of 703 ~ 33.29%
B 232 of 703 ~ 33%

%33.71
%33.29
%33

CMYK color model

#EDEAE8 color CMYK value is (0,1,2,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,1,2,7)
C0M1Y2K7 
(0%,1%,2%,7%)
(0.00/0.01/0.02/0.07)	

CMYK percentages

%0
%1.27
%2.11
%7.06

Codes

Color #EDEAE8 in popluar color models

EDEAE8
RGB237234232
HSL24°12.20%91.96%
HSB/HSV24°2.11%92.94%
CMYK0.00%1.27%2.11%
7.06%

Color #EDEAE8 in popluar number systems.

HEXEDEAE8
Decimal237234232
Binary111011011110101011101000
Octal355352350

Shades and tints

Shades of #EDEAE8

#EDEAE8
(237,234,232)
#D8D5D3
(216,213,211)
#C3C0BE
(195,192,190)
#AEABA9
(174,171,169)
#999694
(153,150,148)
#84817F
(132,129,127)
#6F6C6A
(111,108,106)
#5A5755
(90,87,85)
#454240
(69,66,64)
#302D2B
(48,45,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDEAE8

#EDEAE8
(237,234,232)
#EEEBEA
(238,235,234)
#EFECEC
(239,236,236)
#F0EDEE
(240,237,238)
#F1EEF0
(241,238,240)
#F2EFF2
(242,239,242)
#F3F0F4
(243,240,244)
#F4F1F6
(244,241,246)
#F5F2F8
(245,242,248)
#F6F3FA
(246,243,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAE8; }

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

This text font color is #EDEAE8.


Background Color

.myBgColor { background-color: #EDEAE8; }

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

This div background color is #EDEAE8.


Border color

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

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

This div border color is #EDEAE8.


Opacity

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

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

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

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

This text has shadow with #EDEAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAE8 on black background.


Color preview on white background

This text has color #EDEAE8 on white background.



Black color preview on #EDEAE8 background

This text has black color on #EDEAE8 background.


White color preview on #EDEAE8 background

This text has white color on #EDEAE8 background.