COLOR #EDC4DC

HEX: #EDC4DC
RGB: (237,196,220)

Renk bilgisi

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

RGB renk modeli

#EDC4DC color RGB value is (237,196,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 220 of 255 = 86%

237
196
220

R + G + B ~ 85%. #EDC4DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 220 = 653 (100%)
R 237 of 653 ~ 36.29%
G 196 of 653 ~ 30.02%
B 220 of 653 ~ 33.69%

%36.29
%30.02
%33.69

CMYK RENK MODELİ

#EDC4DC rengi CMYK tonu (0,17,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,17,7,7)
C0M17Y7K7 
(0%,17%,7%,7%)
(0.00/0.17/0.07/0.07)	

CMYK yüzdeleri

%0
%17.3
%7.17
%7.06

Codes

Color #EDC4DC in popluar color models

EDC4DC
RGB237196220
HSL325°53.25%84.90%
HSB/HSV325°17.30%92.94%
CMYK0.00%17.30%7.17%
7.06%

Color #EDC4DC in popluar number systems.

HEXEDC4DC
Decimal237196220
Binary111011011100010011011100
Octal355304334

Shades and tints

Shades of #EDC4DC

#EDC4DC
(237,196,220)
#D8B3C8
(216,179,200)
#C3A2B4
(195,162,180)
#AE91A0
(174,145,160)
#99808C
(153,128,140)
#846F78
(132,111,120)
#6F5E64
(111,94,100)
#5A4D50
(90,77,80)
#453C3C
(69,60,60)
#302B28
(48,43,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDC4DC

#EDC4DC
(237,196,220)
#EEC9DF
(238,201,223)
#EFCEE2
(239,206,226)
#F0D3E5
(240,211,229)
#F1D8E8
(241,216,232)
#F2DDEB
(242,221,235)
#F3E2EE
(243,226,238)
#F4E7F1
(244,231,241)
#F5ECF4
(245,236,244)
#F6F1F7
(246,241,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4DC; }

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

This text font color is #EDC4DC.


Background Color

.myBgColor { background-color: #EDC4DC; }

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

This div background color is #EDC4DC.


Border color

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

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

This div border color is #EDC4DC.


Opacity

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

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

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

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

This text has shadow with #EDC4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4DC on black background.


Color preview on white background

This text has color #EDC4DC on white background.



Black color preview on #EDC4DC background

This text has black color on #EDC4DC background.


White color preview on #EDC4DC background

This text has white color on #EDC4DC background.