COLOR #ED96FD

HEX: #ED96FD
RGB: (237,150,253)

Renk bilgisi

#ED96FD contains mainly red and blue colors. #ED96FD ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#ED96FD color RGB value is (237,150,253).

  • kırmız ton 237;
  • yeşil ton 150;
  • mavi ton 253.
RGB:
(237,150,253)
(93%,59%,99%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 150 of 255 = 59%
B 253 of 255 = 99%

237
150
253

R + G + B ~ 84%. #ED96FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 150 + 253 = 640 (100%)
R 237 of 640 ~ 37.03%
G 150 of 640 ~ 23.44%
B 253 of 640 ~ 39.53%

%37.03
%23.44
%39.53

CMYK RENK MODELİ

#ED96FD rengi CMYK tonu (6,41,0,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 40.71%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(6,41,0,1)
C6M41Y0K1 
(6%,41%,0%,1%)
(0.06/0.41/0.00/0.01)	

CMYK yüzdeleri

%6.32
%40.71
%0
%0.78

Codes

Color #ED96FD in popluar color models

ED96FD
RGB237150253
HSL291°96.26%79.02%
HSB/HSV291°40.71%99.22%
CMYK6.32%40.71%0.00%
0.78%

Color #ED96FD in popluar number systems.

HEXED96FD
Decimal237150253
Binary111011011001011011111101
Octal355226375

Shades and tints

Shades of #ED96FD

#ED96FD
(237,150,253)
#D889E6
(216,137,230)
#C37CCF
(195,124,207)
#AE6FB8
(174,111,184)
#9962A1
(153,98,161)
#84558A
(132,85,138)
#6F4873
(111,72,115)
#5A3B5C
(90,59,92)
#452E45
(69,46,69)
#30212E
(48,33,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #ED96FD

#ED96FD
(237,150,253)
#EE9FFD
(238,159,253)
#EFA8FD
(239,168,253)
#F0B1FD
(240,177,253)
#F1BAFD
(241,186,253)
#F2C3FD
(242,195,253)
#F3CCFD
(243,204,253)
#F4D5FD
(244,213,253)
#F5DEFD
(245,222,253)
#F6E7FD
(246,231,253)
#F7F0FD
(247,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED96FD color. Also use rgb(237,150,253) instead hex code.

Text Font Color

.myTextColor { color: #ED96FD; }

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

This text font color is #ED96FD.


Background Color

.myBgColor { background-color: #ED96FD; }

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

This div background color is #ED96FD.


Border color

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

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

This div border color is #ED96FD.


Opacity

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

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

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

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

This text has shadow with #ED96FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED96FD on black background.


Color preview on white background

This text has color #ED96FD on white background.



Black color preview on #ED96FD background

This text has black color on #ED96FD background.


White color preview on #ED96FD background

This text has white color on #ED96FD background.