COLOR #AFB18E

HEX: #AFB18E
RGB: (175,177,142)

Color info

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

RGB color model

#AFB18E color RGB value is (175,177,142).

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

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 142 of 255 = 56%

175
177
142

R + G + B ~ 65%. #AFB18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 142 = 494 (100%)
R 175 of 494 ~ 35.43%
G 177 of 494 ~ 35.83%
B 142 of 494 ~ 28.74%

%35.43
%35.83
%28.74

CMYK color model

#AFB18E color CMYK value is (1,0,20,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 30.59%
CMYK:
(1,0,20,31)
C1M0Y20K31 
(1%,0%,20%,31%)
(0.01/0.00/0.20/0.31)	

CMYK percentages

%1.13
%0
%19.77
%30.59

Codes

Color #AFB18E in popluar color models

AFB18E
RGB175177142
HSL63°18.32%62.55%
HSB/HSV63°19.77%69.41%
CMYK1.13%0.00%19.77%
30.59%

Color #AFB18E in popluar number systems.

HEXAFB18E
Decimal175177142
Binary101011111011000110001110
Octal257261216

Shades and tints

Shades of #AFB18E

#AFB18E
(175,177,142)
#A0A182
(160,161,130)
#919176
(145,145,118)
#82816A
(130,129,106)
#73715E
(115,113,94)
#646152
(100,97,82)
#555146
(85,81,70)
#46413A
(70,65,58)
#37312E
(55,49,46)
#282122
(40,33,34)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AFB18E

#AFB18E
(175,177,142)
#B6B898
(182,184,152)
#BDBFA2
(189,191,162)
#C4C6AC
(196,198,172)
#CBCDB6
(203,205,182)
#D2D4C0
(210,212,192)
#D9DBCA
(217,219,202)
#E0E2D4
(224,226,212)
#E7E9DE
(231,233,222)
#EEF0E8
(238,240,232)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB18E; }

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

This text font color is #AFB18E.


Background Color

.myBgColor { background-color: #AFB18E; }

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

This div background color is #AFB18E.


Border color

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

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

This div border color is #AFB18E.


Opacity

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

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

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

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

This text has shadow with #AFB18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB18E on black background.


Color preview on white background

This text has color #AFB18E on white background.



Black color preview on #AFB18E background

This text has black color on #AFB18E background.


White color preview on #AFB18E background

This text has white color on #AFB18E background.