COLOR #B5A5A6

HEX: #B5A5A6
RGB: (181,165,166)

Renk bilgisi

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

RGB renk modeli

#B5A5A6 color RGB value is (181,165,166).

  • kırmız ton 181;
  • yeşil ton 165;
  • mavi ton 166.
RGB:
(181,165,166)
(71%,65%,65%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 165 of 255 = 65%
B 166 of 255 = 65%

181
165
166

R + G + B ~ 67%. #B5A5A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 165 + 166 = 512 (100%)
R 181 of 512 ~ 35.35%
G 165 of 512 ~ 32.23%
B 166 of 512 ~ 32.42%

%35.35
%32.23
%32.42

CMYK RENK MODELİ

#B5A5A6 rengi CMYK tonu (0,9,8,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.84%
  • sarı tonu 8.29%
  • ana renk tonu 29.02%
CMYK:
(0,9,8,29)
C0M9Y8K29 
(0%,9%,8%,29%)
(0.00/0.09/0.08/0.29)	

CMYK yüzdeleri

%0
%8.84
%8.29
%29.02

Codes

Color #B5A5A6 in popluar color models

B5A5A6
RGB181165166
HSL356°9.76%67.84%
HSB/HSV356°8.84%70.98%
CMYK0.00%8.84%8.29%
29.02%

Color #B5A5A6 in popluar number systems.

HEXB5A5A6
Decimal181165166
Binary101101011010010110100110
Octal265245246

Shades and tints

Shades of #B5A5A6

#B5A5A6
(181,165,166)
#A59697
(165,150,151)
#958788
(149,135,136)
#857879
(133,120,121)
#75696A
(117,105,106)
#655A5B
(101,90,91)
#554B4C
(85,75,76)
#453C3D
(69,60,61)
#352D2E
(53,45,46)
#251E1F
(37,30,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B5A5A6

#B5A5A6
(181,165,166)
#BBADAE
(187,173,174)
#C1B5B6
(193,181,182)
#C7BDBE
(199,189,190)
#CDC5C6
(205,197,198)
#D3CDCE
(211,205,206)
#D9D5D6
(217,213,214)
#DFDDDE
(223,221,222)
#E5E5E6
(229,229,230)
#EBEDEE
(235,237,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A5A6 color. Also use rgb(181,165,166) instead hex code.

Text Font Color

.myTextColor { color: #B5A5A6; }

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

This text font color is #B5A5A6.


Background Color

.myBgColor { background-color: #B5A5A6; }

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

This div background color is #B5A5A6.


Border color

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

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

This div border color is #B5A5A6.


Opacity

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

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

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

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

This text has shadow with #B5A5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A5A6 on black background.


Color preview on white background

This text has color #B5A5A6 on white background.



Black color preview on #B5A5A6 background

This text has black color on #B5A5A6 background.


White color preview on #B5A5A6 background

This text has white color on #B5A5A6 background.