COLOR #EDC2C6

HEX: #EDC2C6
RGB: (237,194,198)

Renk bilgisi

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

RGB renk modeli

#EDC2C6 color RGB value is (237,194,198).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 194 of 255 = 76%
B 198 of 255 = 78%

237
194
198

R + G + B ~ 82%. #EDC2C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 194 + 198 = 629 (100%)
R 237 of 629 ~ 37.68%
G 194 of 629 ~ 30.84%
B 198 of 629 ~ 31.48%

%37.68
%30.84
%31.48

CMYK RENK MODELİ

#EDC2C6 rengi CMYK tonu (0,18,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.14%
  • sarı tonu 16.46%
  • ana renk tonu 7.06%
CMYK:
(0,18,16,7)
C0M18Y16K7 
(0%,18%,16%,7%)
(0.00/0.18/0.16/0.07)	

CMYK yüzdeleri

%0
%18.14
%16.46
%7.06

Codes

Color #EDC2C6 in popluar color models

EDC2C6
RGB237194198
HSL354°54.43%84.51%
HSB/HSV354°18.14%92.94%
CMYK0.00%18.14%16.46%
7.06%

Color #EDC2C6 in popluar number systems.

HEXEDC2C6
Decimal237194198
Binary111011011100001011000110
Octal355302306

Shades and tints

Shades of #EDC2C6

#EDC2C6
(237,194,198)
#D8B1B4
(216,177,180)
#C3A0A2
(195,160,162)
#AE8F90
(174,143,144)
#997E7E
(153,126,126)
#846D6C
(132,109,108)
#6F5C5A
(111,92,90)
#5A4B48
(90,75,72)
#453A36
(69,58,54)
#302924
(48,41,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDC2C6

#EDC2C6
(237,194,198)
#EEC7CB
(238,199,203)
#EFCCD0
(239,204,208)
#F0D1D5
(240,209,213)
#F1D6DA
(241,214,218)
#F2DBDF
(242,219,223)
#F3E0E4
(243,224,228)
#F4E5E9
(244,229,233)
#F5EAEE
(245,234,238)
#F6EFF3
(246,239,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2C6; }

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

This text font color is #EDC2C6.


Background Color

.myBgColor { background-color: #EDC2C6; }

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

This div background color is #EDC2C6.


Border color

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

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

This div border color is #EDC2C6.


Opacity

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

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

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

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

This text has shadow with #EDC2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2C6 on black background.


Color preview on white background

This text has color #EDC2C6 on white background.



Black color preview on #EDC2C6 background

This text has black color on #EDC2C6 background.


White color preview on #EDC2C6 background

This text has white color on #EDC2C6 background.