COLOR #EDC4FA

HEX: #EDC4FA
RGB: (237,196,250)

Renk bilgisi

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

RGB renk modeli

#EDC4FA color RGB value is (237,196,250).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 196 of 255 = 77%
B 250 of 255 = 98%

237
196
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 196 + 250 = 683 (100%)
R 237 of 683 ~ 34.7%
G 196 of 683 ~ 28.7%
B 250 of 683 ~ 36.6%

%34.7
%28.7
%36.6

CMYK RENK MODELİ

#EDC4FA rengi CMYK tonu (5,22,0,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 21.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(5,22,0,2)
C5M22Y0K2 
(5%,22%,0%,2%)
(0.05/0.22/0.00/0.02)	

CMYK yüzdeleri

%5.2
%21.6
%0
%1.96

Codes

Color #EDC4FA in popluar color models

EDC4FA
RGB237196250
HSL286°84.38%87.45%
HSB/HSV286°21.60%98.04%
CMYK5.20%21.60%0.00%
1.96%

Color #EDC4FA in popluar number systems.

HEXEDC4FA
Decimal237196250
Binary111011011100010011111010
Octal355304372

Shades and tints

Shades of #EDC4FA

#EDC4FA
(237,196,250)
#D8B3E4
(216,179,228)
#C3A2CE
(195,162,206)
#AE91B8
(174,145,184)
#9980A2
(153,128,162)
#846F8C
(132,111,140)
#6F5E76
(111,94,118)
#5A4D60
(90,77,96)
#453C4A
(69,60,74)
#302B34
(48,43,52)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #EDC4FA

#EDC4FA
(237,196,250)
#EEC9FA
(238,201,250)
#EFCEFA
(239,206,250)
#F0D3FA
(240,211,250)
#F1D8FA
(241,216,250)
#F2DDFA
(242,221,250)
#F3E2FA
(243,226,250)
#F4E7FA
(244,231,250)
#F5ECFA
(245,236,250)
#F6F1FA
(246,241,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4FA; }

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

This text font color is #EDC4FA.


Background Color

.myBgColor { background-color: #EDC4FA; }

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

This div background color is #EDC4FA.


Border color

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

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

This div border color is #EDC4FA.


Opacity

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

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

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

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

This text has shadow with #EDC4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4FA on black background.


Color preview on white background

This text has color #EDC4FA on white background.



Black color preview on #EDC4FA background

This text has black color on #EDC4FA background.


White color preview on #EDC4FA background

This text has white color on #EDC4FA background.