COLOR #A6B4BA

HEX: #A6B4BA
RGB: (166,180,186)

Renk bilgisi

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

RGB renk modeli

#A6B4BA color RGB value is (166,180,186).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 180 of 255 = 71%
B 186 of 255 = 73%

166
180
186

R + G + B ~ 70%. #A6B4BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 180 + 186 = 532 (100%)
R 166 of 532 ~ 31.2%
G 180 of 532 ~ 33.83%
B 186 of 532 ~ 34.96%

%31.2
%33.83
%34.96

CMYK RENK MODELİ

#A6B4BA rengi CMYK tonu (11,3,0,27).

  • camgöbeği tonu 10.75%
  • eflatun tonu 3.23%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(11,3,0,27)
C11M3Y0K27 
(11%,3%,0%,27%)
(0.11/0.03/0.00/0.27)	

CMYK yüzdeleri

%10.75
%3.23
%0
%27.06

Codes

Color #A6B4BA in popluar color models

A6B4BA
RGB166180186
HSL198°12.66%69.02%
HSB/HSV198°10.75%72.94%
CMYK10.75%3.23%0.00%
27.06%

Color #A6B4BA in popluar number systems.

HEXA6B4BA
Decimal166180186
Binary101001101011010010111010
Octal246264272

Shades and tints

Shades of #A6B4BA

#A6B4BA
(166,180,186)
#97A4AA
(151,164,170)
#88949A
(136,148,154)
#79848A
(121,132,138)
#6A747A
(106,116,122)
#5B646A
(91,100,106)
#4C545A
(76,84,90)
#3D444A
(61,68,74)
#2E343A
(46,52,58)
#1F242A
(31,36,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #A6B4BA

#A6B4BA
(166,180,186)
#AEBAC0
(174,186,192)
#B6C0C6
(182,192,198)
#BEC6CC
(190,198,204)
#C6CCD2
(198,204,210)
#CED2D8
(206,210,216)
#D6D8DE
(214,216,222)
#DEDEE4
(222,222,228)
#E6E4EA
(230,228,234)
#EEEAF0
(238,234,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B4BA; }

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

This text font color is #A6B4BA.


Background Color

.myBgColor { background-color: #A6B4BA; }

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

This div background color is #A6B4BA.


Border color

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

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

This div border color is #A6B4BA.


Opacity

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

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

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

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

This text has shadow with #A6B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B4BA on black background.


Color preview on white background

This text has color #A6B4BA on white background.



Black color preview on #A6B4BA background

This text has black color on #A6B4BA background.


White color preview on #A6B4BA background

This text has white color on #A6B4BA background.