COLOR #A6B4AD

HEX: #A6B4AD
RGB: (166,180,173)

Renk bilgisi

#A6B4AD contains red, green and blue colors in about the same proportion. #A6B4AD ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A6B4AD color RGB value is (166,180,173).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 180 of 255 = 71%
B 173 of 255 = 68%

166
180
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 180 + 173 = 519 (100%)
R 166 of 519 ~ 31.98%
G 180 of 519 ~ 34.68%
B 173 of 519 ~ 33.33%

%31.98
%34.68
%33.33

CMYK RENK MODELİ

#A6B4AD rengi CMYK tonu (8,0,4,29).

  • camgöbeği tonu 7.78%
  • eflatun tonu 0.00%
  • sarı tonu 3.89%
  • ana renk tonu 29.41%
CMYK:
(8,0,4,29)
C8M0Y4K29 
(8%,0%,4%,29%)
(0.08/0.00/0.04/0.29)	

CMYK yüzdeleri

%7.78
%0
%3.89
%29.41

Codes

Color #A6B4AD in popluar color models

A6B4AD
RGB166180173
HSL150°8.54%67.84%
HSB/HSV150°7.78%70.59%
CMYK7.78%0.00%3.89%
29.41%

Color #A6B4AD in popluar number systems.

HEXA6B4AD
Decimal166180173
Binary101001101011010010101101
Octal246264255

Shades and tints

Shades of #A6B4AD

#A6B4AD
(166,180,173)
#97A49E
(151,164,158)
#88948F
(136,148,143)
#798480
(121,132,128)
#6A7471
(106,116,113)
#5B6462
(91,100,98)
#4C5453
(76,84,83)
#3D4444
(61,68,68)
#2E3435
(46,52,53)
#1F2426
(31,36,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #A6B4AD

#A6B4AD
(166,180,173)
#AEBAB4
(174,186,180)
#B6C0BB
(182,192,187)
#BEC6C2
(190,198,194)
#C6CCC9
(198,204,201)
#CED2D0
(206,210,208)
#D6D8D7
(214,216,215)
#DEDEDE
(222,222,222)
#E6E4E5
(230,228,229)
#EEEAEC
(238,234,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B4AD color. Also use rgb(166,180,173) instead hex code.

Text Font Color

.myTextColor { color: #A6B4AD; }

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

This text font color is #A6B4AD.


Background Color

.myBgColor { background-color: #A6B4AD; }

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

This div background color is #A6B4AD.


Border color

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

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

This div border color is #A6B4AD.


Opacity

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

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

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

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

This text has shadow with #A6B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B4AD on black background.


Color preview on white background

This text has color #A6B4AD on white background.



Black color preview on #A6B4AD background

This text has black color on #A6B4AD background.


White color preview on #A6B4AD background

This text has white color on #A6B4AD background.