COLOR #AFACB7

HEX: #AFACB7
RGB: (175,172,183)

Color info

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

RGB color model

#AFACB7 color RGB value is (175,172,183).

  • red value is 175;
  • green value is 172;
  • blue value is 183.
RGB:
(175,172,183)
(69%,67%,72%)

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 183 of 255 = 72%

175
172
183

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

Portions of RGB colors in percentages

R + G + B =
175 + 172 + 183 = 530 (100%)
R 175 of 530 ~ 33.02%
G 172 of 530 ~ 32.45%
B 183 of 530 ~ 34.53%

%33.02
%32.45
%34.53

CMYK color model

#AFACB7 color CMYK value is (4,6,0,28).

  • cyan value is 4.37%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,6,0,28)
C4M6Y0K28 
(4%,6%,0%,28%)
(0.04/0.06/0.00/0.28)	

CMYK percentages

%4.37
%6.01
%0
%28.24

Codes

Color #AFACB7 in popluar color models

AFACB7
RGB175172183
HSL256°7.10%69.61%
HSB/HSV256°6.01%71.76%
CMYK4.37%6.01%0.00%
28.24%

Color #AFACB7 in popluar number systems.

HEXAFACB7
Decimal175172183
Binary101011111010110010110111
Octal257254267

Shades and tints

Shades of #AFACB7

#AFACB7
(175,172,183)
#A09DA7
(160,157,167)
#918E97
(145,142,151)
#827F87
(130,127,135)
#737077
(115,112,119)
#646167
(100,97,103)
#555257
(85,82,87)
#464347
(70,67,71)
#373437
(55,52,55)
#282527
(40,37,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AFACB7

#AFACB7
(175,172,183)
#B6B3BD
(182,179,189)
#BDBAC3
(189,186,195)
#C4C1C9
(196,193,201)
#CBC8CF
(203,200,207)
#D2CFD5
(210,207,213)
#D9D6DB
(217,214,219)
#E0DDE1
(224,221,225)
#E7E4E7
(231,228,231)
#EEEBED
(238,235,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFACB7 color. Also use rgb(175,172,183) instead hex code.

Text Font Color

.myTextColor { color: #AFACB7; }

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

This text font color is #AFACB7.


Background Color

.myBgColor { background-color: #AFACB7; }

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

This div background color is #AFACB7.


Border color

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

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

This div border color is #AFACB7.


Opacity

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

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

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

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

This text has shadow with #AFACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFACB7 on black background.


Color preview on white background

This text has color #AFACB7 on white background.



Black color preview on #AFACB7 background

This text has black color on #AFACB7 background.


White color preview on #AFACB7 background

This text has white color on #AFACB7 background.