COLOR #B5BCB6

HEX: #B5BCB6
RGB: (181,188,182)

Renk bilgisi

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

RGB renk modeli

#B5BCB6 color RGB value is (181,188,182).

  • kırmız ton 181;
  • yeşil ton 188;
  • mavi ton 182.
RGB:
(181,188,182)
(71%,74%,71%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 188 of 255 = 74%
B 182 of 255 = 71%

181
188
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 188 + 182 = 551 (100%)
R 181 of 551 ~ 32.85%
G 188 of 551 ~ 34.12%
B 182 of 551 ~ 33.03%

%32.85
%34.12
%33.03

CMYK RENK MODELİ

#B5BCB6 rengi CMYK tonu (4,0,3,26).

  • camgöbeği tonu 3.72%
  • eflatun tonu 0.00%
  • sarı tonu 3.19%
  • ana renk tonu 26.27%
CMYK:
(4,0,3,26)
C4M0Y3K26 
(4%,0%,3%,26%)
(0.04/0.00/0.03/0.26)	

CMYK yüzdeleri

%3.72
%0
%3.19
%26.27

Codes

Color #B5BCB6 in popluar color models

B5BCB6
RGB181188182
HSL129°4.96%72.35%
HSB/HSV129°3.72%73.73%
CMYK3.72%0.00%3.19%
26.27%

Color #B5BCB6 in popluar number systems.

HEXB5BCB6
Decimal181188182
Binary101101011011110010110110
Octal265274266

Shades and tints

Shades of #B5BCB6

#B5BCB6
(181,188,182)
#A5ABA6
(165,171,166)
#959A96
(149,154,150)
#858986
(133,137,134)
#757876
(117,120,118)
#656766
(101,103,102)
#555656
(85,86,86)
#454546
(69,69,70)
#353436
(53,52,54)
#252326
(37,35,38)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #B5BCB6

#B5BCB6
(181,188,182)
#BBC2BC
(187,194,188)
#C1C8C2
(193,200,194)
#C7CEC8
(199,206,200)
#CDD4CE
(205,212,206)
#D3DAD4
(211,218,212)
#D9E0DA
(217,224,218)
#DFE6E0
(223,230,224)
#E5ECE6
(229,236,230)
#EBF2EC
(235,242,236)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BCB6 color. Also use rgb(181,188,182) instead hex code.

Text Font Color

.myTextColor { color: #B5BCB6; }

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

This text font color is #B5BCB6.


Background Color

.myBgColor { background-color: #B5BCB6; }

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

This div background color is #B5BCB6.


Border color

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

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

This div border color is #B5BCB6.


Opacity

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

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

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

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

This text has shadow with #B5BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCB6 on black background.


Color preview on white background

This text has color #B5BCB6 on white background.



Black color preview on #B5BCB6 background

This text has black color on #B5BCB6 background.


White color preview on #B5BCB6 background

This text has white color on #B5BCB6 background.