COLOR #B496BB

HEX: #B496BB
RGB: (180,150,187)

Renk bilgisi

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

RGB renk modeli

#B496BB color RGB value is (180,150,187).

  • kırmız ton 180;
  • yeşil ton 150;
  • mavi ton 187.
RGB:
(180,150,187)
(71%,59%,73%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 150 of 255 = 59%
B 187 of 255 = 73%

180
150
187

R + G + B ~ 68%. #B496BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 150 + 187 = 517 (100%)
R 180 of 517 ~ 34.82%
G 150 of 517 ~ 29.01%
B 187 of 517 ~ 36.17%

%34.82
%29.01
%36.17

CMYK RENK MODELİ

#B496BB rengi CMYK tonu (4,20,0,27).

  • camgöbeği tonu 3.74%
  • eflatun tonu 19.79%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(4,20,0,27)
C4M20Y0K27 
(4%,20%,0%,27%)
(0.04/0.20/0.00/0.27)	

CMYK yüzdeleri

%3.74
%19.79
%0
%26.67

Codes

Color #B496BB in popluar color models

B496BB
RGB180150187
HSL289°21.39%66.08%
HSB/HSV289°19.79%73.33%
CMYK3.74%19.79%0.00%
26.67%

Color #B496BB in popluar number systems.

HEXB496BB
Decimal180150187
Binary101101001001011010111011
Octal264226273

Shades and tints

Shades of #B496BB

#B496BB
(180,150,187)
#A489AA
(164,137,170)
#947C99
(148,124,153)
#846F88
(132,111,136)
#746277
(116,98,119)
#645566
(100,85,102)
#544855
(84,72,85)
#443B44
(68,59,68)
#342E33
(52,46,51)
#242122
(36,33,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B496BB

#B496BB
(180,150,187)
#BA9FC1
(186,159,193)
#C0A8C7
(192,168,199)
#C6B1CD
(198,177,205)
#CCBAD3
(204,186,211)
#D2C3D9
(210,195,217)
#D8CCDF
(216,204,223)
#DED5E5
(222,213,229)
#E4DEEB
(228,222,235)
#EAE7F1
(234,231,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B496BB color. Also use rgb(180,150,187) instead hex code.

Text Font Color

.myTextColor { color: #B496BB; }

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

This text font color is #B496BB.


Background Color

.myBgColor { background-color: #B496BB; }

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

This div background color is #B496BB.


Border color

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

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

This div border color is #B496BB.


Opacity

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

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

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

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

This text has shadow with #B496BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496BB on black background.


Color preview on white background

This text has color #B496BB on white background.



Black color preview on #B496BB background

This text has black color on #B496BB background.


White color preview on #B496BB background

This text has white color on #B496BB background.