COLOR #AFBBA5

HEX: #AFBBA5
RGB: (175,187,165)

Color info

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

RGB color model

#AFBBA5 color RGB value is (175,187,165).

  • red value is 175;
  • green value is 187;
  • blue value is 165.
RGB:
(175,187,165)
(69%,73%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 165 of 255 = 65%

175
187
165

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

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 165 = 527 (100%)
R 175 of 527 ~ 33.21%
G 187 of 527 ~ 35.48%
B 165 of 527 ~ 31.31%

%33.21
%35.48
%31.31

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • 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
%11.76
%26.67

Codes

Color #AFBBA5 in popluar color models

AFBBA5
RGB175187165
HSL93°13.92%69.02%
HSB/HSV93°11.76%73.33%
CMYK6.42%0.00%11.76%
26.67%

Color #AFBBA5 in popluar number systems.

HEXAFBBA5
Decimal175187165
Binary101011111011101110100101
Octal257273245

Shades and tints

Shades of #AFBBA5

#AFBBA5
(175,187,165)
#A0AA96
(160,170,150)
#919987
(145,153,135)
#828878
(130,136,120)
#737769
(115,119,105)
#64665A
(100,102,90)
#55554B
(85,85,75)
#46443C
(70,68,60)
#37332D
(55,51,45)
#28221E
(40,34,30)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AFBBA5

#AFBBA5
(175,187,165)
#B6C1AD
(182,193,173)
#BDC7B5
(189,199,181)
#C4CDBD
(196,205,189)
#CBD3C5
(203,211,197)
#D2D9CD
(210,217,205)
#D9DFD5
(217,223,213)
#E0E5DD
(224,229,221)
#E7EBE5
(231,235,229)
#EEF1ED
(238,241,237)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBA5; }

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

This text font color is #AFBBA5.


Background Color

.myBgColor { background-color: #AFBBA5; }

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

This div background color is #AFBBA5.


Border color

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

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

This div border color is #AFBBA5.


Opacity

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

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

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

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

This text has shadow with #AFBBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBA5 on black background.


Color preview on white background

This text has color #AFBBA5 on white background.



Black color preview on #AFBBA5 background

This text has black color on #AFBBA5 background.


White color preview on #AFBBA5 background

This text has white color on #AFBBA5 background.