COLOR #EDC2E5

HEX: #EDC2E5
RGB: (237,194,229)

Renk bilgisi

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

RGB renk modeli

#EDC2E5 color RGB value is (237,194,229).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 194 of 255 = 76%
B 229 of 255 = 90%

237
194
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 194 + 229 = 660 (100%)
R 237 of 660 ~ 35.91%
G 194 of 660 ~ 29.39%
B 229 of 660 ~ 34.7%

%35.91
%29.39
%34.7

CMYK RENK MODELİ

#EDC2E5 rengi CMYK tonu (0,18,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.14%
  • sarı tonu 3.38%
  • ana renk tonu 7.06%
CMYK:
(0,18,3,7)
C0M18Y3K7 
(0%,18%,3%,7%)
(0.00/0.18/0.03/0.07)	

CMYK yüzdeleri

%0
%18.14
%3.38
%7.06

Codes

Color #EDC2E5 in popluar color models

EDC2E5
RGB237194229
HSL311°54.43%84.51%
HSB/HSV311°18.14%92.94%
CMYK0.00%18.14%3.38%
7.06%

Color #EDC2E5 in popluar number systems.

HEXEDC2E5
Decimal237194229
Binary111011011100001011100101
Octal355302345

Shades and tints

Shades of #EDC2E5

#EDC2E5
(237,194,229)
#D8B1D1
(216,177,209)
#C3A0BD
(195,160,189)
#AE8FA9
(174,143,169)
#997E95
(153,126,149)
#846D81
(132,109,129)
#6F5C6D
(111,92,109)
#5A4B59
(90,75,89)
#453A45
(69,58,69)
#302931
(48,41,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDC2E5

#EDC2E5
(237,194,229)
#EEC7E7
(238,199,231)
#EFCCE9
(239,204,233)
#F0D1EB
(240,209,235)
#F1D6ED
(241,214,237)
#F2DBEF
(242,219,239)
#F3E0F1
(243,224,241)
#F4E5F3
(244,229,243)
#F5EAF5
(245,234,245)
#F6EFF7
(246,239,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2E5; }

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

This text font color is #EDC2E5.


Background Color

.myBgColor { background-color: #EDC2E5; }

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

This div background color is #EDC2E5.


Border color

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

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

This div border color is #EDC2E5.


Opacity

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

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

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

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

This text has shadow with #EDC2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2E5 on black background.


Color preview on white background

This text has color #EDC2E5 on white background.



Black color preview on #EDC2E5 background

This text has black color on #EDC2E5 background.


White color preview on #EDC2E5 background

This text has white color on #EDC2E5 background.