Color Hex Logo

#a6bb9f Color Hex

#A6BB9F
(166,187,159)
0 Favorites   0 Comments

Color spaces of #a6bb9f

RGB 166187159
HSL0.290.170.68
HSV105°15°73°
CMYK 0.110.000.15   0.27
XYZ39.754246.150839.6136
Yxy46.15080.31670.3677
Hunter Lab67.9344-14.429612.9811
CIE-Lab73.6433-12.468111.7804

#a6bb9f color RGB value is (166,187,159).

#a6bb9f hex color red value is 166, green value is 187 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a6bb9f hue: 0.29 , saturation: 0.17 and the lightness value of a6bb9f is 0.68.

The process color (four color CMYK) of #a6bb9f color hex is 0.11, 0.00, 0.15, 0.27. Web safe color of #a6bb9f is #99cc99. Color #a6bb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 10011111
Octal 246 273 237
Decimal 166 187 159
Hex A6 BB 9F

RGB Percentages of Color #a6bb9f

%32.42
%36.52
%31.05

CMYK Percentages of Color #a6bb9f

%11
%0
%15
%27

Triadic Colors of #a6bb9f

#a6bb9f #9fa6bb #bb9fa6

Analogous Colors of #a6bb9f

#a6bb9f #9fbba6 #b4bb9f

Monochromatic Colors of #a6bb9f

#a6bb9f

Complementary Color

#a6bb9f #b49fbb

#a6bb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bb9f Color CSS Codes

.mybgcolor {background-color:#a6bb9f; } 
.myforecolor {color:#a6bb9f; }
.mybordercolor {border:3px solid #a6bb9f; }

#a6bb9f Text Font Color

<p style="color:#a6bb9f">Text here</p>

This sample text font color is #a6bb9f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6bb9f Background Color

<div style="background-color:#a6bb9f">
Div content here</div>

This div background color is #a6bb9f


#a6bb9f Border Color

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

This div border color is #a6bb9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,187,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6bb9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6bb9f;
  -webkit-box-shadow: 1px 1px 3px 2px #a6bb9f;
  box-shadow:         1px 1px 3px 2px #a6bb9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,187,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6bb9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6bb9f;
  -webkit-box-shadow: 1px 1px 3px 2px #a6bb9f;
  box-shadow:         1px 1px 3px 2px #a6bb9f;">
Div content here</div>

This div box has shadow with color #a6bb9f


Comments

No comments written yet.

Please login to write comment.