COLOR #A8BBA1

HEX: #A8BBA1
RGB: (168,187,161)

Color info

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

RGB color model

#A8BBA1 color RGB value is (168,187,161).

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

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 161 of 255 = 63%

168
187
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 187 + 161 = 516 (100%)
R 168 of 516 ~ 32.56%
G 187 of 516 ~ 36.24%
B 161 of 516 ~ 31.2%

%32.56
%36.24
%31.2

CMYK color model

#A8BBA1 color CMYK value is (10,0,14,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(10,0,14,27)
C10M0Y14K27 
(10%,0%,14%,27%)
(0.10/0.00/0.14/0.27)	

CMYK percentages

%10.16
%0
%13.9
%26.67

Codes

Color #A8BBA1 in popluar color models

A8BBA1
RGB168187161
HSL104°16.05%68.24%
HSB/HSV104°13.90%73.33%
CMYK10.16%0.00%13.90%
26.67%

Color #A8BBA1 in popluar number systems.

HEXA8BBA1
Decimal168187161
Binary101010001011101110100001
Octal250273241

Shades and tints

Shades of #A8BBA1

#A8BBA1
(168,187,161)
#99AA93
(153,170,147)
#8A9985
(138,153,133)
#7B8877
(123,136,119)
#6C7769
(108,119,105)
#5D665B
(93,102,91)
#4E554D
(78,85,77)
#3F443F
(63,68,63)
#303331
(48,51,49)
#212223
(33,34,35)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8BBA1

#A8BBA1
(168,187,161)
#AFC1A9
(175,193,169)
#B6C7B1
(182,199,177)
#BDCDB9
(189,205,185)
#C4D3C1
(196,211,193)
#CBD9C9
(203,217,201)
#D2DFD1
(210,223,209)
#D9E5D9
(217,229,217)
#E0EBE1
(224,235,225)
#E7F1E9
(231,241,233)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBA1; }

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

This text font color is #A8BBA1.


Background Color

.myBgColor { background-color: #A8BBA1; }

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

This div background color is #A8BBA1.


Border color

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

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

This div border color is #A8BBA1.


Opacity

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

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

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

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

This text has shadow with #A8BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBA1 on black background.


Color preview on white background

This text has color #A8BBA1 on white background.



Black color preview on #A8BBA1 background

This text has black color on #A8BBA1 background.


White color preview on #A8BBA1 background

This text has white color on #A8BBA1 background.