COLOR #EDC9CF

HEX: #EDC9CF
RGB: (237,201,207)

Renk bilgisi

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

RGB renk modeli

#EDC9CF color RGB value is (237,201,207).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 201 of 255 = 79%
B 207 of 255 = 81%

237
201
207

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 201 + 207 = 645 (100%)
R 237 of 645 ~ 36.74%
G 201 of 645 ~ 31.16%
B 207 of 645 ~ 32.09%

%36.74
%31.16
%32.09

CMYK RENK MODELİ

#EDC9CF rengi CMYK tonu (0,15,13,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.19%
  • sarı tonu 12.66%
  • ana renk tonu 7.06%
CMYK:
(0,15,13,7)
C0M15Y13K7 
(0%,15%,13%,7%)
(0.00/0.15/0.13/0.07)	

CMYK yüzdeleri

%0
%15.19
%12.66
%7.06

Codes

Color #EDC9CF in popluar color models

EDC9CF
RGB237201207
HSL350°50.00%85.88%
HSB/HSV350°15.19%92.94%
CMYK0.00%15.19%12.66%
7.06%

Color #EDC9CF in popluar number systems.

HEXEDC9CF
Decimal237201207
Binary111011011100100111001111
Octal355311317

Shades and tints

Shades of #EDC9CF

#EDC9CF
(237,201,207)
#D8B7BD
(216,183,189)
#C3A5AB
(195,165,171)
#AE9399
(174,147,153)
#998187
(153,129,135)
#846F75
(132,111,117)
#6F5D63
(111,93,99)
#5A4B51
(90,75,81)
#45393F
(69,57,63)
#30272D
(48,39,45)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDC9CF

#EDC9CF
(237,201,207)
#EECDD3
(238,205,211)
#EFD1D7
(239,209,215)
#F0D5DB
(240,213,219)
#F1D9DF
(241,217,223)
#F2DDE3
(242,221,227)
#F3E1E7
(243,225,231)
#F4E5EB
(244,229,235)
#F5E9EF
(245,233,239)
#F6EDF3
(246,237,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9CF; }

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

This text font color is #EDC9CF.


Background Color

.myBgColor { background-color: #EDC9CF; }

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

This div background color is #EDC9CF.


Border color

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

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

This div border color is #EDC9CF.


Opacity

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

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

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

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

This text has shadow with #EDC9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9CF on black background.


Color preview on white background

This text has color #EDC9CF on white background.



Black color preview on #EDC9CF background

This text has black color on #EDC9CF background.


White color preview on #EDC9CF background

This text has white color on #EDC9CF background.