COLOR #AFA1BE

HEX: #AFA1BE
RGB: (175,161,190)

Color info

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

RGB color model

#AFA1BE color RGB value is (175,161,190).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 190 of 255 = 75%

175
161
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 190 = 526 (100%)
R 175 of 526 ~ 33.27%
G 161 of 526 ~ 30.61%
B 190 of 526 ~ 36.12%

%33.27
%30.61
%36.12

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 15.26%
  • 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
%15.26
%0
%25.49

Codes

Color #AFA1BE in popluar color models

AFA1BE
RGB175161190
HSL269°18.24%68.82%
HSB/HSV269°15.26%74.51%
CMYK7.89%15.26%0.00%
25.49%

Color #AFA1BE in popluar number systems.

HEXAFA1BE
Decimal175161190
Binary101011111010000110111110
Octal257241276

Shades and tints

Shades of #AFA1BE

#AFA1BE
(175,161,190)
#A093AD
(160,147,173)
#91859C
(145,133,156)
#82778B
(130,119,139)
#73697A
(115,105,122)
#645B69
(100,91,105)
#554D58
(85,77,88)
#463F47
(70,63,71)
#373136
(55,49,54)
#282325
(40,35,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFA1BE

#AFA1BE
(175,161,190)
#B6A9C3
(182,169,195)
#BDB1C8
(189,177,200)
#C4B9CD
(196,185,205)
#CBC1D2
(203,193,210)
#D2C9D7
(210,201,215)
#D9D1DC
(217,209,220)
#E0D9E1
(224,217,225)
#E7E1E6
(231,225,230)
#EEE9EB
(238,233,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1BE; }

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

This text font color is #AFA1BE.


Background Color

.myBgColor { background-color: #AFA1BE; }

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

This div background color is #AFA1BE.


Border color

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

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

This div border color is #AFA1BE.


Opacity

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

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

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

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

This text has shadow with #AFA1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1BE on black background.


Color preview on white background

This text has color #AFA1BE on white background.



Black color preview on #AFA1BE background

This text has black color on #AFA1BE background.


White color preview on #AFA1BE background

This text has white color on #AFA1BE background.