COLOR #AFBD9F

HEX: #AFBD9F RGB: (175,189,159)

Color info

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

RGB color model

#AFBD9F color RGB value is (175,189,159).

RGB: (175,189,159) (69%, 74%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 159 of 255 = 62%

175
189
159

R + G + B ~ 68%. #AFBD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 189 + 159 = 523 (100%)
R 175 of 523 ~ 33.46%
G 189 of 523 ~ 36.14%
B 159 of 523 ~ 30.4'%

%33.46
%36.14
%30.4

CMYK color model

#AFBD9F color CMYK value is (7,0,16,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%

CMYK: (7,0,16,26)
C7M0Y16K26 (7%, 0%, 16%, 26%)
(0.07 / 0.00 / 0.16 / 0.26)

CMYK percentages

%7.41
%0
%15.87
%25.88

Codes

Color #AFBD9F in popluar color models

AF BD 9F
RGB 175 189 159
HSL 88° 18.52% 68.24%
HSB/HSV 88° 15.87% 74.12%
CMYK 7.41% 0.00% 15.87%
25.88%

Color #AFBD9F in popluar number systems.

HEX AF BD 9F
Decimal 175 189 159
Binary 10101111 10111101 10011111
Octal 257 275 237

Shades and tints

Shades of #AFBD9F

#AFBD9F
(175,189,159)
#A0AC91
(160,172,145)
#919B83
(145,155,131)
#828A75
(130,138,117)
#737967
(115,121,103)
#646859
(100,104,89)
#55574B
(85,87,75)
#46463D
(70,70,61)
#37352F
(55,53,47)
#282421
(40,36,33)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AFBD9F

#AFBD9F
(175,189,159)
#B6C3A7
(182,195,167)
#BDC9AF
(189,201,175)
#C4CFB7
(196,207,183)
#CBD5BF
(203,213,191)
#D2DBC7
(210,219,199)
#D9E1CF
(217,225,207)
#E0E7D7
(224,231,215)
#E7EDDF
(231,237,223)
#EEF3E7
(238,243,231)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBD9F; }

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

This text font color is #AFBD9F.

Background Color

.myBgColor { background-color: #AFBD9F; }

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

This div background color is #AFBD9F.

Border color

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

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

This div border color is #AFBD9F.

Opacity

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

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

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

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

This text has shadow with #AFBD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBD9F.

Preview

Color preview on black background

This text has color #AFBD9F on black background.


Color preview on white background

This text has color #AFBD9F on white background.


Black color preview on #AFBD9F background

This text has black color on #AFBD9F background.


White color preview on #AFBD9F background

This text has white color on #AFBD9F background.


Related colors

Complementary color

Complementary color for #hex is #504260.


I love getcolorcode.com

Triadic colors

1 #9FAFBD and #BD9FAF with #AFBD9F are triadic colors.

2 #9FBDAF and #BDAF9F with #AFBD9F are triadic colors.