COLOR #AFB2AD

HEX: #AFB2AD RGB: (175,178,173)

Color info

#AFB2AD contains red, green and blue colors in about the same proportion. Web safe color of #AFB2AD is #999999 (or #999).

RGB color model

#AFB2AD color RGB value is (175,178,173).

RGB: (175,178,173) (69%, 70%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 173 of 255 = 68%

175
178
173

R + G + B ~ 69%. #AFB2AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 173 = 526 (100%)
R 175 of 526 ~ 33.27%
G 178 of 526 ~ 33.84%
B 173 of 526 ~ 32.89'%

%33.27
%33.84
%32.89

CMYK color model

#AFB2AD color CMYK value is (2,0,3,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • key color value is 30.20%

CMYK: (2,0,3,30)
C2M0Y3K30 (2%, 0%, 3%, 30%)
(0.02 / 0.00 / 0.03 / 0.30)

CMYK percentages

%1.69
%0
%2.81
%30.2

Codes

Color #AFB2AD in popluar color models

AF B2 AD
RGB 175 178 173
HSL 96° 3.14% 68.82%
HSB/HSV 96° 2.81% 69.80%
CMYK 1.69% 0.00% 2.81%
30.20%

Color #AFB2AD in popluar number systems.

HEX AF B2 AD
Decimal 175 178 173
Binary 10101111 10110010 10101101
Octal 257 262 255

Shades and tints

Shades of #AFB2AD

#AFB2AD
(175,178,173)
#A0A29E
(160,162,158)
#91928F
(145,146,143)
#828280
(130,130,128)
#737271
(115,114,113)
#646262
(100,98,98)
#555253
(85,82,83)
#464244
(70,66,68)
#373235
(55,50,53)
#282226
(40,34,38)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AFB2AD

#AFB2AD
(175,178,173)
#B6B9B4
(182,185,180)
#BDC0BB
(189,192,187)
#C4C7C2
(196,199,194)
#CBCEC9
(203,206,201)
#D2D5D0
(210,213,208)
#D9DCD7
(217,220,215)
#E0E3DE
(224,227,222)
#E7EAE5
(231,234,229)
#EEF1EC
(238,241,236)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB2AD; }

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

This text font color is #AFB2AD.

Background Color

.myBgColor { background-color: #AFB2AD; }

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

This div background color is #AFB2AD.

Border color

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

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

This div border color is #AFB2AD.

Opacity

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

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

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

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

This text has shadow with #AFB2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB2AD.

Preview

Color preview on black background

This text has color #AFB2AD on black background.


Color preview on white background

This text has color #AFB2AD on white background.


Black color preview on #AFB2AD background

This text has black color on #AFB2AD background.


White color preview on #AFB2AD background

This text has white color on #AFB2AD background.


Related colors

Complementary color

Complementary color for #hex is #504D52.


I love getcolorcode.com

Triadic colors

1 #ADAFB2 and #B2ADAF with #AFB2AD are triadic colors.

2 #ADB2AF and #B2AFAD with #AFB2AD are triadic colors.