COLOR #EDC2D6

HEX: #EDC2D6
RGB: (237,194,214)

Renk bilgisi

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

RGB renk modeli

#EDC2D6 color RGB value is (237,194,214).

  • kırmız ton 237;
  • yeşil ton 194;
  • mavi ton 214.
RGB:
(237,194,214)
(93%,76%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 194 of 255 = 76%
B 214 of 255 = 84%

237
194
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 194 + 214 = 645 (100%)
R 237 of 645 ~ 36.74%
G 194 of 645 ~ 30.08%
B 214 of 645 ~ 33.18%

%36.74
%30.08
%33.18

CMYK RENK MODELİ

#EDC2D6 rengi CMYK tonu (0,18,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.14%
  • sarı tonu 9.70%
  • ana renk tonu 7.06%
CMYK:
(0,18,10,7)
C0M18Y10K7 
(0%,18%,10%,7%)
(0.00/0.18/0.10/0.07)	

CMYK yüzdeleri

%0
%18.14
%9.7
%7.06

Codes

Color #EDC2D6 in popluar color models

EDC2D6
RGB237194214
HSL332°54.43%84.51%
HSB/HSV332°18.14%92.94%
CMYK0.00%18.14%9.70%
7.06%

Color #EDC2D6 in popluar number systems.

HEXEDC2D6
Decimal237194214
Binary111011011100001011010110
Octal355302326

Shades and tints

Shades of #EDC2D6

#EDC2D6
(237,194,214)
#D8B1C3
(216,177,195)
#C3A0B0
(195,160,176)
#AE8F9D
(174,143,157)
#997E8A
(153,126,138)
#846D77
(132,109,119)
#6F5C64
(111,92,100)
#5A4B51
(90,75,81)
#453A3E
(69,58,62)
#30292B
(48,41,43)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDC2D6

#EDC2D6
(237,194,214)
#EEC7D9
(238,199,217)
#EFCCDC
(239,204,220)
#F0D1DF
(240,209,223)
#F1D6E2
(241,214,226)
#F2DBE5
(242,219,229)
#F3E0E8
(243,224,232)
#F4E5EB
(244,229,235)
#F5EAEE
(245,234,238)
#F6EFF1
(246,239,241)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC2D6 color. Also use rgb(237,194,214) instead hex code.

Text Font Color

.myTextColor { color: #EDC2D6; }

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

This text font color is #EDC2D6.


Background Color

.myBgColor { background-color: #EDC2D6; }

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

This div background color is #EDC2D6.


Border color

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

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

This div border color is #EDC2D6.


Opacity

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

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

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

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

This text has shadow with #EDC2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2D6 on black background.


Color preview on white background

This text has color #EDC2D6 on white background.



Black color preview on #EDC2D6 background

This text has black color on #EDC2D6 background.


White color preview on #EDC2D6 background

This text has white color on #EDC2D6 background.