COLOR #AFB8BA

HEX: #AFB8BA
RGB: (175,184,186)

Color info

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

RGB color model

#AFB8BA color RGB value is (175,184,186).

  • red value is 175;
  • green value is 184;
  • blue value is 186.
RGB:
(175,184,186)
(69%,72%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 186 of 255 = 73%

175
184
186

R + G + B ~ 71%. #AFB8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 184 + 186 = 545 (100%)
R 175 of 545 ~ 32.11%
G 184 of 545 ~ 33.76%
B 186 of 545 ~ 34.13%

%32.11
%33.76
%34.13

CMYK color model

#AFB8BA color CMYK value is (6,1,0,27).

  • cyan value is 5.91%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,1,0,27)
C6M1Y0K27 
(6%,1%,0%,27%)
(0.06/0.01/0.00/0.27)	

CMYK percentages

%5.91
%1.08
%0
%27.06

Codes

Color #AFB8BA in popluar color models

AFB8BA
RGB175184186
HSL191°7.38%70.78%
HSB/HSV191°5.91%72.94%
CMYK5.91%1.08%0.00%
27.06%

Color #AFB8BA in popluar number systems.

HEXAFB8BA
Decimal175184186
Binary101011111011100010111010
Octal257270272

Shades and tints

Shades of #AFB8BA

#AFB8BA
(175,184,186)
#A0A8AA
(160,168,170)
#91989A
(145,152,154)
#82888A
(130,136,138)
#73787A
(115,120,122)
#64686A
(100,104,106)
#55585A
(85,88,90)
#46484A
(70,72,74)
#37383A
(55,56,58)
#28282A
(40,40,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #AFB8BA

#AFB8BA
(175,184,186)
#B6BEC0
(182,190,192)
#BDC4C6
(189,196,198)
#C4CACC
(196,202,204)
#CBD0D2
(203,208,210)
#D2D6D8
(210,214,216)
#D9DCDE
(217,220,222)
#E0E2E4
(224,226,228)
#E7E8EA
(231,232,234)
#EEEEF0
(238,238,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB8BA; }

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

This text font color is #AFB8BA.


Background Color

.myBgColor { background-color: #AFB8BA; }

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

This div background color is #AFB8BA.


Border color

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

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

This div border color is #AFB8BA.


Opacity

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

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

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

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

This text has shadow with #AFB8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB8BA on black background.


Color preview on white background

This text has color #AFB8BA on white background.



Black color preview on #AFB8BA background

This text has black color on #AFB8BA background.


White color preview on #AFB8BA background

This text has white color on #AFB8BA background.