COLOR #AFB4B4

HEX: #AFB4B4
RGB: (175,180,180)

Color info

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

RGB color model

#AFB4B4 color RGB value is (175,180,180).

  • red value is 175;
  • green value is 180;
  • blue value is 180.
RGB:
(175,180,180)
(69%,71%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 180 of 255 = 71%

175
180
180

R + G + B ~ 70%. #AFB4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 180 = 535 (100%)
R 175 of 535 ~ 32.71%
G 180 of 535 ~ 33.64%
B 180 of 535 ~ 33.64%

%32.71
%33.64
%33.64

CMYK color model

#AFB4B4 color CMYK value is (3,0,0,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,0,0,29)
C3M0Y0K29 
(3%,0%,0%,29%)
(0.03/0.00/0.00/0.29)	

CMYK percentages

%2.78
%0
%0
%29.41

Codes

Color #AFB4B4 in popluar color models

AFB4B4
RGB175180180
HSL180°3.23%69.61%
HSB/HSV180°2.78%70.59%
CMYK2.78%0.00%0.00%
29.41%

Color #AFB4B4 in popluar number systems.

HEXAFB4B4
Decimal175180180
Binary101011111011010010110100
Octal257264264

Shades and tints

Shades of #AFB4B4

#AFB4B4
(175,180,180)
#A0A4A4
(160,164,164)
#919494
(145,148,148)
#828484
(130,132,132)
#737474
(115,116,116)
#646464
(100,100,100)
#555454
(85,84,84)
#464444
(70,68,68)
#373434
(55,52,52)
#282424
(40,36,36)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFB4B4

#AFB4B4
(175,180,180)
#B6BABA
(182,186,186)
#BDC0C0
(189,192,192)
#C4C6C6
(196,198,198)
#CBCCCC
(203,204,204)
#D2D2D2
(210,210,210)
#D9D8D8
(217,216,216)
#E0DEDE
(224,222,222)
#E7E4E4
(231,228,228)
#EEEAEA
(238,234,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4B4; }

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

This text font color is #AFB4B4.


Background Color

.myBgColor { background-color: #AFB4B4; }

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

This div background color is #AFB4B4.


Border color

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

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

This div border color is #AFB4B4.


Opacity

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

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

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

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

This text has shadow with #AFB4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB4B4 on black background.


Color preview on white background

This text has color #AFB4B4 on white background.



Black color preview on #AFB4B4 background

This text has black color on #AFB4B4 background.


White color preview on #AFB4B4 background

This text has white color on #AFB4B4 background.