COLOR #B59BD6

HEX: #B59BD6
RGB: (181,155,214)

Renk bilgisi

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

RGB renk modeli

#B59BD6 color RGB value is (181,155,214).

  • kırmız ton 181;
  • yeşil ton 155;
  • mavi ton 214.
RGB:
(181,155,214)
(71%,61%,84%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 155 of 255 = 61%
B 214 of 255 = 84%

181
155
214

R + G + B ~ 72%. #B59BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 155 + 214 = 550 (100%)
R 181 of 550 ~ 32.91%
G 155 of 550 ~ 28.18%
B 214 of 550 ~ 38.91%

%32.91
%28.18
%38.91

CMYK RENK MODELİ

#B59BD6 rengi CMYK tonu (15,28,0,16).

  • camgöbeği tonu 15.42%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(15,28,0,16)
C15M28Y0K16 
(15%,28%,0%,16%)
(0.15/0.28/0.00/0.16)	

CMYK yüzdeleri

%15.42
%27.57
%0
%16.08

Codes

Color #B59BD6 in popluar color models

B59BD6
RGB181155214
HSL266°41.84%72.35%
HSB/HSV266°27.57%83.92%
CMYK15.42%27.57%0.00%
16.08%

Color #B59BD6 in popluar number systems.

HEXB59BD6
Decimal181155214
Binary101101011001101111010110
Octal265233326

Shades and tints

Shades of #B59BD6

#B59BD6
(181,155,214)
#A58DC3
(165,141,195)
#957FB0
(149,127,176)
#85719D
(133,113,157)
#75638A
(117,99,138)
#655577
(101,85,119)
#554764
(85,71,100)
#453951
(69,57,81)
#352B3E
(53,43,62)
#251D2B
(37,29,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #B59BD6

#B59BD6
(181,155,214)
#BBA4D9
(187,164,217)
#C1ADDC
(193,173,220)
#C7B6DF
(199,182,223)
#CDBFE2
(205,191,226)
#D3C8E5
(211,200,229)
#D9D1E8
(217,209,232)
#DFDAEB
(223,218,235)
#E5E3EE
(229,227,238)
#EBECF1
(235,236,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59BD6 color. Also use rgb(181,155,214) instead hex code.

Text Font Color

.myTextColor { color: #B59BD6; }

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

This text font color is #B59BD6.


Background Color

.myBgColor { background-color: #B59BD6; }

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

This div background color is #B59BD6.


Border color

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

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

This div border color is #B59BD6.


Opacity

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

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

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

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

This text has shadow with #B59BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59BD6 on black background.


Color preview on white background

This text has color #B59BD6 on white background.



Black color preview on #B59BD6 background

This text has black color on #B59BD6 background.


White color preview on #B59BD6 background

This text has white color on #B59BD6 background.