COLOR #B5A6D7

HEX: #B5A6D7
RGB: (181,166,215)

Renk bilgisi

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

RGB renk modeli

#B5A6D7 color RGB value is (181,166,215).

  • kırmız ton 181;
  • yeşil ton 166;
  • mavi ton 215.
RGB:
(181,166,215)
(71%,65%,84%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 166 of 255 = 65%
B 215 of 255 = 84%

181
166
215

R + G + B ~ 73%. #B5A6D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 166 + 215 = 562 (100%)
R 181 of 562 ~ 32.21%
G 166 of 562 ~ 29.54%
B 215 of 562 ~ 38.26%

%32.21
%29.54
%38.26

CMYK RENK MODELİ

#B5A6D7 rengi CMYK tonu (16,23,0,16).

  • camgöbeği tonu 15.81%
  • eflatun tonu 22.79%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(16,23,0,16)
C16M23Y0K16 
(16%,23%,0%,16%)
(0.16/0.23/0.00/0.16)	

CMYK yüzdeleri

%15.81
%22.79
%0
%15.69

Codes

Color #B5A6D7 in popluar color models

B5A6D7
RGB181166215
HSL258°37.98%74.71%
HSB/HSV258°22.79%84.31%
CMYK15.81%22.79%0.00%
15.69%

Color #B5A6D7 in popluar number systems.

HEXB5A6D7
Decimal181166215
Binary101101011010011011010111
Octal265246327

Shades and tints

Shades of #B5A6D7

#B5A6D7
(181,166,215)
#A597C4
(165,151,196)
#9588B1
(149,136,177)
#85799E
(133,121,158)
#756A8B
(117,106,139)
#655B78
(101,91,120)
#554C65
(85,76,101)
#453D52
(69,61,82)
#352E3F
(53,46,63)
#251F2C
(37,31,44)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #B5A6D7

#B5A6D7
(181,166,215)
#BBAEDA
(187,174,218)
#C1B6DD
(193,182,221)
#C7BEE0
(199,190,224)
#CDC6E3
(205,198,227)
#D3CEE6
(211,206,230)
#D9D6E9
(217,214,233)
#DFDEEC
(223,222,236)
#E5E6EF
(229,230,239)
#EBEEF2
(235,238,242)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A6D7 color. Also use rgb(181,166,215) instead hex code.

Text Font Color

.myTextColor { color: #B5A6D7; }

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

This text font color is #B5A6D7.


Background Color

.myBgColor { background-color: #B5A6D7; }

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

This div background color is #B5A6D7.


Border color

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

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

This div border color is #B5A6D7.


Opacity

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

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

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

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

This text has shadow with #B5A6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A6D7 on black background.


Color preview on white background

This text has color #B5A6D7 on white background.



Black color preview on #B5A6D7 background

This text has black color on #B5A6D7 background.


White color preview on #B5A6D7 background

This text has white color on #B5A6D7 background.