COLOR #EDC9CD

HEX: #EDC9CD
RGB: (237,201,205)

Renk bilgisi

#EDC9CD contains red, green and blue colors in about the same proportion. #EDC9CD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDC9CD color RGB value is (237,201,205).

  • kırmız ton 237;
  • yeşil ton 201;
  • mavi ton 205.
RGB:
(237,201,205)
(93%,79%,80%)

RGB bağlantıları ve doygunluk

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

237
201
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 201 + 205 = 643 (100%)
R 237 of 643 ~ 36.86%
G 201 of 643 ~ 31.26%
B 205 of 643 ~ 31.88%

%36.86
%31.26
%31.88

CMYK RENK MODELİ

#EDC9CD rengi CMYK tonu (0,15,14,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.19%
  • sarı tonu 13.50%
  • ana renk tonu 7.06%
CMYK:
(0,15,14,7)
C0M15Y14K7 
(0%,15%,14%,7%)
(0.00/0.15/0.14/0.07)	

CMYK yüzdeleri

%0
%15.19
%13.5
%7.06

Codes

Color #EDC9CD in popluar color models

EDC9CD
RGB237201205
HSL353°50.00%85.88%
HSB/HSV353°15.19%92.94%
CMYK0.00%15.19%13.50%
7.06%

Color #EDC9CD in popluar number systems.

HEXEDC9CD
Decimal237201205
Binary111011011100100111001101
Octal355311315

Shades and tints

Shades of #EDC9CD

#EDC9CD
(237,201,205)
#D8B7BB
(216,183,187)
#C3A5A9
(195,165,169)
#AE9397
(174,147,151)
#998185
(153,129,133)
#846F73
(132,111,115)
#6F5D61
(111,93,97)
#5A4B4F
(90,75,79)
#45393D
(69,57,61)
#30272B
(48,39,43)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDC9CD

#EDC9CD
(237,201,205)
#EECDD1
(238,205,209)
#EFD1D5
(239,209,213)
#F0D5D9
(240,213,217)
#F1D9DD
(241,217,221)
#F2DDE1
(242,221,225)
#F3E1E5
(243,225,229)
#F4E5E9
(244,229,233)
#F5E9ED
(245,233,237)
#F6EDF1
(246,237,241)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9CD; }

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

This text font color is #EDC9CD.


Background Color

.myBgColor { background-color: #EDC9CD; }

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

This div background color is #EDC9CD.


Border color

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

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

This div border color is #EDC9CD.


Opacity

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

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

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

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

This text has shadow with #EDC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9CD on black background.


Color preview on white background

This text has color #EDC9CD on white background.



Black color preview on #EDC9CD background

This text has black color on #EDC9CD background.


White color preview on #EDC9CD background

This text has white color on #EDC9CD background.