COLOR #AF978F

HEX: #AF978F RGB: (175,151,143)

Color info

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

RGB color model

#AF978F color RGB value is (175,151,143).

RGB: (175,151,143) (69%, 59%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 143 of 255 = 56%

175
151
143

R + G + B ~ 61%. #AF978F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 143 = 469 (100%)
R 175 of 469 ~ 37.31%
G 151 of 469 ~ 32.2%
B 143 of 469 ~ 30.49'%

%37.31
%32.2
%30.49

CMYK color model

#AF978F color CMYK value is (0,14,18,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 18.29%
  • key color value is 31.37%

CMYK: (0,14,18,31)
C0M14Y18K31 (0%, 14%, 18%, 31%)
(0.00 / 0.14 / 0.18 / 0.31)

CMYK percentages

%0
%13.71
%18.29
%31.37

Codes

Color #AF978F in popluar color models

AF 97 8F
RGB 175 151 143
HSL 15° 16.67% 62.35%
HSB/HSV 15° 18.29% 68.63%
CMYK 0.00% 13.71% 18.29%
31.37%

Color #AF978F in popluar number systems.

HEX AF 97 8F
Decimal 175 151 143
Binary 10101111 10010111 10001111
Octal 257 227 217

Shades and tints

Shades of #AF978F

#AF978F
(175,151,143)
#A08A82
(160,138,130)
#917D75
(145,125,117)
#827068
(130,112,104)
#73635B
(115,99,91)
#64564E
(100,86,78)
#554941
(85,73,65)
#463C34
(70,60,52)
#372F27
(55,47,39)
#28221A
(40,34,26)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AF978F

#AF978F
(175,151,143)
#B6A099
(182,160,153)
#BDA9A3
(189,169,163)
#C4B2AD
(196,178,173)
#CBBBB7
(203,187,183)
#D2C4C1
(210,196,193)
#D9CDCB
(217,205,203)
#E0D6D5
(224,214,213)
#E7DFDF
(231,223,223)
#EEE8E9
(238,232,233)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF978F; }

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

This text font color is #AF978F.

Background Color

.myBgColor { background-color: #AF978F; }

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

This div background color is #AF978F.

Border color

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

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

This div border color is #AF978F.

Opacity

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

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

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

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

This text has shadow with #AF978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF978F.

Preview

Color preview on black background

This text has color #AF978F on black background.


Color preview on white background

This text has color #AF978F on white background.


Black color preview on #AF978F background

This text has black color on #AF978F background.


White color preview on #AF978F background

This text has white color on #AF978F background.


Related colors

Complementary color

Complementary color for #hex is #506870.


I love getcolorcode.com

Triadic colors

1 #8FAF97 and #978FAF with #AF978F are triadic colors.

2 #8F97AF and #97AF8F with #AF978F are triadic colors.