COLOR #AFBBA4

HEX: #AFBBA4 RGB: (175,187,164)

Color info

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

RGB color model

#AFBBA4 color RGB value is (175,187,164).

RGB: (175,187,164) (69%, 73%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 164 of 255 = 64%

175
187
164

R + G + B ~ 69%. #AFBBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 164 = 526 (100%)
R 175 of 526 ~ 33.27%
G 187 of 526 ~ 35.55%
B 164 of 526 ~ 31.18'%

%33.27
%35.55
%31.18

CMYK color model

#AFBBA4 color CMYK value is (6,0,12,27).

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

CMYK: (6,0,12,27)
C6M0Y12K27 (6%, 0%, 12%, 27%)
(0.06 / 0.00 / 0.12 / 0.27)

CMYK percentages

%6.42
%0
%12.3
%26.67

Codes

Color #AFBBA4 in popluar color models

AF BB A4
RGB 175 187 164
HSL 91° 14.47% 68.82%
HSB/HSV 91° 12.30% 73.33%
CMYK 6.42% 0.00% 12.30%
26.67%

Color #AFBBA4 in popluar number systems.

HEX AF BB A4
Decimal 175 187 164
Binary 10101111 10111011 10100100
Octal 257 273 244

Shades and tints

Shades of #AFBBA4

#AFBBA4
(175,187,164)
#A0AA96
(160,170,150)
#919988
(145,153,136)
#82887A
(130,136,122)
#73776C
(115,119,108)
#64665E
(100,102,94)
#555550
(85,85,80)
#464442
(70,68,66)
#373334
(55,51,52)
#282226
(40,34,38)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AFBBA4

#AFBBA4
(175,187,164)
#B6C1AC
(182,193,172)
#BDC7B4
(189,199,180)
#C4CDBC
(196,205,188)
#CBD3C4
(203,211,196)
#D2D9CC
(210,217,204)
#D9DFD4
(217,223,212)
#E0E5DC
(224,229,220)
#E7EBE4
(231,235,228)
#EEF1EC
(238,241,236)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBA4; }

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

This text font color is #AFBBA4.

Background Color

.myBgColor { background-color: #AFBBA4; }

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

This div background color is #AFBBA4.

Border color

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

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

This div border color is #AFBBA4.

Opacity

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

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

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

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

This text has shadow with #AFBBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBA4.

Preview

Color preview on black background

This text has color #AFBBA4 on black background.


Color preview on white background

This text has color #AFBBA4 on white background.


Black color preview on #AFBBA4 background

This text has black color on #AFBBA4 background.


White color preview on #AFBBA4 background

This text has white color on #AFBBA4 background.


Related colors

Complementary color

Complementary color for #hex is #50445B.


I love getcolorcode.com

Triadic colors

1 #A4AFBB and #BBA4AF with #AFBBA4 are triadic colors.

2 #A4BBAF and #BBAFA4 with #AFBBA4 are triadic colors.