COLOR #EDC7DE

HEX: #EDC7DE
RGB: (237,199,222)

Renk bilgisi

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

RGB renk modeli

#EDC7DE color RGB value is (237,199,222).

  • kırmız ton 237;
  • yeşil ton 199;
  • mavi ton 222.
RGB:
(237,199,222)
(93%,78%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 199 of 255 = 78%
B 222 of 255 = 87%

237
199
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 199 + 222 = 658 (100%)
R 237 of 658 ~ 36.02%
G 199 of 658 ~ 30.24%
B 222 of 658 ~ 33.74%

%36.02
%30.24
%33.74

CMYK RENK MODELİ

#EDC7DE rengi CMYK tonu (0,16,6,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.03%
  • sarı tonu 6.33%
  • ana renk tonu 7.06%
CMYK:
(0,16,6,7)
C0M16Y6K7 
(0%,16%,6%,7%)
(0.00/0.16/0.06/0.07)	

CMYK yüzdeleri

%0
%16.03
%6.33
%7.06

Codes

Color #EDC7DE in popluar color models

EDC7DE
RGB237199222
HSL324°51.35%85.49%
HSB/HSV324°16.03%92.94%
CMYK0.00%16.03%6.33%
7.06%

Color #EDC7DE in popluar number systems.

HEXEDC7DE
Decimal237199222
Binary111011011100011111011110
Octal355307336

Shades and tints

Shades of #EDC7DE

#EDC7DE
(237,199,222)
#D8B5CA
(216,181,202)
#C3A3B6
(195,163,182)
#AE91A2
(174,145,162)
#997F8E
(153,127,142)
#846D7A
(132,109,122)
#6F5B66
(111,91,102)
#5A4952
(90,73,82)
#45373E
(69,55,62)
#30252A
(48,37,42)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #EDC7DE

#EDC7DE
(237,199,222)
#EECCE1
(238,204,225)
#EFD1E4
(239,209,228)
#F0D6E7
(240,214,231)
#F1DBEA
(241,219,234)
#F2E0ED
(242,224,237)
#F3E5F0
(243,229,240)
#F4EAF3
(244,234,243)
#F5EFF6
(245,239,246)
#F6F4F9
(246,244,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC7DE color. Also use rgb(237,199,222) instead hex code.

Text Font Color

.myTextColor { color: #EDC7DE; }

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

This text font color is #EDC7DE.


Background Color

.myBgColor { background-color: #EDC7DE; }

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

This div background color is #EDC7DE.


Border color

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

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

This div border color is #EDC7DE.


Opacity

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

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

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

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

This text has shadow with #EDC7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7DE on black background.


Color preview on white background

This text has color #EDC7DE on white background.



Black color preview on #EDC7DE background

This text has black color on #EDC7DE background.


White color preview on #EDC7DE background

This text has white color on #EDC7DE background.