COLOR #EDC4E1

HEX: #EDC4E1
RGB: (237,196,225)

Renk bilgisi

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

RGB renk modeli

#EDC4E1 color RGB value is (237,196,225).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 225 of 255 = 88%

237
196
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 225 = 658 (100%)
R 237 of 658 ~ 36.02%
G 196 of 658 ~ 29.79%
B 225 of 658 ~ 34.19%

%36.02
%29.79
%34.19

CMYK RENK MODELİ

#EDC4E1 rengi CMYK tonu (0,17,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.30%
  • sarı tonu 5.06%
  • ana renk tonu 7.06%
CMYK:
(0,17,5,7)
C0M17Y5K7 
(0%,17%,5%,7%)
(0.00/0.17/0.05/0.07)	

CMYK yüzdeleri

%0
%17.3
%5.06
%7.06

Codes

Color #EDC4E1 in popluar color models

EDC4E1
RGB237196225
HSL318°53.25%84.90%
HSB/HSV318°17.30%92.94%
CMYK0.00%17.30%5.06%
7.06%

Color #EDC4E1 in popluar number systems.

HEXEDC4E1
Decimal237196225
Binary111011011100010011100001
Octal355304341

Shades and tints

Shades of #EDC4E1

#EDC4E1
(237,196,225)
#D8B3CD
(216,179,205)
#C3A2B9
(195,162,185)
#AE91A5
(174,145,165)
#998091
(153,128,145)
#846F7D
(132,111,125)
#6F5E69
(111,94,105)
#5A4D55
(90,77,85)
#453C41
(69,60,65)
#302B2D
(48,43,45)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDC4E1

#EDC4E1
(237,196,225)
#EEC9E3
(238,201,227)
#EFCEE5
(239,206,229)
#F0D3E7
(240,211,231)
#F1D8E9
(241,216,233)
#F2DDEB
(242,221,235)
#F3E2ED
(243,226,237)
#F4E7EF
(244,231,239)
#F5ECF1
(245,236,241)
#F6F1F3
(246,241,243)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4E1; }

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

This text font color is #EDC4E1.


Background Color

.myBgColor { background-color: #EDC4E1; }

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

This div background color is #EDC4E1.


Border color

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

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

This div border color is #EDC4E1.


Opacity

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

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

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

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

This text has shadow with #EDC4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4E1 on black background.


Color preview on white background

This text has color #EDC4E1 on white background.



Black color preview on #EDC4E1 background

This text has black color on #EDC4E1 background.


White color preview on #EDC4E1 background

This text has white color on #EDC4E1 background.