COLOR #A8BFAF

HEX: #A8BFAF
RGB: (168,191,175)

Color info

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

RGB color model

#A8BFAF color RGB value is (168,191,175).

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

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 175 of 255 = 69%

168
191
175

R + G + B ~ 70%. #A8BFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 191 + 175 = 534 (100%)
R 168 of 534 ~ 31.46%
G 191 of 534 ~ 35.77%
B 175 of 534 ~ 32.77%

%31.46
%35.77
%32.77

CMYK color model

#A8BFAF color CMYK value is (12,0,8,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 25.10%
CMYK:
(12,0,8,25)
C12M0Y8K25 
(12%,0%,8%,25%)
(0.12/0.00/0.08/0.25)	

CMYK percentages

%12.04
%0
%8.38
%25.1

Codes

Color #A8BFAF in popluar color models

A8BFAF
RGB168191175
HSL138°15.23%70.39%
HSB/HSV138°12.04%74.90%
CMYK12.04%0.00%8.38%
25.10%

Color #A8BFAF in popluar number systems.

HEXA8BFAF
Decimal168191175
Binary101010001011111110101111
Octal250277257

Shades and tints

Shades of #A8BFAF

#A8BFAF
(168,191,175)
#99AEA0
(153,174,160)
#8A9D91
(138,157,145)
#7B8C82
(123,140,130)
#6C7B73
(108,123,115)
#5D6A64
(93,106,100)
#4E5955
(78,89,85)
#3F4846
(63,72,70)
#303737
(48,55,55)
#212628
(33,38,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A8BFAF

#A8BFAF
(168,191,175)
#AFC4B6
(175,196,182)
#B6C9BD
(182,201,189)
#BDCEC4
(189,206,196)
#C4D3CB
(196,211,203)
#CBD8D2
(203,216,210)
#D2DDD9
(210,221,217)
#D9E2E0
(217,226,224)
#E0E7E7
(224,231,231)
#E7ECEE
(231,236,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BFAF; }

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

This text font color is #A8BFAF.


Background Color

.myBgColor { background-color: #A8BFAF; }

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

This div background color is #A8BFAF.


Border color

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

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

This div border color is #A8BFAF.


Opacity

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

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

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

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

This text has shadow with #A8BFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BFAF on black background.


Color preview on white background

This text has color #A8BFAF on white background.



Black color preview on #A8BFAF background

This text has black color on #A8BFAF background.


White color preview on #A8BFAF background

This text has white color on #A8BFAF background.