COLOR #A8BFAB

HEX: #A8BFAB
RGB: (168,191,171)

Color info

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

RGB color model

#A8BFAB color RGB value is (168,191,171).

  • red value is 168;
  • green value is 191;
  • blue value is 171.
RGB:
(168,191,171)
(66%,75%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 171 of 255 = 67%

168
191
171

R + G + B ~ 69%. #A8BFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 191 + 171 = 530 (100%)
R 168 of 530 ~ 31.7%
G 191 of 530 ~ 36.04%
B 171 of 530 ~ 32.26%

%31.7
%36.04
%32.26

CMYK color model

#A8BFAB color CMYK value is (12,0,10,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(12,0,10,25)
C12M0Y10K25 
(12%,0%,10%,25%)
(0.12/0.00/0.10/0.25)	

CMYK percentages

%12.04
%0
%10.47
%25.1

Codes

Color #A8BFAB in popluar color models

A8BFAB
RGB168191171
HSL128°15.23%70.39%
HSB/HSV128°12.04%74.90%
CMYK12.04%0.00%10.47%
25.10%

Color #A8BFAB in popluar number systems.

HEXA8BFAB
Decimal168191171
Binary101010001011111110101011
Octal250277253

Shades and tints

Shades of #A8BFAB

#A8BFAB
(168,191,171)
#99AE9C
(153,174,156)
#8A9D8D
(138,157,141)
#7B8C7E
(123,140,126)
#6C7B6F
(108,123,111)
#5D6A60
(93,106,96)
#4E5951
(78,89,81)
#3F4842
(63,72,66)
#303733
(48,55,51)
#212624
(33,38,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8BFAB

#A8BFAB
(168,191,171)
#AFC4B2
(175,196,178)
#B6C9B9
(182,201,185)
#BDCEC0
(189,206,192)
#C4D3C7
(196,211,199)
#CBD8CE
(203,216,206)
#D2DDD5
(210,221,213)
#D9E2DC
(217,226,220)
#E0E7E3
(224,231,227)
#E7ECEA
(231,236,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BFAB color. Also use rgb(168,191,171) instead hex code.

Text Font Color

.myTextColor { color: #A8BFAB; }

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

This text font color is #A8BFAB.


Background Color

.myBgColor { background-color: #A8BFAB; }

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

This div background color is #A8BFAB.


Border color

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

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

This div border color is #A8BFAB.


Opacity

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

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

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

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

This text has shadow with #A8BFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BFAB on black background.


Color preview on white background

This text has color #A8BFAB on white background.



Black color preview on #A8BFAB background

This text has black color on #A8BFAB background.


White color preview on #A8BFAB background

This text has white color on #A8BFAB background.