COLOR #AFBBA2

HEX: #AFBBA2 RGB: (175,187,162)

Color info

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

RGB color model

#AFBBA2 color RGB value is (175,187,162).

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

RGB channels and saturation

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

175
187
162

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

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 162 = 524 (100%)
R 175 of 524 ~ 33.4%
G 187 of 524 ~ 35.69%
B 162 of 524 ~ 30.92'%

%33.4
%35.69
%30.92

CMYK color model

#AFBBA2 color CMYK value is (6,0,13,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 26.67%
CMYK: (6,0,13,27) C6M0Y13K27 (6%,0%,13%,27%) (0.06/0.00/0.13/0.27) 

CMYK percentages

%6.42
%0
%13.37
%26.67

Codes

Color #AFBBA2 in popluar color models

AF BB A2
RGB 175 187 162
HSL 89° 15.53% 68.43%
HSB/HSV 89° 13.37% 73.33%
CMYK 6.42% 0.00% 13.37%
26.67%

Color #AFBBA2 in popluar number systems.

HEX AF BB A2
Decimal 175 187 162
Binary 10101111 10111011 10100010
Octal 257 273 242

Shades and tints

Shades of #AFBBA2

#AFBBA2
(175,187,162)
#A0AA94
(160,170,148)
#919986
(145,153,134)
#828878
(130,136,120)
#73776A
(115,119,106)
#64665C
(100,102,92)
#55554E
(85,85,78)
#464440
(70,68,64)
#373332
(55,51,50)
#282224
(40,34,36)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AFBBA2

#AFBBA2
(175,187,162)
#B6C1AA
(182,193,170)
#BDC7B2
(189,199,178)
#C4CDBA
(196,205,186)
#CBD3C2
(203,211,194)
#D2D9CA
(210,217,202)
#D9DFD2
(217,223,210)
#E0E5DA
(224,229,218)
#E7EBE2
(231,235,226)
#EEF1EA
(238,241,234)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBA2; }

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

This text font color is #AFBBA2.

Background Color

.myBgColor { background-color: #AFBBA2; }

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

This div background color is #AFBBA2.

Border color

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

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

This div border color is #AFBBA2.

Opacity

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

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

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

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

This text has shadow with #AFBBA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBA2.

Preview

Color preview on black background

This text has color #AFBBA2 on black background.


Color preview on white background

This text has color #AFBBA2 on white background.


Black color preview on #AFBBA2 background

This text has black color on #AFBBA2 background.


White color preview on #AFBBA2 background

This text has white color on #AFBBA2 background.


Related colors

Complementary color

Complementary color for #hex is #50445D.


I love getcolorcode.com

Triadic colors

1 #A2AFBB and #BBA2AF with #AFBBA2 are triadic colors.

2 #A2BBAF and #BBAFA2 with #AFBBA2 are triadic colors.