COLOR #AFB696

HEX: #AFB696 RGB: (175,182,150)

Color info

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

RGB color model

#AFB696 color RGB value is (175,182,150).

RGB: (175,182,150) (69%, 71%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 150 of 255 = 59%

175
182
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 182 + 150 = 507 (100%)
R 175 of 507 ~ 34.52%
G 182 of 507 ~ 35.9%
B 150 of 507 ~ 29.59'%

%34.52
%35.9
%29.59

CMYK color model

#AFB696 color CMYK value is (4,0,18,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 28.63%

CMYK: (4,0,18,29)
C4M0Y18K29 (4%, 0%, 18%, 29%)
(0.04 / 0.00 / 0.18 / 0.29)

CMYK percentages

%3.85
%0
%17.58
%28.63

Codes

Color #AFB696 in popluar color models

AF B6 96
RGB 175 182 150
HSL 73° 17.98% 65.10%
HSB/HSV 73° 17.58% 71.37%
CMYK 3.85% 0.00% 17.58%
28.63%

Color #AFB696 in popluar number systems.

HEX AF B6 96
Decimal 175 182 150
Binary 10101111 10110110 10010110
Octal 257 266 226

Shades and tints

Shades of #AFB696

#AFB696
(175,182,150)
#A0A689
(160,166,137)
#91967C
(145,150,124)
#82866F
(130,134,111)
#737662
(115,118,98)
#646655
(100,102,85)
#555648
(85,86,72)
#46463B
(70,70,59)
#37362E
(55,54,46)
#282621
(40,38,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFB696

#AFB696
(175,182,150)
#B6BC9F
(182,188,159)
#BDC2A8
(189,194,168)
#C4C8B1
(196,200,177)
#CBCEBA
(203,206,186)
#D2D4C3
(210,212,195)
#D9DACC
(217,218,204)
#E0E0D5
(224,224,213)
#E7E6DE
(231,230,222)
#EEECE7
(238,236,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB696; }

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

This text font color is #AFB696.

Background Color

.myBgColor { background-color: #AFB696; }

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

This div background color is #AFB696.

Border color

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

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

This div border color is #AFB696.

Opacity

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

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

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

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

This text has shadow with #AFB696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB696.

Preview

Color preview on black background

This text has color #AFB696 on black background.


Color preview on white background

This text has color #AFB696 on white background.


Black color preview on #AFB696 background

This text has black color on #AFB696 background.


White color preview on #AFB696 background

This text has white color on #AFB696 background.


Related colors

Complementary color

Complementary color for #hex is #504969.


I love getcolorcode.com

Triadic colors

1 #96AFB6 and #B696AF with #AFB696 are triadic colors.

2 #96B6AF and #B6AF96 with #AFB696 are triadic colors.