COLOR #AFA2BE

HEX: #AFA2BE
RGB: (175,162,190)

Color info

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

RGB color model

#AFA2BE color RGB value is (175,162,190).

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

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 190 of 255 = 75%

175
162
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 162 + 190 = 527 (100%)
R 175 of 527 ~ 33.21%
G 162 of 527 ~ 30.74%
B 190 of 527 ~ 36.05%

%33.21
%30.74
%36.05

CMYK color model

#AFA2BE color CMYK value is (8,15,0,25).

  • cyan value is 7.89%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,15,0,25)
C8M15Y0K25 
(8%,15%,0%,25%)
(0.08/0.15/0.00/0.25)	

CMYK percentages

%7.89
%14.74
%0
%25.49

Codes

Color #AFA2BE in popluar color models

AFA2BE
RGB175162190
HSL268°17.72%69.02%
HSB/HSV268°14.74%74.51%
CMYK7.89%14.74%0.00%
25.49%

Color #AFA2BE in popluar number systems.

HEXAFA2BE
Decimal175162190
Binary101011111010001010111110
Octal257242276

Shades and tints

Shades of #AFA2BE

#AFA2BE
(175,162,190)
#A094AD
(160,148,173)
#91869C
(145,134,156)
#82788B
(130,120,139)
#736A7A
(115,106,122)
#645C69
(100,92,105)
#554E58
(85,78,88)
#464047
(70,64,71)
#373236
(55,50,54)
#282425
(40,36,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFA2BE

#AFA2BE
(175,162,190)
#B6AAC3
(182,170,195)
#BDB2C8
(189,178,200)
#C4BACD
(196,186,205)
#CBC2D2
(203,194,210)
#D2CAD7
(210,202,215)
#D9D2DC
(217,210,220)
#E0DAE1
(224,218,225)
#E7E2E6
(231,226,230)
#EEEAEB
(238,234,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA2BE; }

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

This text font color is #AFA2BE.


Background Color

.myBgColor { background-color: #AFA2BE; }

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

This div background color is #AFA2BE.


Border color

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

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

This div border color is #AFA2BE.


Opacity

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

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

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

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

This text has shadow with #AFA2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA2BE on black background.


Color preview on white background

This text has color #AFA2BE on white background.



Black color preview on #AFA2BE background

This text has black color on #AFA2BE background.


White color preview on #AFA2BE background

This text has white color on #AFA2BE background.