COLOR #EDCED6

HEX: #EDCED6
RGB: (237,206,214)

Color info

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

RGB color model

#EDCED6 color RGB value is (237,206,214).

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

RGB channels and saturation

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

237
206
214

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 214 = 657 (100%)
R 237 of 657 ~ 36.07%
G 206 of 657 ~ 31.35%
B 214 of 657 ~ 32.57%

%36.07
%31.35
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 9.70%
  • 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
%9.7
%7.06

Codes

Color #EDCED6 in popluar color models

EDCED6
RGB237206214
HSL345°46.27%86.86%
HSB/HSV345°13.08%92.94%
CMYK0.00%13.08%9.70%
7.06%

Color #EDCED6 in popluar number systems.

HEXEDCED6
Decimal237206214
Binary111011011100111011010110
Octal355316326

Shades and tints

Shades of #EDCED6

#EDCED6
(237,206,214)
#D8BCC3
(216,188,195)
#C3AAB0
(195,170,176)
#AE989D
(174,152,157)
#99868A
(153,134,138)
#847477
(132,116,119)
#6F6264
(111,98,100)
#5A5051
(90,80,81)
#453E3E
(69,62,62)
#302C2B
(48,44,43)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDCED6

#EDCED6
(237,206,214)
#EED2D9
(238,210,217)
#EFD6DC
(239,214,220)
#F0DADF
(240,218,223)
#F1DEE2
(241,222,226)
#F2E2E5
(242,226,229)
#F3E6E8
(243,230,232)
#F4EAEB
(244,234,235)
#F5EEEE
(245,238,238)
#F6F2F1
(246,242,241)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCED6; }

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

This text font color is #EDCED6.


Background Color

.myBgColor { background-color: #EDCED6; }

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

This div background color is #EDCED6.


Border color

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

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

This div border color is #EDCED6.


Opacity

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

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

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

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

This text has shadow with #EDCED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCED6 on black background.


Color preview on white background

This text has color #EDCED6 on white background.



Black color preview on #EDCED6 background

This text has black color on #EDCED6 background.


White color preview on #EDCED6 background

This text has white color on #EDCED6 background.