COLOR #AFB8BD

HEX: #AFB8BD RGB: (175,184,189)

Color info

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

RGB color model

#AFB8BD color RGB value is (175,184,189).

RGB: (175,184,189) (69%, 72%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 189 of 255 = 74%

175
184
189

R + G + B ~ 72%. #AFB8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 189 = 548 (100%)
R 175 of 548 ~ 31.93%
G 184 of 548 ~ 33.58%
B 189 of 548 ~ 34.49'%

%31.93
%33.58
%34.49

CMYK color model

#AFB8BD color CMYK value is (7,3,0,26).

  • cyan value is 7.41%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (7,3,0,26)
C7M3Y0K26 (7%, 3%, 0%, 26%)
(0.07 / 0.03 / 0.00 / 0.26)

CMYK percentages

%7.41
%2.65
%0
%25.88

Codes

Color #AFB8BD in popluar color models

AF B8 BD
RGB 175 184 189
HSL 201° 9.59% 71.37%
HSB/HSV 201° 7.41% 74.12%
CMYK 7.41% 2.65% 0.00%
25.88%

Color #AFB8BD in popluar number systems.

HEX AF B8 BD
Decimal 175 184 189
Binary 10101111 10111000 10111101
Octal 257 270 275

Shades and tints

Shades of #AFB8BD

#AFB8BD
(175,184,189)
#A0A8AC
(160,168,172)
#91989B
(145,152,155)
#82888A
(130,136,138)
#737879
(115,120,121)
#646868
(100,104,104)
#555857
(85,88,87)
#464846
(70,72,70)
#373835
(55,56,53)
#282824
(40,40,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #AFB8BD

#AFB8BD
(175,184,189)
#B6BEC3
(182,190,195)
#BDC4C9
(189,196,201)
#C4CACF
(196,202,207)
#CBD0D5
(203,208,213)
#D2D6DB
(210,214,219)
#D9DCE1
(217,220,225)
#E0E2E7
(224,226,231)
#E7E8ED
(231,232,237)
#EEEEF3
(238,238,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB8BD; }

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

This text font color is #AFB8BD.

Background Color

.myBgColor { background-color: #AFB8BD; }

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

This div background color is #AFB8BD.

Border color

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

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

This div border color is #AFB8BD.

Opacity

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

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

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

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

This text has shadow with #AFB8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB8BD.

Preview

Color preview on black background

This text has color #AFB8BD on black background.


Color preview on white background

This text has color #AFB8BD on white background.


Black color preview on #AFB8BD background

This text has black color on #AFB8BD background.


White color preview on #AFB8BD background

This text has white color on #AFB8BD background.


Related colors

Complementary color

Complementary color for #hex is #504742.


I love getcolorcode.com

Triadic colors

1 #BDAFB8 and #B8BDAF with #AFB8BD are triadic colors.

2 #BDB8AF and #B8AFBD with #AFB8BD are triadic colors.