COLOR #AFBBBF

HEX: #AFBBBF RGB: (175,187,191)

Color info

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

RGB color model

#AFBBBF color RGB value is (175,187,191).

RGB: (175,187,191) (69%, 73%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 191 of 255 = 75%

175
187
191

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 191 = 553 (100%)
R 175 of 553 ~ 31.65%
G 187 of 553 ~ 33.82%
B 191 of 553 ~ 34.54'%

%31.65
%33.82
%34.54

CMYK color model

#AFBBBF color CMYK value is (8,2,0,25).

  • cyan value is 8.38%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (8,2,0,25)
C8M2Y0K25 (8%, 2%, 0%, 25%)
(0.08 / 0.02 / 0.00 / 0.25)

CMYK percentages

%8.38
%2.09
%0
%25.1

Codes

Color #AFBBBF in popluar color models

AF BB BF
RGB 175 187 191
HSL 195° 11.11% 71.76%
HSB/HSV 195° 8.38% 74.90%
CMYK 8.38% 2.09% 0.00%
25.10%

Color #AFBBBF in popluar number systems.

HEX AF BB BF
Decimal 175 187 191
Binary 10101111 10111011 10111111
Octal 257 273 277

Shades and tints

Shades of #AFBBBF

#AFBBBF
(175,187,191)
#A0AAAE
(160,170,174)
#91999D
(145,153,157)
#82888C
(130,136,140)
#73777B
(115,119,123)
#64666A
(100,102,106)
#555559
(85,85,89)
#464448
(70,68,72)
#373337
(55,51,55)
#282226
(40,34,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFBBBF

#AFBBBF
(175,187,191)
#B6C1C4
(182,193,196)
#BDC7C9
(189,199,201)
#C4CDCE
(196,205,206)
#CBD3D3
(203,211,211)
#D2D9D8
(210,217,216)
#D9DFDD
(217,223,221)
#E0E5E2
(224,229,226)
#E7EBE7
(231,235,231)
#EEF1EC
(238,241,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBBF; }

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

This text font color is #AFBBBF.

Background Color

.myBgColor { background-color: #AFBBBF; }

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

This div background color is #AFBBBF.

Border color

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

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

This div border color is #AFBBBF.

Opacity

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

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

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

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

This text has shadow with #AFBBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBBF.

Preview

Color preview on black background

This text has color #AFBBBF on black background.


Color preview on white background

This text has color #AFBBBF on white background.


Black color preview on #AFBBBF background

This text has black color on #AFBBBF background.


White color preview on #AFBBBF background

This text has white color on #AFBBBF background.


Related colors

Complementary color

Complementary color for #hex is #504440.


I love getcolorcode.com

Triadic colors

1 #BFAFBB and #BBBFAF with #AFBBBF are triadic colors.

2 #BFBBAF and #BBAFBF with #AFBBBF are triadic colors.