COLOR #A7BFC7

HEX: #A7BFC7 RGB: (167,191,199)

Color info

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

RGB color model

#A7BFC7 color RGB value is (167,191,199).

RGB: (167,191,199) (65%, 75%, 78%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 199 of 255 = 78%

167
191
199

R + G + B ~ 73%. #A7BFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 191 + 199 = 557 (100%)
R 167 of 557 ~ 29.98%
G 191 of 557 ~ 34.29%
B 199 of 557 ~ 35.73'%

%29.98
%34.29
%35.73

CMYK color model

#A7BFC7 color CMYK value is (16,4,0,22).

  • cyan value is 16.08%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (16,4,0,22) C16M4Y0K22 (16%,4%,0%,22%) (0.16/0.04/0.00/0.22) 

CMYK percentages

%16.08
%4.02
%0
%21.96

Codes

Color #A7BFC7 in popluar color models

A7 BF C7
RGB 167 191 199
HSL 195° 22.22% 71.76%
HSB/HSV 195° 16.08% 78.04%
CMYK 16.08% 4.02% 0.00%
21.96%

Color #A7BFC7 in popluar number systems.

HEX A7 BF C7
Decimal 167 191 199
Binary 10100111 10111111 11000111
Octal 247 277 307

Shades and tints

Shades of #A7BFC7

#A7BFC7
(167,191,199)
#98AEB5
(152,174,181)
#899DA3
(137,157,163)
#7A8C91
(122,140,145)
#6B7B7F
(107,123,127)
#5C6A6D
(92,106,109)
#4D595B
(77,89,91)
#3E4849
(62,72,73)
#2F3737
(47,55,55)
#202625
(32,38,37)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7BFC7

#A7BFC7
(167,191,199)
#AFC4CC
(175,196,204)
#B7C9D1
(183,201,209)
#BFCED6
(191,206,214)
#C7D3DB
(199,211,219)
#CFD8E0
(207,216,224)
#D7DDE5
(215,221,229)
#DFE2EA
(223,226,234)
#E7E7EF
(231,231,239)
#EFECF4
(239,236,244)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFC7; }

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

This text font color is #A7BFC7.

Background Color

.myBgColor { background-color: #A7BFC7; }

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

This div background color is #A7BFC7.

Border color

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

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

This div border color is #A7BFC7.

Opacity

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

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

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

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

This text has shadow with #A7BFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BFC7.

Preview

Color preview on black background

This text has color #A7BFC7 on black background.


Color preview on white background

This text has color #A7BFC7 on white background.


Black color preview on #A7BFC7 background

This text has black color on #A7BFC7 background.


White color preview on #A7BFC7 background

This text has white color on #A7BFC7 background.


Related colors

Complementary color

Complementary color for #hex is #584038.


I love getcolorcode.com

Triadic colors

1 #C7A7BF and #BFC7A7 with #A7BFC7 are triadic colors.

2 #C7BFA7 and #BFA7C7 with #A7BFC7 are triadic colors.