COLOR #A4B0A6

HEX: #A4B0A6
RGB: (164,176,166)

Renk bilgisi

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

RGB renk modeli

#A4B0A6 color RGB value is (164,176,166).

  • kırmız ton 164;
  • yeşil ton 176;
  • mavi ton 166.
RGB:
(164,176,166)
(64%,69%,65%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 176 of 255 = 69%
B 166 of 255 = 65%

164
176
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 176 + 166 = 506 (100%)
R 164 of 506 ~ 32.41%
G 176 of 506 ~ 34.78%
B 166 of 506 ~ 32.81%

%32.41
%34.78
%32.81

CMYK RENK MODELİ

#A4B0A6 rengi CMYK tonu (7,0,6,31).

  • camgöbeği tonu 6.82%
  • eflatun tonu 0.00%
  • sarı tonu 5.68%
  • ana renk tonu 30.98%
CMYK:
(7,0,6,31)
C7M0Y6K31 
(7%,0%,6%,31%)
(0.07/0.00/0.06/0.31)	

CMYK yüzdeleri

%6.82
%0
%5.68
%30.98

Codes

Color #A4B0A6 in popluar color models

A4B0A6
RGB164176166
HSL130°7.06%66.67%
HSB/HSV130°6.82%69.02%
CMYK6.82%0.00%5.68%
30.98%

Color #A4B0A6 in popluar number systems.

HEXA4B0A6
Decimal164176166
Binary101001001011000010100110
Octal244260246

Shades and tints

Shades of #A4B0A6

#A4B0A6
(164,176,166)
#96A097
(150,160,151)
#889088
(136,144,136)
#7A8079
(122,128,121)
#6C706A
(108,112,106)
#5E605B
(94,96,91)
#50504C
(80,80,76)
#42403D
(66,64,61)
#34302E
(52,48,46)
#26201F
(38,32,31)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A4B0A6

#A4B0A6
(164,176,166)
#ACB7AE
(172,183,174)
#B4BEB6
(180,190,182)
#BCC5BE
(188,197,190)
#C4CCC6
(196,204,198)
#CCD3CE
(204,211,206)
#D4DAD6
(212,218,214)
#DCE1DE
(220,225,222)
#E4E8E6
(228,232,230)
#ECEFEE
(236,239,238)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B0A6 color. Also use rgb(164,176,166) instead hex code.

Text Font Color

.myTextColor { color: #A4B0A6; }

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

This text font color is #A4B0A6.


Background Color

.myBgColor { background-color: #A4B0A6; }

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

This div background color is #A4B0A6.


Border color

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

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

This div border color is #A4B0A6.


Opacity

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

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

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

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

This text has shadow with #A4B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B0A6 on black background.


Color preview on white background

This text has color #A4B0A6 on white background.



Black color preview on #A4B0A6 background

This text has black color on #A4B0A6 background.


White color preview on #A4B0A6 background

This text has white color on #A4B0A6 background.