COLOR #EDB5FF

HEX: #EDB5FF
RGB: (237,181,255)

Renk bilgisi

#EDB5FF contains mainly red and blue colors. #EDB5FF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EDB5FF color RGB value is (237,181,255).

  • kırmız ton 237;
  • yeşil ton 181;
  • mavi ton 255.
RGB:
(237,181,255)
(93%,71%,100%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 255 of 255 = 100%

237
181
255

R + G + B ~ 88%. #EDB5FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 255 = 673 (100%)
R 237 of 673 ~ 35.22%
G 181 of 673 ~ 26.89%
B 255 of 673 ~ 37.89%

%35.22
%26.89
%37.89

CMYK RENK MODELİ

#EDB5FF rengi CMYK tonu (7,29,0,0).

  • camgöbeği tonu 7.06%
  • eflatun tonu 29.02%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(7,29,0,0)
C7M29Y0K0 
(7%,29%,0%,0%)
(0.07/0.29/0.00/0.00)	

CMYK yüzdeleri

%7.06
%29.02
%0
%0

Codes

Color #EDB5FF in popluar color models

EDB5FF
RGB237181255
HSL285°100.00%85.49%
HSB/HSV285°29.02%100.00%
CMYK7.06%29.02%0.00%
0.00%

Color #EDB5FF in popluar number systems.

HEXEDB5FF
Decimal237181255
Binary111011011011010111111111
Octal355265377

Shades and tints

Shades of #EDB5FF

#EDB5FF
(237,181,255)
#D8A5E8
(216,165,232)
#C395D1
(195,149,209)
#AE85BA
(174,133,186)
#9975A3
(153,117,163)
#84658C
(132,101,140)
#6F5575
(111,85,117)
#5A455E
(90,69,94)
#453547
(69,53,71)
#302530
(48,37,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDB5FF

#EDB5FF
(237,181,255)
#EEBBFF
(238,187,255)
#EFC1FF
(239,193,255)
#F0C7FF
(240,199,255)
#F1CDFF
(241,205,255)
#F2D3FF
(242,211,255)
#F3D9FF
(243,217,255)
#F4DFFF
(244,223,255)
#F5E5FF
(245,229,255)
#F6EBFF
(246,235,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB5FF color. Also use rgb(237,181,255) instead hex code.

Text Font Color

.myTextColor { color: #EDB5FF; }

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

This text font color is #EDB5FF.


Background Color

.myBgColor { background-color: #EDB5FF; }

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

This div background color is #EDB5FF.


Border color

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

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

This div border color is #EDB5FF.


Opacity

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

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

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

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

This text has shadow with #EDB5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB5FF on black background.


Color preview on white background

This text has color #EDB5FF on white background.



Black color preview on #EDB5FF background

This text has black color on #EDB5FF background.


White color preview on #EDB5FF background

This text has white color on #EDB5FF background.