COLOR #EDECE3

HEX: #EDECE3
RGB: (237,236,227)

Color info

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

RGB color model

#EDECE3 color RGB value is (237,236,227).

  • red value is 237;
  • green value is 236;
  • blue value is 227.
RGB:
(237,236,227)
(93%,93%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 227 of 255 = 89%

237
236
227

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 227 = 700 (100%)
R 237 of 700 ~ 33.86%
G 236 of 700 ~ 33.71%
B 227 of 700 ~ 32.43%

%33.86
%33.71
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,0,4,7)
C0M0Y4K7 
(0%,0%,4%,7%)
(0.00/0.00/0.04/0.07)	

CMYK percentages

%0
%0.42
%4.22
%7.06

Codes

Color #EDECE3 in popluar color models

EDECE3
RGB237236227
HSL54°21.74%90.98%
HSB/HSV54°4.22%92.94%
CMYK0.00%0.42%4.22%
7.06%

Color #EDECE3 in popluar number systems.

HEXEDECE3
Decimal237236227
Binary111011011110110011100011
Octal355354343

Shades and tints

Shades of #EDECE3

#EDECE3
(237,236,227)
#D8D7CF
(216,215,207)
#C3C2BB
(195,194,187)
#AEADA7
(174,173,167)
#999893
(153,152,147)
#84837F
(132,131,127)
#6F6E6B
(111,110,107)
#5A5957
(90,89,87)
#454443
(69,68,67)
#302F2F
(48,47,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #EDECE3

#EDECE3
(237,236,227)
#EEEDE5
(238,237,229)
#EFEEE7
(239,238,231)
#F0EFE9
(240,239,233)
#F1F0EB
(241,240,235)
#F2F1ED
(242,241,237)
#F3F2EF
(243,242,239)
#F4F3F1
(244,243,241)
#F5F4F3
(245,244,243)
#F6F5F5
(246,245,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECE3; }

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

This text font color is #EDECE3.


Background Color

.myBgColor { background-color: #EDECE3; }

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

This div background color is #EDECE3.


Border color

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

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

This div border color is #EDECE3.


Opacity

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

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

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

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

This text has shadow with #EDECE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECE3 on black background.


Color preview on white background

This text has color #EDECE3 on white background.



Black color preview on #EDECE3 background

This text has black color on #EDECE3 background.


White color preview on #EDECE3 background

This text has white color on #EDECE3 background.