COLOR #B596B0

HEX: #B596B0
RGB: (181,150,176)

Renk bilgisi

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

RGB renk modeli

#B596B0 color RGB value is (181,150,176).

  • kırmız ton 181;
  • yeşil ton 150;
  • mavi ton 176.
RGB:
(181,150,176)
(71%,59%,69%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 150 of 255 = 59%
B 176 of 255 = 69%

181
150
176

R + G + B ~ 66%. #B596B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 150 + 176 = 507 (100%)
R 181 of 507 ~ 35.7%
G 150 of 507 ~ 29.59%
B 176 of 507 ~ 34.71%

%35.7
%29.59
%34.71

CMYK RENK MODELİ

#B596B0 rengi CMYK tonu (0,17,3,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.13%
  • sarı tonu 2.76%
  • ana renk tonu 29.02%
CMYK:
(0,17,3,29)
C0M17Y3K29 
(0%,17%,3%,29%)
(0.00/0.17/0.03/0.29)	

CMYK yüzdeleri

%0
%17.13
%2.76
%29.02

Codes

Color #B596B0 in popluar color models

B596B0
RGB181150176
HSL310°17.32%64.90%
HSB/HSV310°17.13%70.98%
CMYK0.00%17.13%2.76%
29.02%

Color #B596B0 in popluar number systems.

HEXB596B0
Decimal181150176
Binary101101011001011010110000
Octal265226260

Shades and tints

Shades of #B596B0

#B596B0
(181,150,176)
#A589A0
(165,137,160)
#957C90
(149,124,144)
#856F80
(133,111,128)
#756270
(117,98,112)
#655560
(101,85,96)
#554850
(85,72,80)
#453B40
(69,59,64)
#352E30
(53,46,48)
#252120
(37,33,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B596B0

#B596B0
(181,150,176)
#BB9FB7
(187,159,183)
#C1A8BE
(193,168,190)
#C7B1C5
(199,177,197)
#CDBACC
(205,186,204)
#D3C3D3
(211,195,211)
#D9CCDA
(217,204,218)
#DFD5E1
(223,213,225)
#E5DEE8
(229,222,232)
#EBE7EF
(235,231,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596B0 color. Also use rgb(181,150,176) instead hex code.

Text Font Color

.myTextColor { color: #B596B0; }

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

This text font color is #B596B0.


Background Color

.myBgColor { background-color: #B596B0; }

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

This div background color is #B596B0.


Border color

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

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

This div border color is #B596B0.


Opacity

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

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

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

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

This text has shadow with #B596B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596B0 on black background.


Color preview on white background

This text has color #B596B0 on white background.



Black color preview on #B596B0 background

This text has black color on #B596B0 background.


White color preview on #B596B0 background

This text has white color on #B596B0 background.