COLOR #EDC7E1

HEX: #EDC7E1
RGB: (237,199,225)

Renk bilgisi

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

RGB renk modeli

#EDC7E1 color RGB value is (237,199,225).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 199 of 255 = 78%
B 225 of 255 = 88%

237
199
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 199 + 225 = 661 (100%)
R 237 of 661 ~ 35.85%
G 199 of 661 ~ 30.11%
B 225 of 661 ~ 34.04%

%35.85
%30.11
%34.04

CMYK RENK MODELİ

#EDC7E1 rengi CMYK tonu (0,16,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.03%
  • sarı tonu 5.06%
  • ana renk tonu 7.06%
CMYK:
(0,16,5,7)
C0M16Y5K7 
(0%,16%,5%,7%)
(0.00/0.16/0.05/0.07)	

CMYK yüzdeleri

%0
%16.03
%5.06
%7.06

Codes

Color #EDC7E1 in popluar color models

EDC7E1
RGB237199225
HSL319°51.35%85.49%
HSB/HSV319°16.03%92.94%
CMYK0.00%16.03%5.06%
7.06%

Color #EDC7E1 in popluar number systems.

HEXEDC7E1
Decimal237199225
Binary111011011100011111100001
Octal355307341

Shades and tints

Shades of #EDC7E1

#EDC7E1
(237,199,225)
#D8B5CD
(216,181,205)
#C3A3B9
(195,163,185)
#AE91A5
(174,145,165)
#997F91
(153,127,145)
#846D7D
(132,109,125)
#6F5B69
(111,91,105)
#5A4955
(90,73,85)
#453741
(69,55,65)
#30252D
(48,37,45)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDC7E1

#EDC7E1
(237,199,225)
#EECCE3
(238,204,227)
#EFD1E5
(239,209,229)
#F0D6E7
(240,214,231)
#F1DBE9
(241,219,233)
#F2E0EB
(242,224,235)
#F3E5ED
(243,229,237)
#F4EAEF
(244,234,239)
#F5EFF1
(245,239,241)
#F6F4F3
(246,244,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7E1; }

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

This text font color is #EDC7E1.


Background Color

.myBgColor { background-color: #EDC7E1; }

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

This div background color is #EDC7E1.


Border color

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

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

This div border color is #EDC7E1.


Opacity

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

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

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

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

This text has shadow with #EDC7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7E1 on black background.


Color preview on white background

This text has color #EDC7E1 on white background.



Black color preview on #EDC7E1 background

This text has black color on #EDC7E1 background.


White color preview on #EDC7E1 background

This text has white color on #EDC7E1 background.