COLOR #AFB99D

HEX: #AFB99D RGB: (175,185,157)

Color info

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

RGB color model

#AFB99D color RGB value is (175,185,157).

RGB: (175,185,157) (69%, 73%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 157 of 255 = 62%

175
185
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 157 = 517 (100%)
R 175 of 517 ~ 33.85%
G 185 of 517 ~ 35.78%
B 157 of 517 ~ 30.37'%

%33.85
%35.78
%30.37

CMYK color model

#AFB99D color CMYK value is (5,0,15,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%

CMYK: (5,0,15,27)
C5M0Y15K27 (5%, 0%, 15%, 27%)
(0.05 / 0.00 / 0.15 / 0.27)

CMYK percentages

%5.41
%0
%15.14
%27.45

Codes

Color #AFB99D in popluar color models

AF B9 9D
RGB 175 185 157
HSL 81° 16.67% 67.06%
HSB/HSV 81° 15.14% 72.55%
CMYK 5.41% 0.00% 15.14%
27.45%

Color #AFB99D in popluar number systems.

HEX AF B9 9D
Decimal 175 185 157
Binary 10101111 10111001 10011101
Octal 257 271 235

Shades and tints

Shades of #AFB99D

#AFB99D
(175,185,157)
#A0A98F
(160,169,143)
#919981
(145,153,129)
#828973
(130,137,115)
#737965
(115,121,101)
#646957
(100,105,87)
#555949
(85,89,73)
#46493B
(70,73,59)
#37392D
(55,57,45)
#28291F
(40,41,31)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFB99D

#AFB99D
(175,185,157)
#B6BFA5
(182,191,165)
#BDC5AD
(189,197,173)
#C4CBB5
(196,203,181)
#CBD1BD
(203,209,189)
#D2D7C5
(210,215,197)
#D9DDCD
(217,221,205)
#E0E3D5
(224,227,213)
#E7E9DD
(231,233,221)
#EEEFE5
(238,239,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB99D color. Also use rgb(175,185,157) instead hex code.

Text Font Color

.myTextColor { color: #AFB99D; }

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

This text font color is #AFB99D.

Background Color

.myBgColor { background-color: #AFB99D; }

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

This div background color is #AFB99D.

Border color

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

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

This div border color is #AFB99D.

Opacity

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

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

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

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

This text has shadow with #AFB99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB99D.

Preview

Color preview on black background

This text has color #AFB99D on black background.


Color preview on white background

This text has color #AFB99D on white background.


Black color preview on #AFB99D background

This text has black color on #AFB99D background.


White color preview on #AFB99D background

This text has white color on #AFB99D background.


Related colors

Complementary color

Complementary color for #hex is #504662.


I love getcolorcode.com

Triadic colors

1 #9DAFB9 and #B99DAF with #AFB99D are triadic colors.

2 #9DB9AF and #B9AF9D with #AFB99D are triadic colors.