COLOR #AFBB9C

HEX: #AFBB9C RGB: (175,187,156)

Color info

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

RGB color model

#AFBB9C color RGB value is (175,187,156).

RGB: (175,187,156) (69%, 73%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 156 of 255 = 61%

175
187
156

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 156 = 518 (100%)
R 175 of 518 ~ 33.78%
G 187 of 518 ~ 36.1%
B 156 of 518 ~ 30.12'%

%33.78
%36.1
%30.12

CMYK color model

#AFBB9C color CMYK value is (6,0,17,27).

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

CMYK: (6,0,17,27)
C6M0Y17K27 (6%, 0%, 17%, 27%)
(0.06 / 0.00 / 0.17 / 0.27)

CMYK percentages

%6.42
%0
%16.58
%26.67

Codes

Color #AFBB9C in popluar color models

AF BB 9C
RGB 175 187 156
HSL 83° 18.56% 67.25%
HSB/HSV 83° 16.58% 73.33%
CMYK 6.42% 0.00% 16.58%
26.67%

Color #AFBB9C in popluar number systems.

HEX AF BB 9C
Decimal 175 187 156
Binary 10101111 10111011 10011100
Octal 257 273 234

Shades and tints

Shades of #AFBB9C

#AFBB9C
(175,187,156)
#A0AA8E
(160,170,142)
#919980
(145,153,128)
#828872
(130,136,114)
#737764
(115,119,100)
#646656
(100,102,86)
#555548
(85,85,72)
#46443A
(70,68,58)
#37332C
(55,51,44)
#28221E
(40,34,30)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AFBB9C

#AFBB9C
(175,187,156)
#B6C1A5
(182,193,165)
#BDC7AE
(189,199,174)
#C4CDB7
(196,205,183)
#CBD3C0
(203,211,192)
#D2D9C9
(210,217,201)
#D9DFD2
(217,223,210)
#E0E5DB
(224,229,219)
#E7EBE4
(231,235,228)
#EEF1ED
(238,241,237)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBB9C; }

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

This text font color is #AFBB9C.

Background Color

.myBgColor { background-color: #AFBB9C; }

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

This div background color is #AFBB9C.

Border color

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

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

This div border color is #AFBB9C.

Opacity

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

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

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

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

This text has shadow with #AFBB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBB9C.

Preview

Color preview on black background

This text has color #AFBB9C on black background.


Color preview on white background

This text has color #AFBB9C on white background.


Black color preview on #AFBB9C background

This text has black color on #AFBB9C background.


White color preview on #AFBB9C background

This text has white color on #AFBB9C background.


Related colors

Complementary color

Complementary color for #hex is #504463.


I love getcolorcode.com

Triadic colors

1 #9CAFBB and #BB9CAF with #AFBB9C are triadic colors.

2 #9CBBAF and #BBAF9C with #AFBB9C are triadic colors.