COLOR #EDCDCD

HEX: #EDCDCD RGB: (237,205,205)

Color info

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

RGB color model

#EDCDCD color RGB value is (237,205,205).

RGB: (237,205,205) (93%, 80%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 205 of 255 = 80%

237
205
205

R + G + B ~ 84%. #EDCDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 205 = 647 (100%)
R 237 of 647 ~ 36.63%
G 205 of 647 ~ 31.68%
B 205 of 647 ~ 31.68'%

%36.63
%31.68
%31.68

CMYK color model

#EDCDCD color CMYK value is (0,14,14,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (0,14,14,7)
C0M14Y14K7 (0%, 14%, 14%, 7%)
(0.00 / 0.14 / 0.14 / 0.07)

CMYK percentages

%0
%13.5
%13.5
%7.06

Codes

Color #EDCDCD in popluar color models

ED CD CD
RGB 237 205 205
HSL 47.06% 86.67%
HSB/HSV 13.50% 92.94%
CMYK 0.00% 13.50% 13.50%
7.06%

Color #EDCDCD in popluar number systems.

HEX ED CD CD
Decimal 237 205 205
Binary 11101101 11001101 11001101
Octal 355 315 315

Shades and tints

Shades of #EDCDCD

#EDCDCD
(237,205,205)
#D8BBBB
(216,187,187)
#C3A9A9
(195,169,169)
#AE9797
(174,151,151)
#998585
(153,133,133)
#847373
(132,115,115)
#6F6161
(111,97,97)
#5A4F4F
(90,79,79)
#453D3D
(69,61,61)
#302B2B
(48,43,43)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDCDCD

#EDCDCD
(237,205,205)
#EED1D1
(238,209,209)
#EFD5D5
(239,213,213)
#F0D9D9
(240,217,217)
#F1DDDD
(241,221,221)
#F2E1E1
(242,225,225)
#F3E5E5
(243,229,229)
#F4E9E9
(244,233,233)
#F5EDED
(245,237,237)
#F6F1F1
(246,241,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDCD; }

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

This text font color is #EDCDCD.

Background Color

.myBgColor { background-color: #EDCDCD; }

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

This div background color is #EDCDCD.

Border color

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

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

This div border color is #EDCDCD.

Opacity

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

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

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

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

This text has shadow with #EDCDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDCD.

Preview

Color preview on black background

This text has color #EDCDCD on black background.


Color preview on white background

This text has color #EDCDCD on white background.


Black color preview on #EDCDCD background

This text has black color on #EDCDCD background.


White color preview on #EDCDCD background

This text has white color on #EDCDCD background.


Related colors

Complementary color

Complementary color for #hex is #123232.


I love getcolorcode.com