COLOR #A6B891

HEX: #A6B891
RGB: (166,184,145)

Color info

#A6B891 contains red, green and blue colors in about the same proportion. Web safe color of #A6B891 is #99CC99 (or #9C9).

RGB color model

#A6B891 color RGB value is (166,184,145).

  • red value is 166;
  • green value is 184;
  • blue value is 145.
RGB:
(166,184,145)
(65%,72%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 145 of 255 = 57%

166
184
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 184 + 145 = 495 (100%)
R 166 of 495 ~ 33.54%
G 184 of 495 ~ 37.17%
B 145 of 495 ~ 29.29%

%33.54
%37.17
%29.29

CMYK color model

#A6B891 color CMYK value is (10,0,21,28).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%
CMYK:
(10,0,21,28)
C10M0Y21K28 
(10%,0%,21%,28%)
(0.10/0.00/0.21/0.28)	

CMYK percentages

%9.78
%0
%21.2
%27.84

Codes

Color #A6B891 in popluar color models

A6B891
RGB166184145
HSL88°21.55%64.51%
HSB/HSV88°21.20%72.16%
CMYK9.78%0.00%21.20%
27.84%

Color #A6B891 in popluar number systems.

HEXA6B891
Decimal166184145
Binary101001101011100010010001
Octal246270221

Shades and tints

Shades of #A6B891

#A6B891
(166,184,145)
#97A884
(151,168,132)
#889877
(136,152,119)
#79886A
(121,136,106)
#6A785D
(106,120,93)
#5B6850
(91,104,80)
#4C5843
(76,88,67)
#3D4836
(61,72,54)
#2E3829
(46,56,41)
#1F281C
(31,40,28)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #A6B891

#A6B891
(166,184,145)
#AEBE9B
(174,190,155)
#B6C4A5
(182,196,165)
#BECAAF
(190,202,175)
#C6D0B9
(198,208,185)
#CED6C3
(206,214,195)
#D6DCCD
(214,220,205)
#DEE2D7
(222,226,215)
#E6E8E1
(230,232,225)
#EEEEEB
(238,238,235)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B891 color. Also use rgb(166,184,145) instead hex code.

Text Font Color

.myTextColor { color: #A6B891; }

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

This text font color is #A6B891.


Background Color

.myBgColor { background-color: #A6B891; }

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

This div background color is #A6B891.


Border color

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

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

This div border color is #A6B891.


Opacity

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

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

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

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

This text has shadow with #A6B891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B891 on black background.


Color preview on white background

This text has color #A6B891 on white background.



Black color preview on #A6B891 background

This text has black color on #A6B891 background.


White color preview on #A6B891 background

This text has white color on #A6B891 background.