COLOR #AFBB9E

HEX: #AFBB9E RGB: (175,187,158)

Color info

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

RGB color model

#AFBB9E color RGB value is (175,187,158).

RGB: (175,187,158) (69%, 73%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 158 of 255 = 62%

175
187
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 158 = 520 (100%)
R 175 of 520 ~ 33.65%
G 187 of 520 ~ 35.96%
B 158 of 520 ~ 30.38'%

%33.65
%35.96
%30.38

CMYK color model

#AFBB9E color CMYK value is (6,0,16,27).

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

CMYK: (6,0,16,27)
C6M0Y16K27 (6%, 0%, 16%, 27%)
(0.06 / 0.00 / 0.16 / 0.27)

CMYK percentages

%6.42
%0
%15.51
%26.67

Codes

Color #AFBB9E in popluar color models

AF BB 9E
RGB 175 187 158
HSL 85° 17.58% 67.65%
HSB/HSV 85° 15.51% 73.33%
CMYK 6.42% 0.00% 15.51%
26.67%

Color #AFBB9E in popluar number systems.

HEX AF BB 9E
Decimal 175 187 158
Binary 10101111 10111011 10011110
Octal 257 273 236

Shades and tints

Shades of #AFBB9E

#AFBB9E
(175,187,158)
#A0AA90
(160,170,144)
#919982
(145,153,130)
#828874
(130,136,116)
#737766
(115,119,102)
#646658
(100,102,88)
#55554A
(85,85,74)
#46443C
(70,68,60)
#37332E
(55,51,46)
#282220
(40,34,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AFBB9E

#AFBB9E
(175,187,158)
#B6C1A6
(182,193,166)
#BDC7AE
(189,199,174)
#C4CDB6
(196,205,182)
#CBD3BE
(203,211,190)
#D2D9C6
(210,217,198)
#D9DFCE
(217,223,206)
#E0E5D6
(224,229,214)
#E7EBDE
(231,235,222)
#EEF1E6
(238,241,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBB9E; }

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

This text font color is #AFBB9E.

Background Color

.myBgColor { background-color: #AFBB9E; }

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

This div background color is #AFBB9E.

Border color

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

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

This div border color is #AFBB9E.

Opacity

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

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

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

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

This text has shadow with #AFBB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBB9E.

Preview

Color preview on black background

This text has color #AFBB9E on black background.


Color preview on white background

This text has color #AFBB9E on white background.


Black color preview on #AFBB9E background

This text has black color on #AFBB9E background.


White color preview on #AFBB9E background

This text has white color on #AFBB9E background.


Related colors

Complementary color

Complementary color for #hex is #504461.


I love getcolorcode.com

Triadic colors

1 #9EAFBB and #BB9EAF with #AFBB9E are triadic colors.

2 #9EBBAF and #BBAF9E with #AFBB9E are triadic colors.