COLOR #EDEAE6

HEX: #EDEAE6
RGB: (237,234,230)

Color info

#EDEAE6 contains red, green and blue colors in about the same proportion. Web safe color of #EDEAE6 is #FFFFCC (or #FFC).

RGB color model

#EDEAE6 color RGB value is (237,234,230).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 230 of 255 = 90%

237
234
230

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 230 = 701 (100%)
R 237 of 701 ~ 33.81%
G 234 of 701 ~ 33.38%
B 230 of 701 ~ 32.81%

%33.81
%33.38
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 2.95%
  • 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.95
%7.06

Codes

Color #EDEAE6 in popluar color models

EDEAE6
RGB237234230
HSL34°16.28%91.57%
HSB/HSV34°2.95%92.94%
CMYK0.00%1.27%2.95%
7.06%

Color #EDEAE6 in popluar number systems.

HEXEDEAE6
Decimal237234230
Binary111011011110101011100110
Octal355352346

Shades and tints

Shades of #EDEAE6

#EDEAE6
(237,234,230)
#D8D5D2
(216,213,210)
#C3C0BE
(195,192,190)
#AEABAA
(174,171,170)
#999696
(153,150,150)
#848182
(132,129,130)
#6F6C6E
(111,108,110)
#5A575A
(90,87,90)
#454246
(69,66,70)
#302D32
(48,45,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDEAE6

#EDEAE6
(237,234,230)
#EEEBE8
(238,235,232)
#EFECEA
(239,236,234)
#F0EDEC
(240,237,236)
#F1EEEE
(241,238,238)
#F2EFF0
(242,239,240)
#F3F0F2
(243,240,242)
#F4F1F4
(244,241,244)
#F5F2F6
(245,242,246)
#F6F3F8
(246,243,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAE6; }

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

This text font color is #EDEAE6.


Background Color

.myBgColor { background-color: #EDEAE6; }

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

This div background color is #EDEAE6.


Border color

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

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

This div border color is #EDEAE6.


Opacity

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

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

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

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

This text has shadow with #EDEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAE6 on black background.


Color preview on white background

This text has color #EDEAE6 on white background.



Black color preview on #EDEAE6 background

This text has black color on #EDEAE6 background.


White color preview on #EDEAE6 background

This text has white color on #EDEAE6 background.