COLOR #AFBB99

HEX: #AFBB99 RGB: (175,187,153)

Color info

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

RGB color model

#AFBB99 color RGB value is (175,187,153).

RGB: (175,187,153) (69%, 73%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 153 of 255 = 60%

175
187
153

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 153 = 515 (100%)
R 175 of 515 ~ 33.98%
G 187 of 515 ~ 36.31%
B 153 of 515 ~ 29.71'%

%33.98
%36.31
%29.71

CMYK color model

#AFBB99 color CMYK value is (6,0,18,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (6,0,18,27)
C6M0Y18K27 (6%, 0%, 18%, 27%)
(0.06 / 0.00 / 0.18 / 0.27)

CMYK percentages

%6.42
%0
%18.18
%26.67

Codes

Color #AFBB99 in popluar color models

AF BB 99
RGB 175 187 153
HSL 81° 20.00% 66.67%
HSB/HSV 81° 18.18% 73.33%
CMYK 6.42% 0.00% 18.18%
26.67%

Color #AFBB99 in popluar number systems.

HEX AF BB 99
Decimal 175 187 153
Binary 10101111 10111011 10011001
Octal 257 273 231

Shades and tints

Shades of #AFBB99

#AFBB99
(175,187,153)
#A0AA8C
(160,170,140)
#91997F
(145,153,127)
#828872
(130,136,114)
#737765
(115,119,101)
#646658
(100,102,88)
#55554B
(85,85,75)
#46443E
(70,68,62)
#373331
(55,51,49)
#282224
(40,34,36)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #AFBB99

#AFBB99
(175,187,153)
#B6C1A2
(182,193,162)
#BDC7AB
(189,199,171)
#C4CDB4
(196,205,180)
#CBD3BD
(203,211,189)
#D2D9C6
(210,217,198)
#D9DFCF
(217,223,207)
#E0E5D8
(224,229,216)
#E7EBE1
(231,235,225)
#EEF1EA
(238,241,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBB99 color. Also use rgb(175,187,153) instead hex code.

Text Font Color

.myTextColor { color: #AFBB99; }

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

This text font color is #AFBB99.

Background Color

.myBgColor { background-color: #AFBB99; }

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

This div background color is #AFBB99.

Border color

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

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

This div border color is #AFBB99.

Opacity

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

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

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

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

This text has shadow with #AFBB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBB99.

Preview

Color preview on black background

This text has color #AFBB99 on black background.


Color preview on white background

This text has color #AFBB99 on white background.


Black color preview on #AFBB99 background

This text has black color on #AFBB99 background.


White color preview on #AFBB99 background

This text has white color on #AFBB99 background.


Related colors

Complementary color

Complementary color for #hex is #504466.


I love getcolorcode.com

Triadic colors

1 #99AFBB and #BB99AF with #AFBB99 are triadic colors.

2 #99BBAF and #BBAF99 with #AFBB99 are triadic colors.