COLOR #AFBFBD

HEX: #AFBFBD
RGB: (175,191,189)

Color info

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

RGB color model

#AFBFBD color RGB value is (175,191,189).

  • red value is 175;
  • green value is 191;
  • blue value is 189.
RGB:
(175,191,189)
(69%,75%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 189 of 255 = 74%

175
191
189

R + G + B ~ 73%. #AFBFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 189 = 555 (100%)
R 175 of 555 ~ 31.53%
G 191 of 555 ~ 34.41%
B 189 of 555 ~ 34.05%

%31.53
%34.41
%34.05

CMYK color model

#AFBFBD color CMYK value is (8,0,1,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(8,0,1,25)
C8M0Y1K25 
(8%,0%,1%,25%)
(0.08/0.00/0.01/0.25)	

CMYK percentages

%8.38
%0
%1.05
%25.1

Codes

Color #AFBFBD in popluar color models

AFBFBD
RGB175191189
HSL173°11.11%71.76%
HSB/HSV173°8.38%74.90%
CMYK8.38%0.00%1.05%
25.10%

Color #AFBFBD in popluar number systems.

HEXAFBFBD
Decimal175191189
Binary101011111011111110111101
Octal257277275

Shades and tints

Shades of #AFBFBD

#AFBFBD
(175,191,189)
#A0AEAC
(160,174,172)
#919D9B
(145,157,155)
#828C8A
(130,140,138)
#737B79
(115,123,121)
#646A68
(100,106,104)
#555957
(85,89,87)
#464846
(70,72,70)
#373735
(55,55,53)
#282624
(40,38,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFBFBD

#AFBFBD
(175,191,189)
#B6C4C3
(182,196,195)
#BDC9C9
(189,201,201)
#C4CECF
(196,206,207)
#CBD3D5
(203,211,213)
#D2D8DB
(210,216,219)
#D9DDE1
(217,221,225)
#E0E2E7
(224,226,231)
#E7E7ED
(231,231,237)
#EEECF3
(238,236,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFBD; }

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

This text font color is #AFBFBD.


Background Color

.myBgColor { background-color: #AFBFBD; }

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

This div background color is #AFBFBD.


Border color

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

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

This div border color is #AFBFBD.


Opacity

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

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

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

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

This text has shadow with #AFBFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFBD on black background.


Color preview on white background

This text has color #AFBFBD on white background.



Black color preview on #AFBFBD background

This text has black color on #AFBFBD background.


White color preview on #AFBFBD background

This text has white color on #AFBFBD background.