COLOR #AFB2BA

HEX: #AFB2BA RGB: (175,178,186)

Color info

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

RGB color model

#AFB2BA color RGB value is (175,178,186).

RGB: (175,178,186) (69%, 70%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 186 of 255 = 73%

175
178
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 186 = 539 (100%)
R 175 of 539 ~ 32.47%
G 178 of 539 ~ 33.02%
B 186 of 539 ~ 34.51'%

%32.47
%33.02
%34.51

CMYK color model

#AFB2BA color CMYK value is (6,4,0,27).

  • cyan value is 5.91%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (6,4,0,27) C6M4Y0K27 (6%,4%,0%,27%) (0.06/0.04/0.00/0.27) 

CMYK percentages

%5.91
%4.3
%0
%27.06

Codes

Color #AFB2BA in popluar color models

AF B2 BA
RGB 175 178 186
HSL 224° 7.38% 70.78%
HSB/HSV 224° 5.91% 72.94%
CMYK 5.91% 4.30% 0.00%
27.06%

Color #AFB2BA in popluar number systems.

HEX AF B2 BA
Decimal 175 178 186
Binary 10101111 10110010 10111010
Octal 257 262 272

Shades and tints

Shades of #AFB2BA

#AFB2BA
(175,178,186)
#A0A2AA
(160,162,170)
#91929A
(145,146,154)
#82828A
(130,130,138)
#73727A
(115,114,122)
#64626A
(100,98,106)
#55525A
(85,82,90)
#46424A
(70,66,74)
#37323A
(55,50,58)
#28222A
(40,34,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #AFB2BA

#AFB2BA
(175,178,186)
#B6B9C0
(182,185,192)
#BDC0C6
(189,192,198)
#C4C7CC
(196,199,204)
#CBCED2
(203,206,210)
#D2D5D8
(210,213,216)
#D9DCDE
(217,220,222)
#E0E3E4
(224,227,228)
#E7EAEA
(231,234,234)
#EEF1F0
(238,241,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2BA; }

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

This text font color is #AFB2BA.

Background Color

.myBgColor { background-color: #AFB2BA; }

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

This div background color is #AFB2BA.

Border color

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

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

This div border color is #AFB2BA.

Opacity

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

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

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

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

This text has shadow with #AFB2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2BA.

Preview

Color preview on black background

This text has color #AFB2BA on black background.


Color preview on white background

This text has color #AFB2BA on white background.


Black color preview on #AFB2BA background

This text has black color on #AFB2BA background.


White color preview on #AFB2BA background

This text has white color on #AFB2BA background.


Related colors

Complementary color

Complementary color for #hex is #504D45.


I love getcolorcode.com

Triadic colors

1 #BAAFB2 and #B2BAAF with #AFB2BA are triadic colors.

2 #BAB2AF and #B2AFBA with #AFB2BA are triadic colors.