COLOR #A8BBA6

HEX: #A8BBA6
RGB: (168,187,166)

Color info

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

RGB color model

#A8BBA6 color RGB value is (168,187,166).

  • red value is 168;
  • green value is 187;
  • blue value is 166.
RGB:
(168,187,166)
(66%,73%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 166 of 255 = 65%

168
187
166

R + G + B ~ 68%. #A8BBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 187 + 166 = 521 (100%)
R 168 of 521 ~ 32.25%
G 187 of 521 ~ 35.89%
B 166 of 521 ~ 31.86%

%32.25
%35.89
%31.86

CMYK color model

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

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(10,0,11,27)
C10M0Y11K27 
(10%,0%,11%,27%)
(0.10/0.00/0.11/0.27)	

CMYK percentages

%10.16
%0
%11.23
%26.67

Codes

Color #A8BBA6 in popluar color models

A8BBA6
RGB168187166
HSL114°13.38%69.22%
HSB/HSV114°11.23%73.33%
CMYK10.16%0.00%11.23%
26.67%

Color #A8BBA6 in popluar number systems.

HEXA8BBA6
Decimal168187166
Binary101010001011101110100110
Octal250273246

Shades and tints

Shades of #A8BBA6

#A8BBA6
(168,187,166)
#99AA97
(153,170,151)
#8A9988
(138,153,136)
#7B8879
(123,136,121)
#6C776A
(108,119,106)
#5D665B
(93,102,91)
#4E554C
(78,85,76)
#3F443D
(63,68,61)
#30332E
(48,51,46)
#21221F
(33,34,31)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A8BBA6

#A8BBA6
(168,187,166)
#AFC1AE
(175,193,174)
#B6C7B6
(182,199,182)
#BDCDBE
(189,205,190)
#C4D3C6
(196,211,198)
#CBD9CE
(203,217,206)
#D2DFD6
(210,223,214)
#D9E5DE
(217,229,222)
#E0EBE6
(224,235,230)
#E7F1EE
(231,241,238)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBA6; }

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

This text font color is #A8BBA6.


Background Color

.myBgColor { background-color: #A8BBA6; }

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

This div background color is #A8BBA6.


Border color

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

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

This div border color is #A8BBA6.


Opacity

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

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

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

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

This text has shadow with #A8BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBA6 on black background.


Color preview on white background

This text has color #A8BBA6 on white background.



Black color preview on #A8BBA6 background

This text has black color on #A8BBA6 background.


White color preview on #A8BBA6 background

This text has white color on #A8BBA6 background.