COLOR #AFBFB4

HEX: #AFBFB4 RGB: (175,191,180)

Color info

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

RGB color model

#AFBFB4 color RGB value is (175,191,180).

RGB: (175,191,180) (69%, 75%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 180 of 255 = 71%

175
191
180

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

Portions of RGB colors in percentages

R + G + B = 175 + 191 + 180 = 546 (100%)
R 175 of 546 ~ 32.05%
G 191 of 546 ~ 34.98%
B 180 of 546 ~ 32.97'%

%32.05
%34.98
%32.97

CMYK color model

#AFBFB4 color CMYK value is (8,0,6,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK: (8,0,6,25) C8M0Y6K25 (8%,0%,6%,25%) (0.08/0.00/0.06/0.25) 

CMYK percentages

%8.38
%0
%5.76
%25.1

Codes

Color #AFBFB4 in popluar color models

AF BF B4
RGB 175 191 180
HSL 139° 11.11% 71.76%
HSB/HSV 139° 8.38% 74.90%
CMYK 8.38% 0.00% 5.76%
25.10%

Color #AFBFB4 in popluar number systems.

HEX AF BF B4
Decimal 175 191 180
Binary 10101111 10111111 10110100
Octal 257 277 264

Shades and tints

Shades of #AFBFB4

#AFBFB4
(175,191,180)
#A0AEA4
(160,174,164)
#919D94
(145,157,148)
#828C84
(130,140,132)
#737B74
(115,123,116)
#646A64
(100,106,100)
#555954
(85,89,84)
#464844
(70,72,68)
#373734
(55,55,52)
#282624
(40,38,36)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFBFB4

#AFBFB4
(175,191,180)
#B6C4BA
(182,196,186)
#BDC9C0
(189,201,192)
#C4CEC6
(196,206,198)
#CBD3CC
(203,211,204)
#D2D8D2
(210,216,210)
#D9DDD8
(217,221,216)
#E0E2DE
(224,226,222)
#E7E7E4
(231,231,228)
#EEECEA
(238,236,234)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFB4; }

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

This text font color is #AFBFB4.

Background Color

.myBgColor { background-color: #AFBFB4; }

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

This div background color is #AFBFB4.

Border color

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

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

This div border color is #AFBFB4.

Opacity

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

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

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

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

This text has shadow with #AFBFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBFB4.

Preview

Color preview on black background

This text has color #AFBFB4 on black background.


Color preview on white background

This text has color #AFBFB4 on white background.


Black color preview on #AFBFB4 background

This text has black color on #AFBFB4 background.


White color preview on #AFBFB4 background

This text has white color on #AFBFB4 background.


Related colors

Complementary color

Complementary color for #hex is #50404B.


I love getcolorcode.com

Triadic colors

1 #B4AFBF and #BFB4AF with #AFBFB4 are triadic colors.

2 #B4BFAF and #BFAFB4 with #AFBFB4 are triadic colors.