COLOR #AFA6BD

HEX: #AFA6BD
RGB: (175,166,189)

Color info

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

RGB color model

#AFA6BD color RGB value is (175,166,189).

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

RGB channels and saturation

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

175
166
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 189 = 530 (100%)
R 175 of 530 ~ 33.02%
G 166 of 530 ~ 31.32%
B 189 of 530 ~ 35.66%

%33.02
%31.32
%35.66

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 12.17%
  • 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
%12.17
%0
%25.88

Codes

Color #AFA6BD in popluar color models

AFA6BD
RGB175166189
HSL263°14.84%69.61%
HSB/HSV263°12.17%74.12%
CMYK7.41%12.17%0.00%
25.88%

Color #AFA6BD in popluar number systems.

HEXAFA6BD
Decimal175166189
Binary101011111010011010111101
Octal257246275

Shades and tints

Shades of #AFA6BD

#AFA6BD
(175,166,189)
#A097AC
(160,151,172)
#91889B
(145,136,155)
#82798A
(130,121,138)
#736A79
(115,106,121)
#645B68
(100,91,104)
#554C57
(85,76,87)
#463D46
(70,61,70)
#372E35
(55,46,53)
#281F24
(40,31,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFA6BD

#AFA6BD
(175,166,189)
#B6AEC3
(182,174,195)
#BDB6C9
(189,182,201)
#C4BECF
(196,190,207)
#CBC6D5
(203,198,213)
#D2CEDB
(210,206,219)
#D9D6E1
(217,214,225)
#E0DEE7
(224,222,231)
#E7E6ED
(231,230,237)
#EEEEF3
(238,238,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA6BD; }

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

This text font color is #AFA6BD.


Background Color

.myBgColor { background-color: #AFA6BD; }

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

This div background color is #AFA6BD.


Border color

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

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

This div border color is #AFA6BD.


Opacity

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

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

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

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

This text has shadow with #AFA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA6BD on black background.


Color preview on white background

This text has color #AFA6BD on white background.



Black color preview on #AFA6BD background

This text has black color on #AFA6BD background.


White color preview on #AFA6BD background

This text has white color on #AFA6BD background.