COLOR #AF978E

HEX: #AF978E
RGB: (175,151,142)

Color info

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

RGB color model

#AF978E color RGB value is (175,151,142).

  • red value is 175;
  • green value is 151;
  • blue value is 142.
RGB:
(175,151,142)
(69%,59%,56%)

RGB channels and saturation

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

175
151
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 142 = 468 (100%)
R 175 of 468 ~ 37.39%
G 151 of 468 ~ 32.26%
B 142 of 468 ~ 30.34%

%37.39
%32.26
%30.34

CMYK color model

#AF978E color CMYK value is (0,14,19,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(0,14,19,31)
C0M14Y19K31 
(0%,14%,19%,31%)
(0.00/0.14/0.19/0.31)	

CMYK percentages

%0
%13.71
%18.86
%31.37

Codes

Color #AF978E in popluar color models

AF978E
RGB175151142
HSL16°17.10%62.16%
HSB/HSV16°18.86%68.63%
CMYK0.00%13.71%18.86%
31.37%

Color #AF978E in popluar number systems.

HEXAF978E
Decimal175151142
Binary101011111001011110001110
Octal257227216

Shades and tints

Shades of #AF978E

#AF978E
(175,151,142)
#A08A82
(160,138,130)
#917D76
(145,125,118)
#82706A
(130,112,106)
#73635E
(115,99,94)
#645652
(100,86,82)
#554946
(85,73,70)
#463C3A
(70,60,58)
#372F2E
(55,47,46)
#282222
(40,34,34)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AF978E

#AF978E
(175,151,142)
#B6A098
(182,160,152)
#BDA9A2
(189,169,162)
#C4B2AC
(196,178,172)
#CBBBB6
(203,187,182)
#D2C4C0
(210,196,192)
#D9CDCA
(217,205,202)
#E0D6D4
(224,214,212)
#E7DFDE
(231,223,222)
#EEE8E8
(238,232,232)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF978E; }

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

This text font color is #AF978E.


Background Color

.myBgColor { background-color: #AF978E; }

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

This div background color is #AF978E.


Border color

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

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

This div border color is #AF978E.


Opacity

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

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

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

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

This text has shadow with #AF978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF978E on black background.


Color preview on white background

This text has color #AF978E on white background.



Black color preview on #AF978E background

This text has black color on #AF978E background.


White color preview on #AF978E background

This text has white color on #AF978E background.