COLOR #EDC8DC

HEX: #EDC8DC
RGB: (237,200,220)

Renk bilgisi

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

RGB renk modeli

#EDC8DC color RGB value is (237,200,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 220 of 255 = 86%

237
200
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 220 = 657 (100%)
R 237 of 657 ~ 36.07%
G 200 of 657 ~ 30.44%
B 220 of 657 ~ 33.49%

%36.07
%30.44
%33.49

CMYK RENK MODELİ

#EDC8DC rengi CMYK tonu (0,16,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.61%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,16,7,7)
C0M16Y7K7 
(0%,16%,7%,7%)
(0.00/0.16/0.07/0.07)	

CMYK yüzdeleri

%0
%15.61
%7.17
%7.06

Codes

Color #EDC8DC in popluar color models

EDC8DC
RGB237200220
HSL328°50.68%85.69%
HSB/HSV328°15.61%92.94%
CMYK0.00%15.61%7.17%
7.06%

Color #EDC8DC in popluar number systems.

HEXEDC8DC
Decimal237200220
Binary111011011100100011011100
Octal355310334

Shades and tints

Shades of #EDC8DC

#EDC8DC
(237,200,220)
#D8B6C8
(216,182,200)
#C3A4B4
(195,164,180)
#AE92A0
(174,146,160)
#99808C
(153,128,140)
#846E78
(132,110,120)
#6F5C64
(111,92,100)
#5A4A50
(90,74,80)
#45383C
(69,56,60)
#302628
(48,38,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDC8DC

#EDC8DC
(237,200,220)
#EECDDF
(238,205,223)
#EFD2E2
(239,210,226)
#F0D7E5
(240,215,229)
#F1DCE8
(241,220,232)
#F2E1EB
(242,225,235)
#F3E6EE
(243,230,238)
#F4EBF1
(244,235,241)
#F5F0F4
(245,240,244)
#F6F5F7
(246,245,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8DC; }

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

This text font color is #EDC8DC.


Background Color

.myBgColor { background-color: #EDC8DC; }

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

This div background color is #EDC8DC.


Border color

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

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

This div border color is #EDC8DC.


Opacity

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

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

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

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

This text has shadow with #EDC8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8DC on black background.


Color preview on white background

This text has color #EDC8DC on white background.



Black color preview on #EDC8DC background

This text has black color on #EDC8DC background.


White color preview on #EDC8DC background

This text has white color on #EDC8DC background.