COLOR #AFA3BE

HEX: #AFA3BE RGB: (175,163,190)

Color info

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

RGB color model

#AFA3BE color RGB value is (175,163,190).

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

RGB channels and saturation

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

175
163
190

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 190 = 528 (100%)
R 175 of 528 ~ 33.14%
G 163 of 528 ~ 30.87%
B 190 of 528 ~ 35.98'%

%33.14
%30.87
%35.98

CMYK color model

#AFA3BE color CMYK value is (8,14,0,25).

  • cyan value is 7.89%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,14,0,25)
C8M14Y0K25 (8%, 14%, 0%, 25%)
(0.08 / 0.14 / 0.00 / 0.25)

CMYK percentages

%7.89
%14.21
%0
%25.49

Codes

Color #AFA3BE in popluar color models

AF A3 BE
RGB 175 163 190
HSL 267° 17.20% 69.22%
HSB/HSV 267° 14.21% 74.51%
CMYK 7.89% 14.21% 0.00%
25.49%

Color #AFA3BE in popluar number systems.

HEX AF A3 BE
Decimal 175 163 190
Binary 10101111 10100011 10111110
Octal 257 243 276

Shades and tints

Shades of #AFA3BE

#AFA3BE
(175,163,190)
#A095AD
(160,149,173)
#91879C
(145,135,156)
#82798B
(130,121,139)
#736B7A
(115,107,122)
#645D69
(100,93,105)
#554F58
(85,79,88)
#464147
(70,65,71)
#373336
(55,51,54)
#282525
(40,37,37)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFA3BE

#AFA3BE
(175,163,190)
#B6ABC3
(182,171,195)
#BDB3C8
(189,179,200)
#C4BBCD
(196,187,205)
#CBC3D2
(203,195,210)
#D2CBD7
(210,203,215)
#D9D3DC
(217,211,220)
#E0DBE1
(224,219,225)
#E7E3E6
(231,227,230)
#EEEBEB
(238,235,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3BE; }

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

This text font color is #AFA3BE.

Background Color

.myBgColor { background-color: #AFA3BE; }

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

This div background color is #AFA3BE.

Border color

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

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

This div border color is #AFA3BE.

Opacity

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

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

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

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

This text has shadow with #AFA3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3BE.

Preview

Color preview on black background

This text has color #AFA3BE on black background.


Color preview on white background

This text has color #AFA3BE on white background.


Black color preview on #AFA3BE background

This text has black color on #AFA3BE background.


White color preview on #AFA3BE background

This text has white color on #AFA3BE background.


Related colors

Complementary color

Complementary color for #hex is #505C41.


I love getcolorcode.com

Triadic colors

1 #BEAFA3 and #A3BEAF with #AFA3BE are triadic colors.

2 #BEA3AF and #A3AFBE with #AFA3BE are triadic colors.