COLOR #EDC1CD

HEX: #EDC1CD
RGB: (237,193,205)

Color info

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

RGB color model

#EDC1CD color RGB value is (237,193,205).

  • red value is 237;
  • green value is 193;
  • blue value is 205.
RGB: (237,193,205) (93%,76%,80%)

RGB channels and saturation

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

237
193
205

R + G + B ~ 83%. #EDC1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 205 = 635 (100%)
R 237 of 635 ~ 37.32%
G 193 of 635 ~ 30.39%
B 205 of 635 ~ 32.28%

%37.32
%30.39
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK: (0,19,14,7) C0M19Y14K7 (0%,19%,14%,7%) (0.00/0.19/0.14/0.07)

CMYK percentages

%0
%18.57
%13.5
%7.06

Codes

Color #EDC1CD in popluar color models

EDC1CD
RGB237193205
HSL344°55.00%84.31%
HSB/HSV344°18.57%92.94%
CMYK0.00%18.57%13.50%
7.06%

Color #EDC1CD in popluar number systems.

HEXEDC1CD
Decimal237193205
Binary111011011100000111001101
Octal355301315

Shades and tints

Shades of #EDC1CD

#EDC1CD
(237,193,205)
#D8B0BB
(216,176,187)
#C39FA9
(195,159,169)
#AE8E97
(174,142,151)
#997D85
(153,125,133)
#846C73
(132,108,115)
#6F5B61
(111,91,97)
#5A4A4F
(90,74,79)
#45393D
(69,57,61)
#30282B
(48,40,43)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDC1CD

#EDC1CD
(237,193,205)
#EEC6D1
(238,198,209)
#EFCBD5
(239,203,213)
#F0D0D9
(240,208,217)
#F1D5DD
(241,213,221)
#F2DAE1
(242,218,225)
#F3DFE5
(243,223,229)
#F4E4E9
(244,228,233)
#F5E9ED
(245,233,237)
#F6EEF1
(246,238,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC1CD; }

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

This text font color is #EDC1CD.


Background Color

.myBgColor { background-color: #EDC1CD; }

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

This div background color is #EDC1CD.


Border color

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

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

This div border color is #EDC1CD.


Opacity

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

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

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

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

This text has shadow with #EDC1CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDC1CD on black background.


Color preview on white background

This text has color #EDC1CD on white background.



Black color preview on #EDC1CD background

This text has black color on #EDC1CD background.


White color preview on #EDC1CD background

This text has white color on #EDC1CD background.