COLOR #AFBA97

HEX: #AFBA97 RGB: (175,186,151)

Color info

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

RGB color model

#AFBA97 color RGB value is (175,186,151).

RGB: (175,186,151) (69%, 73%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 151 of 255 = 59%

175
186
151

R + G + B ~ 67%. #AFBA97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 151 = 512 (100%)
R 175 of 512 ~ 34.18%
G 186 of 512 ~ 36.33%
B 151 of 512 ~ 29.49'%

%34.18
%36.33
%29.49

CMYK color model

#AFBA97 color CMYK value is (6,0,19,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 27.06%

CMYK: (6,0,19,27)
C6M0Y19K27 (6%, 0%, 19%, 27%)
(0.06 / 0.00 / 0.19 / 0.27)

CMYK percentages

%5.91
%0
%18.82
%27.06

Codes

Color #AFBA97 in popluar color models

AF BA 97
RGB 175 186 151
HSL 79° 20.23% 66.08%
HSB/HSV 79° 18.82% 72.94%
CMYK 5.91% 0.00% 18.82%
27.06%

Color #AFBA97 in popluar number systems.

HEX AF BA 97
Decimal 175 186 151
Binary 10101111 10111010 10010111
Octal 257 272 227

Shades and tints

Shades of #AFBA97

#AFBA97
(175,186,151)
#A0AA8A
(160,170,138)
#919A7D
(145,154,125)
#828A70
(130,138,112)
#737A63
(115,122,99)
#646A56
(100,106,86)
#555A49
(85,90,73)
#464A3C
(70,74,60)
#373A2F
(55,58,47)
#282A22
(40,42,34)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFBA97

#AFBA97
(175,186,151)
#B6C0A0
(182,192,160)
#BDC6A9
(189,198,169)
#C4CCB2
(196,204,178)
#CBD2BB
(203,210,187)
#D2D8C4
(210,216,196)
#D9DECD
(217,222,205)
#E0E4D6
(224,228,214)
#E7EADF
(231,234,223)
#EEF0E8
(238,240,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBA97 color. Also use rgb(175,186,151) instead hex code.

Text Font Color

.myTextColor { color: #AFBA97; }

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

This text font color is #AFBA97.

Background Color

.myBgColor { background-color: #AFBA97; }

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

This div background color is #AFBA97.

Border color

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

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

This div border color is #AFBA97.

Opacity

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

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

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

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

This text has shadow with #AFBA97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBA97.

Preview

Color preview on black background

This text has color #AFBA97 on black background.


Color preview on white background

This text has color #AFBA97 on white background.


Black color preview on #AFBA97 background

This text has black color on #AFBA97 background.


White color preview on #AFBA97 background

This text has white color on #AFBA97 background.


Related colors

Complementary color

Complementary color for #hex is #504568.


I love getcolorcode.com

Triadic colors

1 #97AFBA and #BA97AF with #AFBA97 are triadic colors.

2 #97BAAF and #BAAF97 with #AFBA97 are triadic colors.