COLOR #AFBD8E

HEX: #AFBD8E
RGB: (175,189,142)

Color info

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

RGB color model

#AFBD8E color RGB value is (175,189,142).

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

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 142 of 255 = 56%

175
189
142

R + G + B ~ 66%. #AFBD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 142 = 506 (100%)
R 175 of 506 ~ 34.58%
G 189 of 506 ~ 37.35%
B 142 of 506 ~ 28.06%

%34.58
%37.35
%28.06

CMYK color model

#AFBD8E color CMYK value is (7,0,25,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(7,0,25,26)
C7M0Y25K26 
(7%,0%,25%,26%)
(0.07/0.00/0.25/0.26)	

CMYK percentages

%7.41
%0
%24.87
%25.88

Codes

Color #AFBD8E in popluar color models

AFBD8E
RGB175189142
HSL78°26.26%64.90%
HSB/HSV78°24.87%74.12%
CMYK7.41%0.00%24.87%
25.88%

Color #AFBD8E in popluar number systems.

HEXAFBD8E
Decimal175189142
Binary101011111011110110001110
Octal257275216

Shades and tints

Shades of #AFBD8E

#AFBD8E
(175,189,142)
#A0AC82
(160,172,130)
#919B76
(145,155,118)
#828A6A
(130,138,106)
#73795E
(115,121,94)
#646852
(100,104,82)
#555746
(85,87,70)
#46463A
(70,70,58)
#37352E
(55,53,46)
#282422
(40,36,34)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AFBD8E

#AFBD8E
(175,189,142)
#B6C398
(182,195,152)
#BDC9A2
(189,201,162)
#C4CFAC
(196,207,172)
#CBD5B6
(203,213,182)
#D2DBC0
(210,219,192)
#D9E1CA
(217,225,202)
#E0E7D4
(224,231,212)
#E7EDDE
(231,237,222)
#EEF3E8
(238,243,232)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBD8E; }

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

This text font color is #AFBD8E.


Background Color

.myBgColor { background-color: #AFBD8E; }

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

This div background color is #AFBD8E.


Border color

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

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

This div border color is #AFBD8E.


Opacity

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

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

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

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

This text has shadow with #AFBD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBD8E on black background.


Color preview on white background

This text has color #AFBD8E on white background.



Black color preview on #AFBD8E background

This text has black color on #AFBD8E background.


White color preview on #AFBD8E background

This text has white color on #AFBD8E background.