COLOR #A6BB88

HEX: #A6BB88 RGB: (166,187,136)

Color info

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

RGB color model

#A6BB88 color RGB value is (166,187,136).

RGB: (166,187,136) (65%, 73%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 136 of 255 = 53%

166
187
136

R + G + B ~ 64%. #A6BB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 187 + 136 = 489 (100%)
R 166 of 489 ~ 33.95%
G 187 of 489 ~ 38.24%
B 136 of 489 ~ 27.81'%

%33.95
%38.24
%27.81

CMYK color model

#A6BB88 color CMYK value is (11,0,27,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%

CMYK: (11,0,27,27)
C11M0Y27K27 (11%, 0%, 27%, 27%)
(0.11 / 0.00 / 0.27 / 0.27)

CMYK percentages

%11.23
%0
%27.27
%26.67

Codes

Color #A6BB88 in popluar color models

A6 BB 88
RGB 166 187 136
HSL 85° 27.27% 63.33%
HSB/HSV 85° 27.27% 73.33%
CMYK 11.23% 0.00% 27.27%
26.67%

Color #A6BB88 in popluar number systems.

HEX A6 BB 88
Decimal 166 187 136
Binary 10100110 10111011 10001000
Octal 246 273 210

Shades and tints

Shades of #A6BB88

#A6BB88
(166,187,136)
#97AA7C
(151,170,124)
#889970
(136,153,112)
#798864
(121,136,100)
#6A7758
(106,119,88)
#5B664C
(91,102,76)
#4C5540
(76,85,64)
#3D4434
(61,68,52)
#2E3328
(46,51,40)
#1F221C
(31,34,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A6BB88

#A6BB88
(166,187,136)
#AEC192
(174,193,146)
#B6C79C
(182,199,156)
#BECDA6
(190,205,166)
#C6D3B0
(198,211,176)
#CED9BA
(206,217,186)
#D6DFC4
(214,223,196)
#DEE5CE
(222,229,206)
#E6EBD8
(230,235,216)
#EEF1E2
(238,241,226)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BB88 color. Also use rgb(166,187,136) instead hex code.

Text Font Color

.myTextColor { color: #A6BB88; }

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

This text font color is #A6BB88.

Background Color

.myBgColor { background-color: #A6BB88; }

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

This div background color is #A6BB88.

Border color

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

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

This div border color is #A6BB88.

Opacity

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

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

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

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

This text has shadow with #A6BB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BB88.

Preview

Color preview on black background

This text has color #A6BB88 on black background.


Color preview on white background

This text has color #A6BB88 on white background.


Black color preview on #A6BB88 background

This text has black color on #A6BB88 background.


White color preview on #A6BB88 background

This text has white color on #A6BB88 background.


Related colors

Complementary color

Complementary color for #hex is #594477.


I love getcolorcode.com

Triadic colors

1 #88A6BB and #BB88A6 with #A6BB88 are triadic colors.

2 #88BBA6 and #BBA688 with #A6BB88 are triadic colors.