COLOR #EDC4F6

HEX: #EDC4F6
RGB: (237,196,246)

Renk bilgisi

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

RGB renk modeli

#EDC4F6 color RGB value is (237,196,246).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 246 of 255 = 96%

237
196
246

R + G + B ~ 89%. #EDC4F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 246 = 679 (100%)
R 237 of 679 ~ 34.9%
G 196 of 679 ~ 28.87%
B 246 of 679 ~ 36.23%

%34.9
%28.87
%36.23

CMYK RENK MODELİ

#EDC4F6 rengi CMYK tonu (4,20,0,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 20.33%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(4,20,0,4)
C4M20Y0K4 
(4%,20%,0%,4%)
(0.04/0.20/0.00/0.04)	

CMYK yüzdeleri

%3.66
%20.33
%0
%3.53

Codes

Color #EDC4F6 in popluar color models

EDC4F6
RGB237196246
HSL289°73.53%86.67%
HSB/HSV289°20.33%96.47%
CMYK3.66%20.33%0.00%
3.53%

Color #EDC4F6 in popluar number systems.

HEXEDC4F6
Decimal237196246
Binary111011011100010011110110
Octal355304366

Shades and tints

Shades of #EDC4F6

#EDC4F6
(237,196,246)
#D8B3E0
(216,179,224)
#C3A2CA
(195,162,202)
#AE91B4
(174,145,180)
#99809E
(153,128,158)
#846F88
(132,111,136)
#6F5E72
(111,94,114)
#5A4D5C
(90,77,92)
#453C46
(69,60,70)
#302B30
(48,43,48)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDC4F6

#EDC4F6
(237,196,246)
#EEC9F6
(238,201,246)
#EFCEF6
(239,206,246)
#F0D3F6
(240,211,246)
#F1D8F6
(241,216,246)
#F2DDF6
(242,221,246)
#F3E2F6
(243,226,246)
#F4E7F6
(244,231,246)
#F5ECF6
(245,236,246)
#F6F1F6
(246,241,246)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4F6; }

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

This text font color is #EDC4F6.


Background Color

.myBgColor { background-color: #EDC4F6; }

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

This div background color is #EDC4F6.


Border color

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

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

This div border color is #EDC4F6.


Opacity

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

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

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

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

This text has shadow with #EDC4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4F6 on black background.


Color preview on white background

This text has color #EDC4F6 on white background.



Black color preview on #EDC4F6 background

This text has black color on #EDC4F6 background.


White color preview on #EDC4F6 background

This text has white color on #EDC4F6 background.