COLOR #A6BE9F

HEX: #A6BE9F RGB: (166,190,159)

Color info

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

RGB color model

#A6BE9F color RGB value is (166,190,159).

RGB: (166,190,159) (65%, 75%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 159 of 255 = 62%

166
190
159

R + G + B ~ 67%. #A6BE9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 190 + 159 = 515 (100%)
R 166 of 515 ~ 32.23%
G 190 of 515 ~ 36.89%
B 159 of 515 ~ 30.87'%

%32.23
%36.89
%30.87

CMYK color model

#A6BE9F color CMYK value is (13,0,16,25).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 25.49%

CMYK: (13,0,16,25)
C13M0Y16K25 (13%, 0%, 16%, 25%)
(0.13 / 0.00 / 0.16 / 0.25)

CMYK percentages

%12.63
%0
%16.32
%25.49

Codes

Color #A6BE9F in popluar color models

A6 BE 9F
RGB 166 190 159
HSL 106° 19.25% 68.43%
HSB/HSV 106° 16.32% 74.51%
CMYK 12.63% 0.00% 16.32%
25.49%

Color #A6BE9F in popluar number systems.

HEX A6 BE 9F
Decimal 166 190 159
Binary 10100110 10111110 10011111
Octal 246 276 237

Shades and tints

Shades of #A6BE9F

#A6BE9F
(166,190,159)
#97AD91
(151,173,145)
#889C83
(136,156,131)
#798B75
(121,139,117)
#6A7A67
(106,122,103)
#5B6959
(91,105,89)
#4C584B
(76,88,75)
#3D473D
(61,71,61)
#2E362F
(46,54,47)
#1F2521
(31,37,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A6BE9F

#A6BE9F
(166,190,159)
#AEC3A7
(174,195,167)
#B6C8AF
(182,200,175)
#BECDB7
(190,205,183)
#C6D2BF
(198,210,191)
#CED7C7
(206,215,199)
#D6DCCF
(214,220,207)
#DEE1D7
(222,225,215)
#E6E6DF
(230,230,223)
#EEEBE7
(238,235,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BE9F color. Also use rgb(166,190,159) instead hex code.

Text Font Color

.myTextColor { color: #A6BE9F; }

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

This text font color is #A6BE9F.

Background Color

.myBgColor { background-color: #A6BE9F; }

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

This div background color is #A6BE9F.

Border color

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

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

This div border color is #A6BE9F.

Opacity

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

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

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

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

This text has shadow with #A6BE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BE9F.

Preview

Color preview on black background

This text has color #A6BE9F on black background.


Color preview on white background

This text has color #A6BE9F on white background.


Black color preview on #A6BE9F background

This text has black color on #A6BE9F background.


White color preview on #A6BE9F background

This text has white color on #A6BE9F background.


Related colors

Complementary color

Complementary color for #hex is #594160.


I love getcolorcode.com

Triadic colors

1 #9FA6BE and #BE9FA6 with #A6BE9F are triadic colors.

2 #9FBEA6 and #BEA69F with #A6BE9F are triadic colors.