COLOR #B5BCBD

HEX: #B5BCBD
RGB: (181,188,189)

Renk bilgisi

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

RGB renk modeli

#B5BCBD color RGB value is (181,188,189).

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

RGB bağlantıları ve doygunluk

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

181
188
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 188 + 189 = 558 (100%)
R 181 of 558 ~ 32.44%
G 188 of 558 ~ 33.69%
B 189 of 558 ~ 33.87%

%32.44
%33.69
%33.87

CMYK RENK MODELİ

#B5BCBD rengi CMYK tonu (4,1,0,26).

  • camgöbeği tonu 4.23%
  • eflatun tonu 0.53%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(4,1,0,26)
C4M1Y0K26 
(4%,1%,0%,26%)
(0.04/0.01/0.00/0.26)	

CMYK yüzdeleri

%4.23
%0.53
%0
%25.88

Codes

Color #B5BCBD in popluar color models

B5BCBD
RGB181188189
HSL188°5.71%72.55%
HSB/HSV188°4.23%74.12%
CMYK4.23%0.53%0.00%
25.88%

Color #B5BCBD in popluar number systems.

HEXB5BCBD
Decimal181188189
Binary101101011011110010111101
Octal265274275

Shades and tints

Shades of #B5BCBD

#B5BCBD
(181,188,189)
#A5ABAC
(165,171,172)
#959A9B
(149,154,155)
#85898A
(133,137,138)
#757879
(117,120,121)
#656768
(101,103,104)
#555657
(85,86,87)
#454546
(69,69,70)
#353435
(53,52,53)
#252324
(37,35,36)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B5BCBD

#B5BCBD
(181,188,189)
#BBC2C3
(187,194,195)
#C1C8C9
(193,200,201)
#C7CECF
(199,206,207)
#CDD4D5
(205,212,213)
#D3DADB
(211,218,219)
#D9E0E1
(217,224,225)
#DFE6E7
(223,230,231)
#E5ECED
(229,236,237)
#EBF2F3
(235,242,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BCBD; }

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

This text font color is #B5BCBD.


Background Color

.myBgColor { background-color: #B5BCBD; }

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

This div background color is #B5BCBD.


Border color

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

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

This div border color is #B5BCBD.


Opacity

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

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

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

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

This text has shadow with #B5BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BCBD on black background.


Color preview on white background

This text has color #B5BCBD on white background.



Black color preview on #B5BCBD background

This text has black color on #B5BCBD background.


White color preview on #B5BCBD background

This text has white color on #B5BCBD background.