COLOR #EDB4FB

HEX: #EDB4FB
RGB: (237,180,251)

Renk bilgisi

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

RGB renk modeli

#EDB4FB color RGB value is (237,180,251).

  • kırmız ton 237;
  • yeşil ton 180;
  • mavi ton 251.
RGB:
(237,180,251)
(93%,71%,98%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 180 of 255 = 71%
B 251 of 255 = 98%

237
180
251

R + G + B ~ 87%. #EDB4FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 180 + 251 = 668 (100%)
R 237 of 668 ~ 35.48%
G 180 of 668 ~ 26.95%
B 251 of 668 ~ 37.57%

%35.48
%26.95
%37.57

CMYK RENK MODELİ

#EDB4FB rengi CMYK tonu (6,28,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 28.29%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,28,0,2)
C6M28Y0K2 
(6%,28%,0%,2%)
(0.06/0.28/0.00/0.02)	

CMYK yüzdeleri

%5.58
%28.29
%0
%1.57

Codes

Color #EDB4FB in popluar color models

EDB4FB
RGB237180251
HSL288°89.87%84.51%
HSB/HSV288°28.29%98.43%
CMYK5.58%28.29%0.00%
1.57%

Color #EDB4FB in popluar number systems.

HEXEDB4FB
Decimal237180251
Binary111011011011010011111011
Octal355264373

Shades and tints

Shades of #EDB4FB

#EDB4FB
(237,180,251)
#D8A4E5
(216,164,229)
#C394CF
(195,148,207)
#AE84B9
(174,132,185)
#9974A3
(153,116,163)
#84648D
(132,100,141)
#6F5477
(111,84,119)
#5A4461
(90,68,97)
#45344B
(69,52,75)
#302435
(48,36,53)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #EDB4FB

#EDB4FB
(237,180,251)
#EEBAFB
(238,186,251)
#EFC0FB
(239,192,251)
#F0C6FB
(240,198,251)
#F1CCFB
(241,204,251)
#F2D2FB
(242,210,251)
#F3D8FB
(243,216,251)
#F4DEFB
(244,222,251)
#F5E4FB
(245,228,251)
#F6EAFB
(246,234,251)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB4FB color. Also use rgb(237,180,251) instead hex code.

Text Font Color

.myTextColor { color: #EDB4FB; }

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

This text font color is #EDB4FB.


Background Color

.myBgColor { background-color: #EDB4FB; }

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

This div background color is #EDB4FB.


Border color

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

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

This div border color is #EDB4FB.


Opacity

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

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

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

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

This text has shadow with #EDB4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4FB on black background.


Color preview on white background

This text has color #EDB4FB on white background.



Black color preview on #EDB4FB background

This text has black color on #EDB4FB background.


White color preview on #EDB4FB background

This text has white color on #EDB4FB background.