COLOR #AFAFBB

HEX: #AFAFBB RGB: (175,175,187)

Color info

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

RGB color model

#AFAFBB color RGB value is (175,175,187).

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

RGB channels and saturation

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

175
175
187

R + G + B ~ 70%. #AFAFBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 175 + 187 = 537 (100%)
R 175 of 537 ~ 32.59%
G 175 of 537 ~ 32.59%
B 187 of 537 ~ 34.82'%

%32.59
%32.59
%34.82

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (6,6,0,27)
C6M6Y0K27 (6%, 6%, 0%, 27%)
(0.06 / 0.06 / 0.00 / 0.27)

CMYK percentages

%6.42
%6.42
%0
%26.67

Codes

Color #AFAFBB in popluar color models

AF AF BB
RGB 175 175 187
HSL 240° 8.11% 70.98%
HSB/HSV 240° 6.42% 73.33%
CMYK 6.42% 6.42% 0.00%
26.67%

Color #AFAFBB in popluar number systems.

HEX AF AF BB
Decimal 175 175 187
Binary 10101111 10101111 10111011
Octal 257 257 273

Shades and tints

Shades of #AFAFBB

#AFAFBB
(175,175,187)
#A0A0AA
(160,160,170)
#919199
(145,145,153)
#828288
(130,130,136)
#737377
(115,115,119)
#646466
(100,100,102)
#555555
(85,85,85)
#464644
(70,70,68)
#373733
(55,55,51)
#282822
(40,40,34)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFAFBB

#AFAFBB
(175,175,187)
#B6B6C1
(182,182,193)
#BDBDC7
(189,189,199)
#C4C4CD
(196,196,205)
#CBCBD3
(203,203,211)
#D2D2D9
(210,210,217)
#D9D9DF
(217,217,223)
#E0E0E5
(224,224,229)
#E7E7EB
(231,231,235)
#EEEEF1
(238,238,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFBB; }

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

This text font color is #AFAFBB.

Background Color

.myBgColor { background-color: #AFAFBB; }

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

This div background color is #AFAFBB.

Border color

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

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

This div border color is #AFAFBB.

Opacity

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

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

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

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

This text has shadow with #AFAFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAFBB.

Preview

Color preview on black background

This text has color #AFAFBB on black background.


Color preview on white background

This text has color #AFAFBB on white background.


Black color preview on #AFAFBB background

This text has black color on #AFAFBB background.


White color preview on #AFAFBB background

This text has white color on #AFAFBB background.


Related colors

Complementary color

Complementary color for #hex is #505044.


I love getcolorcode.com