COLOR #A6B493

HEX: #A6B493
RGB: (166,180,147)

Renk bilgisi

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

RGB renk modeli

#A6B493 color RGB value is (166,180,147).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 180 of 255 = 71%
B 147 of 255 = 58%

166
180
147

R + G + B ~ 65%. #A6B493 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 180 + 147 = 493 (100%)
R 166 of 493 ~ 33.67%
G 180 of 493 ~ 36.51%
B 147 of 493 ~ 29.82%

%33.67
%36.51
%29.82

CMYK RENK MODELİ

#A6B493 rengi CMYK tonu (8,0,18,29).

  • camgöbeği tonu 7.78%
  • eflatun tonu 0.00%
  • sarı tonu 18.33%
  • ana renk tonu 29.41%
CMYK:
(8,0,18,29)
C8M0Y18K29 
(8%,0%,18%,29%)
(0.08/0.00/0.18/0.29)	

CMYK yüzdeleri

%7.78
%0
%18.33
%29.41

Codes

Color #A6B493 in popluar color models

A6B493
RGB166180147
HSL85°18.03%64.12%
HSB/HSV85°18.33%70.59%
CMYK7.78%0.00%18.33%
29.41%

Color #A6B493 in popluar number systems.

HEXA6B493
Decimal166180147
Binary101001101011010010010011
Octal246264223

Shades and tints

Shades of #A6B493

#A6B493
(166,180,147)
#97A486
(151,164,134)
#889479
(136,148,121)
#79846C
(121,132,108)
#6A745F
(106,116,95)
#5B6452
(91,100,82)
#4C5445
(76,84,69)
#3D4438
(61,68,56)
#2E342B
(46,52,43)
#1F241E
(31,36,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6B493

#A6B493
(166,180,147)
#AEBA9C
(174,186,156)
#B6C0A5
(182,192,165)
#BEC6AE
(190,198,174)
#C6CCB7
(198,204,183)
#CED2C0
(206,210,192)
#D6D8C9
(214,216,201)
#DEDED2
(222,222,210)
#E6E4DB
(230,228,219)
#EEEAE4
(238,234,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B493; }

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

This text font color is #A6B493.


Background Color

.myBgColor { background-color: #A6B493; }

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

This div background color is #A6B493.


Border color

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

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

This div border color is #A6B493.


Opacity

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

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

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

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

This text has shadow with #A6B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B493 on black background.


Color preview on white background

This text has color #A6B493 on white background.



Black color preview on #A6B493 background

This text has black color on #A6B493 background.


White color preview on #A6B493 background

This text has white color on #A6B493 background.