COLOR #AFBBB5

HEX: #AFBBB5 RGB: (175,187,181)

Color info

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

RGB color model

#AFBBB5 color RGB value is (175,187,181).

RGB: (175,187,181) (69%, 73%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 181 of 255 = 71%

175
187
181

R + G + B ~ 71%. #AFBBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 187 + 181 = 543 (100%)
R 175 of 543 ~ 32.23%
G 187 of 543 ~ 34.44%
B 181 of 543 ~ 33.33'%

%32.23
%34.44
%33.33

CMYK color model

#AFBBB5 color CMYK value is (6,0,3,27).

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

CMYK: (6,0,3,27)
C6M0Y3K27 (6%, 0%, 3%, 27%)
(0.06 / 0.00 / 0.03 / 0.27)

CMYK percentages

%6.42
%0
%3.21
%26.67

Codes

Color #AFBBB5 in popluar color models

AF BB B5
RGB 175 187 181
HSL 150° 8.11% 70.98%
HSB/HSV 150° 6.42% 73.33%
CMYK 6.42% 0.00% 3.21%
26.67%

Color #AFBBB5 in popluar number systems.

HEX AF BB B5
Decimal 175 187 181
Binary 10101111 10111011 10110101
Octal 257 273 265

Shades and tints

Shades of #AFBBB5

#AFBBB5
(175,187,181)
#A0AAA5
(160,170,165)
#919995
(145,153,149)
#828885
(130,136,133)
#737775
(115,119,117)
#646665
(100,102,101)
#555555
(85,85,85)
#464445
(70,68,69)
#373335
(55,51,53)
#282225
(40,34,37)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFBBB5

#AFBBB5
(175,187,181)
#B6C1BB
(182,193,187)
#BDC7C1
(189,199,193)
#C4CDC7
(196,205,199)
#CBD3CD
(203,211,205)
#D2D9D3
(210,217,211)
#D9DFD9
(217,223,217)
#E0E5DF
(224,229,223)
#E7EBE5
(231,235,229)
#EEF1EB
(238,241,235)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBB5; }

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

This text font color is #AFBBB5.

Background Color

.myBgColor { background-color: #AFBBB5; }

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

This div background color is #AFBBB5.

Border color

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

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

This div border color is #AFBBB5.

Opacity

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

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

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

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

This text has shadow with #AFBBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBBB5.

Preview

Color preview on black background

This text has color #AFBBB5 on black background.


Color preview on white background

This text has color #AFBBB5 on white background.


Black color preview on #AFBBB5 background

This text has black color on #AFBBB5 background.


White color preview on #AFBBB5 background

This text has white color on #AFBBB5 background.


Related colors

Complementary color

Complementary color for #hex is #50444A.


I love getcolorcode.com

Triadic colors

1 #B5AFBB and #BBB5AF with #AFBBB5 are triadic colors.

2 #B5BBAF and #BBAFB5 with #AFBBB5 are triadic colors.