COLOR #EDCED5

HEX: #EDCED5
RGB: (237,206,213)

Color info

#EDCED5 contains red, green and blue colors in about the same proportion. Web safe color of #EDCED5 is #FFCCCC (or #FCC).

RGB color model

#EDCED5 color RGB value is (237,206,213).

  • red value is 237;
  • green value is 206;
  • blue value is 213.
RGB:
(237,206,213)
(93%,81%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 213 of 255 = 84%

237
206
213

R + G + B ~ 86%. #EDCED5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 213 = 656 (100%)
R 237 of 656 ~ 36.13%
G 206 of 656 ~ 31.4%
B 213 of 656 ~ 32.47%

%36.13
%31.4
%32.47

CMYK color model

#EDCED5 color CMYK value is (0,13,10,7).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,13,10,7)
C0M13Y10K7 
(0%,13%,10%,7%)
(0.00/0.13/0.10/0.07)	

CMYK percentages

%0
%13.08
%10.13
%7.06

Codes

Color #EDCED5 in popluar color models

EDCED5
RGB237206213
HSL346°46.27%86.86%
HSB/HSV346°13.08%92.94%
CMYK0.00%13.08%10.13%
7.06%

Color #EDCED5 in popluar number systems.

HEXEDCED5
Decimal237206213
Binary111011011100111011010101
Octal355316325

Shades and tints

Shades of #EDCED5

#EDCED5
(237,206,213)
#D8BCC2
(216,188,194)
#C3AAAF
(195,170,175)
#AE989C
(174,152,156)
#998689
(153,134,137)
#847476
(132,116,118)
#6F6263
(111,98,99)
#5A5050
(90,80,80)
#453E3D
(69,62,61)
#302C2A
(48,44,42)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDCED5

#EDCED5
(237,206,213)
#EED2D8
(238,210,216)
#EFD6DB
(239,214,219)
#F0DADE
(240,218,222)
#F1DEE1
(241,222,225)
#F2E2E4
(242,226,228)
#F3E6E7
(243,230,231)
#F4EAEA
(244,234,234)
#F5EEED
(245,238,237)
#F6F2F0
(246,242,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCED5 color. Also use rgb(237,206,213) instead hex code.

Text Font Color

.myTextColor { color: #EDCED5; }

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

This text font color is #EDCED5.


Background Color

.myBgColor { background-color: #EDCED5; }

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

This div background color is #EDCED5.


Border color

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

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

This div border color is #EDCED5.


Opacity

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

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

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

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

This text has shadow with #EDCED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCED5 on black background.


Color preview on white background

This text has color #EDCED5 on white background.



Black color preview on #EDCED5 background

This text has black color on #EDCED5 background.


White color preview on #EDCED5 background

This text has white color on #EDCED5 background.