COLOR #AFA2BD

HEX: #AFA2BD
RGB: (175,162,189)

Color info

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

RGB color model

#AFA2BD color RGB value is (175,162,189).

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

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 189 of 255 = 74%

175
162
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 162 + 189 = 526 (100%)
R 175 of 526 ~ 33.27%
G 162 of 526 ~ 30.8%
B 189 of 526 ~ 35.93%

%33.27
%30.8
%35.93

CMYK color model

#AFA2BD color CMYK value is (7,14,0,26).

  • cyan value is 7.41%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,14,0,26)
C7M14Y0K26 
(7%,14%,0%,26%)
(0.07/0.14/0.00/0.26)	

CMYK percentages

%7.41
%14.29
%0
%25.88

Codes

Color #AFA2BD in popluar color models

AFA2BD
RGB175162189
HSL269°16.98%68.82%
HSB/HSV269°14.29%74.12%
CMYK7.41%14.29%0.00%
25.88%

Color #AFA2BD in popluar number systems.

HEXAFA2BD
Decimal175162189
Binary101011111010001010111101
Octal257242275

Shades and tints

Shades of #AFA2BD

#AFA2BD
(175,162,189)
#A094AC
(160,148,172)
#91869B
(145,134,155)
#82788A
(130,120,138)
#736A79
(115,106,121)
#645C68
(100,92,104)
#554E57
(85,78,87)
#464046
(70,64,70)
#373235
(55,50,53)
#282424
(40,36,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFA2BD

#AFA2BD
(175,162,189)
#B6AAC3
(182,170,195)
#BDB2C9
(189,178,201)
#C4BACF
(196,186,207)
#CBC2D5
(203,194,213)
#D2CADB
(210,202,219)
#D9D2E1
(217,210,225)
#E0DAE7
(224,218,231)
#E7E2ED
(231,226,237)
#EEEAF3
(238,234,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA2BD; }

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

This text font color is #AFA2BD.


Background Color

.myBgColor { background-color: #AFA2BD; }

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

This div background color is #AFA2BD.


Border color

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

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

This div border color is #AFA2BD.


Opacity

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

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

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

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

This text has shadow with #AFA2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA2BD on black background.


Color preview on white background

This text has color #AFA2BD on white background.



Black color preview on #AFA2BD background

This text has black color on #AFA2BD background.


White color preview on #AFA2BD background

This text has white color on #AFA2BD background.