COLOR #AFA3BB

HEX: #AFA3BB RGB: (175,163,187)

Color info

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

RGB color model

#AFA3BB color RGB value is (175,163,187).

RGB: (175,163,187) (69%, 64%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 187 of 255 = 73%

175
163
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 187 = 525 (100%)
R 175 of 525 ~ 33.33%
G 163 of 525 ~ 31.05%
B 187 of 525 ~ 35.62'%

%33.33
%31.05
%35.62

CMYK color model

#AFA3BB color CMYK value is (6,13,0,27).

  • cyan value is 6.42%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (6,13,0,27) C6M13Y0K27 (6%,13%,0%,27%) (0.06/0.13/0.00/0.27) 

CMYK percentages

%6.42
%12.83
%0
%26.67

Codes

Color #AFA3BB in popluar color models

AF A3 BB
RGB 175 163 187
HSL 270° 15.00% 68.63%
HSB/HSV 270° 12.83% 73.33%
CMYK 6.42% 12.83% 0.00%
26.67%

Color #AFA3BB in popluar number systems.

HEX AF A3 BB
Decimal 175 163 187
Binary 10101111 10100011 10111011
Octal 257 243 273

Shades and tints

Shades of #AFA3BB

#AFA3BB
(175,163,187)
#A095AA
(160,149,170)
#918799
(145,135,153)
#827988
(130,121,136)
#736B77
(115,107,119)
#645D66
(100,93,102)
#554F55
(85,79,85)
#464144
(70,65,68)
#373333
(55,51,51)
#282522
(40,37,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFA3BB

#AFA3BB
(175,163,187)
#B6ABC1
(182,171,193)
#BDB3C7
(189,179,199)
#C4BBCD
(196,187,205)
#CBC3D3
(203,195,211)
#D2CBD9
(210,203,217)
#D9D3DF
(217,211,223)
#E0DBE5
(224,219,229)
#E7E3EB
(231,227,235)
#EEEBF1
(238,235,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3BB; }

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

This text font color is #AFA3BB.

Background Color

.myBgColor { background-color: #AFA3BB; }

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

This div background color is #AFA3BB.

Border color

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

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

This div border color is #AFA3BB.

Opacity

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

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

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

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

This text has shadow with #AFA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3BB.

Preview

Color preview on black background

This text has color #AFA3BB on black background.


Color preview on white background

This text has color #AFA3BB on white background.


Black color preview on #AFA3BB background

This text has black color on #AFA3BB background.


White color preview on #AFA3BB background

This text has white color on #AFA3BB background.


Related colors

Complementary color

Complementary color for #hex is #505C44.


I love getcolorcode.com

Triadic colors

1 #BBAFA3 and #A3BBAF with #AFA3BB are triadic colors.

2 #BBA3AF and #A3AFBB with #AFA3BB are triadic colors.