COLOR #AFA7BD

HEX: #AFA7BD
RGB: (175,167,189)

Color info

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

RGB color model

#AFA7BD color RGB value is (175,167,189).

  • red value is 175;
  • green value is 167;
  • blue value is 189.
RGB:
(175,167,189)
(69%,65%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 189 of 255 = 74%

175
167
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 189 = 531 (100%)
R 175 of 531 ~ 32.96%
G 167 of 531 ~ 31.45%
B 189 of 531 ~ 35.59%

%32.96
%31.45
%35.59

CMYK color model

#AFA7BD color CMYK value is (7,12,0,26).

  • cyan value is 7.41%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,12,0,26)
C7M12Y0K26 
(7%,12%,0%,26%)
(0.07/0.12/0.00/0.26)	

CMYK percentages

%7.41
%11.64
%0
%25.88

Codes

Color #AFA7BD in popluar color models

AFA7BD
RGB175167189
HSL262°14.29%69.80%
HSB/HSV262°11.64%74.12%
CMYK7.41%11.64%0.00%
25.88%

Color #AFA7BD in popluar number systems.

HEXAFA7BD
Decimal175167189
Binary101011111010011110111101
Octal257247275

Shades and tints

Shades of #AFA7BD

#AFA7BD
(175,167,189)
#A098AC
(160,152,172)
#91899B
(145,137,155)
#827A8A
(130,122,138)
#736B79
(115,107,121)
#645C68
(100,92,104)
#554D57
(85,77,87)
#463E46
(70,62,70)
#372F35
(55,47,53)
#282024
(40,32,36)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AFA7BD

#AFA7BD
(175,167,189)
#B6AFC3
(182,175,195)
#BDB7C9
(189,183,201)
#C4BFCF
(196,191,207)
#CBC7D5
(203,199,213)
#D2CFDB
(210,207,219)
#D9D7E1
(217,215,225)
#E0DFE7
(224,223,231)
#E7E7ED
(231,231,237)
#EEEFF3
(238,239,243)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA7BD color. Also use rgb(175,167,189) instead hex code.

Text Font Color

.myTextColor { color: #AFA7BD; }

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

This text font color is #AFA7BD.


Background Color

.myBgColor { background-color: #AFA7BD; }

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

This div background color is #AFA7BD.


Border color

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

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

This div border color is #AFA7BD.


Opacity

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

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

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

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

This text has shadow with #AFA7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA7BD on black background.


Color preview on white background

This text has color #AFA7BD on white background.



Black color preview on #AFA7BD background

This text has black color on #AFA7BD background.


White color preview on #AFA7BD background

This text has white color on #AFA7BD background.