COLOR #A7BFAA

HEX: #A7BFAA RGB: (167,191,170)

Color info

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

RGB color model

#A7BFAA color RGB value is (167,191,170).

RGB: (167,191,170) (65%, 75%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 170 of 255 = 67%

167
191
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 191 + 170 = 528 (100%)
R 167 of 528 ~ 31.63%
G 191 of 528 ~ 36.17%
B 170 of 528 ~ 32.2'%

%31.63
%36.17
%32.2

CMYK color model

#A7BFAA color CMYK value is (13,0,11,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK: (13,0,11,25) C13M0Y11K25 (13%,0%,11%,25%) (0.13/0.00/0.11/0.25) 

CMYK percentages

%12.57
%0
%10.99
%25.1

Codes

Color #A7BFAA in popluar color models

A7 BF AA
RGB 167 191 170
HSL 128° 15.79% 70.20%
HSB/HSV 128° 12.57% 74.90%
CMYK 12.57% 0.00% 10.99%
25.10%

Color #A7BFAA in popluar number systems.

HEX A7 BF AA
Decimal 167 191 170
Binary 10100111 10111111 10101010
Octal 247 277 252

Shades and tints

Shades of #A7BFAA

#A7BFAA
(167,191,170)
#98AE9B
(152,174,155)
#899D8C
(137,157,140)
#7A8C7D
(122,140,125)
#6B7B6E
(107,123,110)
#5C6A5F
(92,106,95)
#4D5950
(77,89,80)
#3E4841
(62,72,65)
#2F3732
(47,55,50)
#202623
(32,38,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7BFAA

#A7BFAA
(167,191,170)
#AFC4B1
(175,196,177)
#B7C9B8
(183,201,184)
#BFCEBF
(191,206,191)
#C7D3C6
(199,211,198)
#CFD8CD
(207,216,205)
#D7DDD4
(215,221,212)
#DFE2DB
(223,226,219)
#E7E7E2
(231,231,226)
#EFECE9
(239,236,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFAA; }

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

This text font color is #A7BFAA.

Background Color

.myBgColor { background-color: #A7BFAA; }

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

This div background color is #A7BFAA.

Border color

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

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

This div border color is #A7BFAA.

Opacity

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

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

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

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

This text has shadow with #A7BFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BFAA.

Preview

Color preview on black background

This text has color #A7BFAA on black background.


Color preview on white background

This text has color #A7BFAA on white background.


Black color preview on #A7BFAA background

This text has black color on #A7BFAA background.


White color preview on #A7BFAA background

This text has white color on #A7BFAA background.


Related colors

Complementary color

Complementary color for #hex is #584055.


I love getcolorcode.com

Triadic colors

1 #AAA7BF and #BFAAA7 with #A7BFAA are triadic colors.

2 #AABFA7 and #BFA7AA with #A7BFAA are triadic colors.