COLOR #AFA3BF

HEX: #AFA3BF RGB: (175,163,191)

Color info

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

RGB color model

#AFA3BF color RGB value is (175,163,191).

RGB: (175,163,191) (69%, 64%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 191 of 255 = 75%

175
163
191

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 191 = 529 (100%)
R 175 of 529 ~ 33.08%
G 163 of 529 ~ 30.81%
B 191 of 529 ~ 36.11'%

%33.08
%30.81
%36.11

CMYK color model

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

  • cyan value is 8.38%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (8,15,0,25)
C8M15Y0K25 (8%, 15%, 0%, 25%)
(0.08 / 0.15 / 0.00 / 0.25)

CMYK percentages

%8.38
%14.66
%0
%25.1

Codes

Color #AFA3BF in popluar color models

AF A3 BF
RGB 175 163 191
HSL 266° 17.95% 69.41%
HSB/HSV 266° 14.66% 74.90%
CMYK 8.38% 14.66% 0.00%
25.10%

Color #AFA3BF in popluar number systems.

HEX AF A3 BF
Decimal 175 163 191
Binary 10101111 10100011 10111111
Octal 257 243 277

Shades and tints

Shades of #AFA3BF

#AFA3BF
(175,163,191)
#A095AE
(160,149,174)
#91879D
(145,135,157)
#82798C
(130,121,140)
#736B7B
(115,107,123)
#645D6A
(100,93,106)
#554F59
(85,79,89)
#464148
(70,65,72)
#373337
(55,51,55)
#282526
(40,37,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFA3BF

#AFA3BF
(175,163,191)
#B6ABC4
(182,171,196)
#BDB3C9
(189,179,201)
#C4BBCE
(196,187,206)
#CBC3D3
(203,195,211)
#D2CBD8
(210,203,216)
#D9D3DD
(217,211,221)
#E0DBE2
(224,219,226)
#E7E3E7
(231,227,231)
#EEEBEC
(238,235,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA3BF color. Also use rgb(175,163,191) instead hex code.

Text Font Color

.myTextColor { color: #AFA3BF; }

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

This text font color is #AFA3BF.

Background Color

.myBgColor { background-color: #AFA3BF; }

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

This div background color is #AFA3BF.

Border color

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

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

This div border color is #AFA3BF.

Opacity

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

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

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

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

This text has shadow with #AFA3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3BF.

Preview

Color preview on black background

This text has color #AFA3BF on black background.


Color preview on white background

This text has color #AFA3BF on white background.


Black color preview on #AFA3BF background

This text has black color on #AFA3BF background.


White color preview on #AFA3BF background

This text has white color on #AFA3BF background.


Related colors

Complementary color

Complementary color for #hex is #505C40.


I love getcolorcode.com

Triadic colors

1 #BFAFA3 and #A3BFAF with #AFA3BF are triadic colors.

2 #BFA3AF and #A3AFBF with #AFA3BF are triadic colors.