COLOR #AFB68E

HEX: #AFB68E
RGB: (175,182,142)

Color info

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

RGB color model

#AFB68E color RGB value is (175,182,142).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 142 of 255 = 56%

175
182
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 142 = 499 (100%)
R 175 of 499 ~ 35.07%
G 182 of 499 ~ 36.47%
B 142 of 499 ~ 28.46%

%35.07
%36.47
%28.46

CMYK color model

#AFB68E color CMYK value is (4,0,22,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(4,0,22,29)
C4M0Y22K29 
(4%,0%,22%,29%)
(0.04/0.00/0.22/0.29)	

CMYK percentages

%3.85
%0
%21.98
%28.63

Codes

Color #AFB68E in popluar color models

AFB68E
RGB175182142
HSL71°21.51%63.53%
HSB/HSV71°21.98%71.37%
CMYK3.85%0.00%21.98%
28.63%

Color #AFB68E in popluar number systems.

HEXAFB68E
Decimal175182142
Binary101011111011011010001110
Octal257266216

Shades and tints

Shades of #AFB68E

#AFB68E
(175,182,142)
#A0A682
(160,166,130)
#919676
(145,150,118)
#82866A
(130,134,106)
#73765E
(115,118,94)
#646652
(100,102,82)
#555646
(85,86,70)
#46463A
(70,70,58)
#37362E
(55,54,46)
#282622
(40,38,34)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFB68E

#AFB68E
(175,182,142)
#B6BC98
(182,188,152)
#BDC2A2
(189,194,162)
#C4C8AC
(196,200,172)
#CBCEB6
(203,206,182)
#D2D4C0
(210,212,192)
#D9DACA
(217,218,202)
#E0E0D4
(224,224,212)
#E7E6DE
(231,230,222)
#EEECE8
(238,236,232)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB68E; }

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

This text font color is #AFB68E.


Background Color

.myBgColor { background-color: #AFB68E; }

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

This div background color is #AFB68E.


Border color

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

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

This div border color is #AFB68E.


Opacity

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

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

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

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

This text has shadow with #AFB68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB68E on black background.


Color preview on white background

This text has color #AFB68E on white background.



Black color preview on #AFB68E background

This text has black color on #AFB68E background.


White color preview on #AFB68E background

This text has white color on #AFB68E background.