COLOR #EDEAE3

HEX: #EDEAE3 RGB: (237,234,227)

Color info

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

RGB color model

#EDEAE3 color RGB value is (237,234,227).

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

RGB channels and saturation

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

237
234
227

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

Portions of RGB colors in percentages

R + G + B = 237 + 234 + 227 = 698 (100%)
R 237 of 698 ~ 33.95%
G 234 of 698 ~ 33.52%
B 227 of 698 ~ 32.52'%

%33.95
%33.52
%32.52

CMYK color model

#EDEAE3 color CMYK value is (0,1,4,7).

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

CMYK: (0,1,4,7)
C0M1Y4K7 (0%, 1%, 4%, 7%)
(0.00 / 0.01 / 0.04 / 0.07)

CMYK percentages

%0
%1.27
%4.22
%7.06

Codes

Color #EDEAE3 in popluar color models

ED EA E3
RGB 237 234 227
HSL 42° 21.74% 90.98%
HSB/HSV 42° 4.22% 92.94%
CMYK 0.00% 1.27% 4.22%
7.06%

Color #EDEAE3 in popluar number systems.

HEX ED EA E3
Decimal 237 234 227
Binary 11101101 11101010 11100011
Octal 355 352 343

Shades and tints

Shades of #EDEAE3

#EDEAE3
(237,234,227)
#D8D5CF
(216,213,207)
#C3C0BB
(195,192,187)
#AEABA7
(174,171,167)
#999693
(153,150,147)
#84817F
(132,129,127)
#6F6C6B
(111,108,107)
#5A5757
(90,87,87)
#454243
(69,66,67)
#302D2F
(48,45,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDEAE3

#EDEAE3
(237,234,227)
#EEEBE5
(238,235,229)
#EFECE7
(239,236,231)
#F0EDE9
(240,237,233)
#F1EEEB
(241,238,235)
#F2EFED
(242,239,237)
#F3F0EF
(243,240,239)
#F4F1F1
(244,241,241)
#F5F2F3
(245,242,243)
#F6F3F5
(246,243,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAE3; }

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

This text font color is #EDEAE3.

Background Color

.myBgColor { background-color: #EDEAE3; }

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

This div background color is #EDEAE3.

Border color

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

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

This div border color is #EDEAE3.

Opacity

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

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

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

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

This text has shadow with #EDEAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEAE3.

Preview

Color preview on black background

This text has color #EDEAE3 on black background.


Color preview on white background

This text has color #EDEAE3 on white background.


Black color preview on #EDEAE3 background

This text has black color on #EDEAE3 background.


White color preview on #EDEAE3 background

This text has white color on #EDEAE3 background.


Related colors

Complementary color

Complementary color for #hex is #12151C.


I love getcolorcode.com

Triadic colors

1 #E3EDEA and #EAE3ED with #EDEAE3 are triadic colors.

2 #E3EAED and #EAEDE3 with #EDEAE3 are triadic colors.