COLOR #B5A5FD

HEX: #B5A5FD
RGB: (181,165,253)

Renk bilgisi

#B5A5FD contains mainly blue color. #B5A5FD ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#B5A5FD color RGB value is (181,165,253).

  • kırmız ton 181;
  • yeşil ton 165;
  • mavi ton 253.
RGB:
(181,165,253)
(71%,65%,99%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 165 of 255 = 65%
B 253 of 255 = 99%

181
165
253

R + G + B ~ 78%. #B5A5FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 165 + 253 = 599 (100%)
R 181 of 599 ~ 30.22%
G 165 of 599 ~ 27.55%
B 253 of 599 ~ 42.24%

%30.22
%27.55
%42.24

CMYK RENK MODELİ

#B5A5FD rengi CMYK tonu (28,35,0,1).

  • camgöbeği tonu 28.46%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(28,35,0,1)
C28M35Y0K1 
(28%,35%,0%,1%)
(0.28/0.35/0.00/0.01)	

CMYK yüzdeleri

%28.46
%34.78
%0
%0.78

Codes

Color #B5A5FD in popluar color models

B5A5FD
RGB181165253
HSL251°95.65%81.96%
HSB/HSV251°34.78%99.22%
CMYK28.46%34.78%0.00%
0.78%

Color #B5A5FD in popluar number systems.

HEXB5A5FD
Decimal181165253
Binary101101011010010111111101
Octal265245375

Shades and tints

Shades of #B5A5FD

#B5A5FD
(181,165,253)
#A596E6
(165,150,230)
#9587CF
(149,135,207)
#8578B8
(133,120,184)
#7569A1
(117,105,161)
#655A8A
(101,90,138)
#554B73
(85,75,115)
#453C5C
(69,60,92)
#352D45
(53,45,69)
#251E2E
(37,30,46)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B5A5FD

#B5A5FD
(181,165,253)
#BBADFD
(187,173,253)
#C1B5FD
(193,181,253)
#C7BDFD
(199,189,253)
#CDC5FD
(205,197,253)
#D3CDFD
(211,205,253)
#D9D5FD
(217,213,253)
#DFDDFD
(223,221,253)
#E5E5FD
(229,229,253)
#EBEDFD
(235,237,253)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A5FD color. Also use rgb(181,165,253) instead hex code.

Text Font Color

.myTextColor { color: #B5A5FD; }

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

This text font color is #B5A5FD.


Background Color

.myBgColor { background-color: #B5A5FD; }

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

This div background color is #B5A5FD.


Border color

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

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

This div border color is #B5A5FD.


Opacity

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

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

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

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

This text has shadow with #B5A5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A5FD on black background.


Color preview on white background

This text has color #B5A5FD on white background.



Black color preview on #B5A5FD background

This text has black color on #B5A5FD background.


White color preview on #B5A5FD background

This text has white color on #B5A5FD background.