COLOR #EDECEA

HEX: #EDECEA RGB: (237,236,234)

Color info

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

RGB color model

#EDECEA color RGB value is (237,236,234).

RGB: (237,236,234) (93%, 93%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 234 of 255 = 92%

237
236
234

R + G + B ~ 93%. #EDECEA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 234 = 707 (100%)
R 237 of 707 ~ 33.52%
G 236 of 707 ~ 33.38%
B 234 of 707 ~ 33.1'%

%33.52
%33.38
%33.1

CMYK color model

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

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

CMYK: (0,0,1,7)
C0M0Y1K7 (0%, 0%, 1%, 7%)
(0.00 / 0.00 / 0.01 / 0.07)

CMYK percentages

%0
%0.42
%1.27
%7.06

Codes

Color #EDECEA in popluar color models

ED EC EA
RGB 237 236 234
HSL 40° 7.69% 92.35%
HSB/HSV 40° 1.27% 92.94%
CMYK 0.00% 0.42% 1.27%
7.06%

Color #EDECEA in popluar number systems.

HEX ED EC EA
Decimal 237 236 234
Binary 11101101 11101100 11101010
Octal 355 354 352

Shades and tints

Shades of #EDECEA

#EDECEA
(237,236,234)
#D8D7D5
(216,215,213)
#C3C2C0
(195,194,192)
#AEADAB
(174,173,171)
#999896
(153,152,150)
#848381
(132,131,129)
#6F6E6C
(111,110,108)
#5A5957
(90,89,87)
#454442
(69,68,66)
#302F2D
(48,47,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDECEA

#EDECEA
(237,236,234)
#EEEDEB
(238,237,235)
#EFEEEC
(239,238,236)
#F0EFED
(240,239,237)
#F1F0EE
(241,240,238)
#F2F1EF
(242,241,239)
#F3F2F0
(243,242,240)
#F4F3F1
(244,243,241)
#F5F4F2
(245,244,242)
#F6F5F3
(246,245,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECEA; }

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

This text font color is #EDECEA.

Background Color

.myBgColor { background-color: #EDECEA; }

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

This div background color is #EDECEA.

Border color

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

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

This div border color is #EDECEA.

Opacity

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

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

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

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

This text has shadow with #EDECEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECEA.

Preview

Color preview on black background

This text has color #EDECEA on black background.


Color preview on white background

This text has color #EDECEA on white background.


Black color preview on #EDECEA background

This text has black color on #EDECEA background.


White color preview on #EDECEA background

This text has white color on #EDECEA background.


Related colors

Complementary color

Complementary color for #hex is #121315.


I love getcolorcode.com

Triadic colors

1 #EAEDEC and #ECEAED with #EDECEA are triadic colors.

2 #EAECED and #ECEDEA with #EDECEA are triadic colors.