COLOR #AFB8B4

HEX: #AFB8B4 RGB: (175,184,180)

Color info

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

RGB color model

#AFB8B4 color RGB value is (175,184,180).

RGB: (175,184,180) (69%, 72%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 180 of 255 = 71%

175
184
180

R + G + B ~ 71%. #AFB8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 180 = 539 (100%)
R 175 of 539 ~ 32.47%
G 184 of 539 ~ 34.14%
B 180 of 539 ~ 33.4'%

%32.47
%34.14
%33.4

CMYK color model

#AFB8B4 color CMYK value is (5,0,2,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 27.84%

CMYK: (5,0,2,28)
C5M0Y2K28 (5%, 0%, 2%, 28%)
(0.05 / 0.00 / 0.02 / 0.28)

CMYK percentages

%4.89
%0
%2.17
%27.84

Codes

Color #AFB8B4 in popluar color models

AF B8 B4
RGB 175 184 180
HSL 153° 5.96% 70.39%
HSB/HSV 153° 4.89% 72.16%
CMYK 4.89% 0.00% 2.17%
27.84%

Color #AFB8B4 in popluar number systems.

HEX AF B8 B4
Decimal 175 184 180
Binary 10101111 10111000 10110100
Octal 257 270 264

Shades and tints

Shades of #AFB8B4

#AFB8B4
(175,184,180)
#A0A8A4
(160,168,164)
#919894
(145,152,148)
#828884
(130,136,132)
#737874
(115,120,116)
#646864
(100,104,100)
#555854
(85,88,84)
#464844
(70,72,68)
#373834
(55,56,52)
#282824
(40,40,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFB8B4

#AFB8B4
(175,184,180)
#B6BEBA
(182,190,186)
#BDC4C0
(189,196,192)
#C4CAC6
(196,202,198)
#CBD0CC
(203,208,204)
#D2D6D2
(210,214,210)
#D9DCD8
(217,220,216)
#E0E2DE
(224,226,222)
#E7E8E4
(231,232,228)
#EEEEEA
(238,238,234)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB8B4; }

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

This text font color is #AFB8B4.

Background Color

.myBgColor { background-color: #AFB8B4; }

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

This div background color is #AFB8B4.

Border color

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

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

This div border color is #AFB8B4.

Opacity

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

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

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

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

This text has shadow with #AFB8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB8B4.

Preview

Color preview on black background

This text has color #AFB8B4 on black background.


Color preview on white background

This text has color #AFB8B4 on white background.


Black color preview on #AFB8B4 background

This text has black color on #AFB8B4 background.


White color preview on #AFB8B4 background

This text has white color on #AFB8B4 background.


Related colors

Complementary color

Complementary color for #hex is #50474B.


I love getcolorcode.com

Triadic colors

1 #B4AFB8 and #B8B4AF with #AFB8B4 are triadic colors.

2 #B4B8AF and #B8AFB4 with #AFB8B4 are triadic colors.