COLOR #A7BFA8

HEX: #A7BFA8 RGB: (167,191,168)

Color info

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

RGB color model

#A7BFA8 color RGB value is (167,191,168).

RGB: (167,191,168) (65%, 75%, 66%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 168 of 255 = 66%

167
191
168

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

Portions of RGB colors in percentages

R + G + B = 167 + 191 + 168 = 526 (100%)
R 167 of 526 ~ 31.75%
G 191 of 526 ~ 36.31%
B 168 of 526 ~ 31.94'%

%31.75
%36.31
%31.94

CMYK color model

#A7BFA8 color CMYK value is (13,0,12,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%

CMYK: (13,0,12,25)
C13M0Y12K25 (13%, 0%, 12%, 25%)
(0.13 / 0.00 / 0.12 / 0.25)

CMYK percentages

%12.57
%0
%12.04
%25.1

Codes

Color #A7BFA8 in popluar color models

A7 BF A8
RGB 167 191 168
HSL 123° 15.79% 70.20%
HSB/HSV 123° 12.57% 74.90%
CMYK 12.57% 0.00% 12.04%
25.10%

Color #A7BFA8 in popluar number systems.

HEX A7 BF A8
Decimal 167 191 168
Binary 10100111 10111111 10101000
Octal 247 277 250

Shades and tints

Shades of #A7BFA8

#A7BFA8
(167,191,168)
#98AE99
(152,174,153)
#899D8A
(137,157,138)
#7A8C7B
(122,140,123)
#6B7B6C
(107,123,108)
#5C6A5D
(92,106,93)
#4D594E
(77,89,78)
#3E483F
(62,72,63)
#2F3730
(47,55,48)
#202621
(32,38,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7BFA8

#A7BFA8
(167,191,168)
#AFC4AF
(175,196,175)
#B7C9B6
(183,201,182)
#BFCEBD
(191,206,189)
#C7D3C4
(199,211,196)
#CFD8CB
(207,216,203)
#D7DDD2
(215,221,210)
#DFE2D9
(223,226,217)
#E7E7E0
(231,231,224)
#EFECE7
(239,236,231)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFA8; }

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

This text font color is #A7BFA8.

Background Color

.myBgColor { background-color: #A7BFA8; }

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

This div background color is #A7BFA8.

Border color

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

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

This div border color is #A7BFA8.

Opacity

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

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

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

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

This text has shadow with #A7BFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BFA8.

Preview

Color preview on black background

This text has color #A7BFA8 on black background.


Color preview on white background

This text has color #A7BFA8 on white background.


Black color preview on #A7BFA8 background

This text has black color on #A7BFA8 background.


White color preview on #A7BFA8 background

This text has white color on #A7BFA8 background.


Related colors

Complementary color

Complementary color for #hex is #584057.


I love getcolorcode.com

Triadic colors

1 #A8A7BF and #BFA8A7 with #A7BFA8 are triadic colors.

2 #A8BFA7 and #BFA7A8 with #A7BFA8 are triadic colors.