COLOR #AFB19E

HEX: #AFB19E
RGB: (175,177,158)

Color info

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

RGB color model

#AFB19E color RGB value is (175,177,158).

  • red value is 175;
  • green value is 177;
  • blue value is 158.
RGB:
(175,177,158)
(69%,69%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 158 of 255 = 62%

175
177
158

R + G + B ~ 67%. #AFB19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 158 = 510 (100%)
R 175 of 510 ~ 34.31%
G 177 of 510 ~ 34.71%
B 158 of 510 ~ 30.98%

%34.31
%34.71
%30.98

CMYK color model

#AFB19E color CMYK value is (1,0,11,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(1,0,11,31)
C1M0Y11K31 
(1%,0%,11%,31%)
(0.01/0.00/0.11/0.31)	

CMYK percentages

%1.13
%0
%10.73
%30.59

Codes

Color #AFB19E in popluar color models

AFB19E
RGB175177158
HSL66°10.86%65.69%
HSB/HSV66°10.73%69.41%
CMYK1.13%0.00%10.73%
30.59%

Color #AFB19E in popluar number systems.

HEXAFB19E
Decimal175177158
Binary101011111011000110011110
Octal257261236

Shades and tints

Shades of #AFB19E

#AFB19E
(175,177,158)
#A0A190
(160,161,144)
#919182
(145,145,130)
#828174
(130,129,116)
#737166
(115,113,102)
#646158
(100,97,88)
#55514A
(85,81,74)
#46413C
(70,65,60)
#37312E
(55,49,46)
#282120
(40,33,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AFB19E

#AFB19E
(175,177,158)
#B6B8A6
(182,184,166)
#BDBFAE
(189,191,174)
#C4C6B6
(196,198,182)
#CBCDBE
(203,205,190)
#D2D4C6
(210,212,198)
#D9DBCE
(217,219,206)
#E0E2D6
(224,226,214)
#E7E9DE
(231,233,222)
#EEF0E6
(238,240,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB19E color. Also use rgb(175,177,158) instead hex code.

Text Font Color

.myTextColor { color: #AFB19E; }

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

This text font color is #AFB19E.


Background Color

.myBgColor { background-color: #AFB19E; }

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

This div background color is #AFB19E.


Border color

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

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

This div border color is #AFB19E.


Opacity

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

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

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

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

This text has shadow with #AFB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB19E on black background.


Color preview on white background

This text has color #AFB19E on white background.



Black color preview on #AFB19E background

This text has black color on #AFB19E background.


White color preview on #AFB19E background

This text has white color on #AFB19E background.