COLOR #EDEAE2

HEX: #EDEAE2 RGB: (237,234,226)

Color info

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

RGB color model

#EDEAE2 color RGB value is (237,234,226).

RGB: (237,234,226) (93%, 92%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 226 of 255 = 89%

237
234
226

R + G + B ~ 91%. #EDEAE2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 234 + 226 = 697 (100%)
R 237 of 697 ~ 34%
G 234 of 697 ~ 33.57%
B 226 of 697 ~ 32.42'%

%34
%33.57
%32.42

CMYK color model

#EDEAE2 color CMYK value is (0,1,5,7).

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

CMYK: (0,1,5,7)
C0M1Y5K7 (0%, 1%, 5%, 7%)
(0.00 / 0.01 / 0.05 / 0.07)

CMYK percentages

%0
%1.27
%4.64
%7.06

Codes

Color #EDEAE2 in popluar color models

ED EA E2
RGB 237 234 226
HSL 44° 23.40% 90.78%
HSB/HSV 44° 4.64% 92.94%
CMYK 0.00% 1.27% 4.64%
7.06%

Color #EDEAE2 in popluar number systems.

HEX ED EA E2
Decimal 237 234 226
Binary 11101101 11101010 11100010
Octal 355 352 342

Shades and tints

Shades of #EDEAE2

#EDEAE2
(237,234,226)
#D8D5CE
(216,213,206)
#C3C0BA
(195,192,186)
#AEABA6
(174,171,166)
#999692
(153,150,146)
#84817E
(132,129,126)
#6F6C6A
(111,108,106)
#5A5756
(90,87,86)
#454242
(69,66,66)
#302D2E
(48,45,46)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDEAE2

#EDEAE2
(237,234,226)
#EEEBE4
(238,235,228)
#EFECE6
(239,236,230)
#F0EDE8
(240,237,232)
#F1EEEA
(241,238,234)
#F2EFEC
(242,239,236)
#F3F0EE
(243,240,238)
#F4F1F0
(244,241,240)
#F5F2F2
(245,242,242)
#F6F3F4
(246,243,244)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAE2; }

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

This text font color is #EDEAE2.

Background Color

.myBgColor { background-color: #EDEAE2; }

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

This div background color is #EDEAE2.

Border color

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

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

This div border color is #EDEAE2.

Opacity

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

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

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

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

This text has shadow with #EDEAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEAE2.

Preview

Color preview on black background

This text has color #EDEAE2 on black background.


Color preview on white background

This text has color #EDEAE2 on white background.


Black color preview on #EDEAE2 background

This text has black color on #EDEAE2 background.


White color preview on #EDEAE2 background

This text has white color on #EDEAE2 background.


Related colors

Complementary color

Complementary color for #hex is #12151D.


I love getcolorcode.com

Triadic colors

1 #E2EDEA and #EAE2ED with #EDEAE2 are triadic colors.

2 #E2EAED and #EAEDE2 with #EDEAE2 are triadic colors.