COLOR #EDC9DC

HEX: #EDC9DC
RGB: (237,201,220)

Renk bilgisi

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

RGB renk modeli

#EDC9DC color RGB value is (237,201,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 201 of 255 = 79%
B 220 of 255 = 86%

237
201
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 201 + 220 = 658 (100%)
R 237 of 658 ~ 36.02%
G 201 of 658 ~ 30.55%
B 220 of 658 ~ 33.43%

%36.02
%30.55
%33.43

CMYK RENK MODELİ

#EDC9DC rengi CMYK tonu (0,15,7,7).

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

CMYK yüzdeleri

%0
%15.19
%7.17
%7.06

Codes

Color #EDC9DC in popluar color models

EDC9DC
RGB237201220
HSL328°50.00%85.88%
HSB/HSV328°15.19%92.94%
CMYK0.00%15.19%7.17%
7.06%

Color #EDC9DC in popluar number systems.

HEXEDC9DC
Decimal237201220
Binary111011011100100111011100
Octal355311334

Shades and tints

Shades of #EDC9DC

#EDC9DC
(237,201,220)
#D8B7C8
(216,183,200)
#C3A5B4
(195,165,180)
#AE93A0
(174,147,160)
#99818C
(153,129,140)
#846F78
(132,111,120)
#6F5D64
(111,93,100)
#5A4B50
(90,75,80)
#45393C
(69,57,60)
#302728
(48,39,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDC9DC

#EDC9DC
(237,201,220)
#EECDDF
(238,205,223)
#EFD1E2
(239,209,226)
#F0D5E5
(240,213,229)
#F1D9E8
(241,217,232)
#F2DDEB
(242,221,235)
#F3E1EE
(243,225,238)
#F4E5F1
(244,229,241)
#F5E9F4
(245,233,244)
#F6EDF7
(246,237,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9DC; }

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

This text font color is #EDC9DC.


Background Color

.myBgColor { background-color: #EDC9DC; }

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

This div background color is #EDC9DC.


Border color

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

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

This div border color is #EDC9DC.


Opacity

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

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

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

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

This text has shadow with #EDC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9DC on black background.


Color preview on white background

This text has color #EDC9DC on white background.



Black color preview on #EDC9DC background

This text has black color on #EDC9DC background.


White color preview on #EDC9DC background

This text has white color on #EDC9DC background.