COLOR #AFB097

HEX: #AFB097 RGB: (175,176,151)

Color info

#AFB097 contains red, green and blue colors in about the same proportion. Web safe color of #AFB097 is #999999 (or #999).

RGB color model

#AFB097 color RGB value is (175,176,151).

RGB: (175,176,151) (69%, 69%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 151 of 255 = 59%

175
176
151

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 151 = 502 (100%)
R 175 of 502 ~ 34.86%
G 176 of 502 ~ 35.06%
B 151 of 502 ~ 30.08'%

%34.86
%35.06
%30.08

CMYK color model

#AFB097 color CMYK value is (1,0,14,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK: (1,0,14,31) C1M0Y14K31 (1%,0%,14%,31%) (0.01/0.00/0.14/0.31) 

CMYK percentages

%0.57
%0
%14.2
%30.98

Codes

Color #AFB097 in popluar color models

AF B0 97
RGB 175 176 151
HSL 62° 13.66% 64.12%
HSB/HSV 62° 14.20% 69.02%
CMYK 0.57% 0.00% 14.20%
30.98%

Color #AFB097 in popluar number systems.

HEX AF B0 97
Decimal 175 176 151
Binary 10101111 10110000 10010111
Octal 257 260 227

Shades and tints

Shades of #AFB097

#AFB097
(175,176,151)
#A0A08A
(160,160,138)
#91907D
(145,144,125)
#828070
(130,128,112)
#737063
(115,112,99)
#646056
(100,96,86)
#555049
(85,80,73)
#46403C
(70,64,60)
#37302F
(55,48,47)
#282022
(40,32,34)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #AFB097

#AFB097
(175,176,151)
#B6B7A0
(182,183,160)
#BDBEA9
(189,190,169)
#C4C5B2
(196,197,178)
#CBCCBB
(203,204,187)
#D2D3C4
(210,211,196)
#D9DACD
(217,218,205)
#E0E1D6
(224,225,214)
#E7E8DF
(231,232,223)
#EEEFE8
(238,239,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB097; }

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

This text font color is #AFB097.

Background Color

.myBgColor { background-color: #AFB097; }

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

This div background color is #AFB097.

Border color

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

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

This div border color is #AFB097.

Opacity

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

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

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

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

This text has shadow with #AFB097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB097.

Preview

Color preview on black background

This text has color #AFB097 on black background.


Color preview on white background

This text has color #AFB097 on white background.


Black color preview on #AFB097 background

This text has black color on #AFB097 background.


White color preview on #AFB097 background

This text has white color on #AFB097 background.


Related colors

Complementary color

Complementary color for #hex is #504F68.


I love getcolorcode.com

Triadic colors

1 #97AFB0 and #B097AF with #AFB097 are triadic colors.

2 #97B0AF and #B0AF97 with #AFB097 are triadic colors.