COLOR #AFBCB9

HEX: #AFBCB9
RGB: (175,188,185)

Color info

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

RGB color model

#AFBCB9 color RGB value is (175,188,185).

  • red value is 175;
  • green value is 188;
  • blue value is 185.
RGB:
(175,188,185)
(69%,74%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 185 of 255 = 73%

175
188
185

R + G + B ~ 72%. #AFBCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 185 = 548 (100%)
R 175 of 548 ~ 31.93%
G 188 of 548 ~ 34.31%
B 185 of 548 ~ 33.76%

%31.93
%34.31
%33.76

CMYK color model

#AFBCB9 color CMYK value is (7,0,2,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(7,0,2,26)
C7M0Y2K26 
(7%,0%,2%,26%)
(0.07/0.00/0.02/0.26)	

CMYK percentages

%6.91
%0
%1.6
%26.27

Codes

Color #AFBCB9 in popluar color models

AFBCB9
RGB175188185
HSL166°8.84%71.18%
HSB/HSV166°6.91%73.73%
CMYK6.91%0.00%1.60%
26.27%

Color #AFBCB9 in popluar number systems.

HEXAFBCB9
Decimal175188185
Binary101011111011110010111001
Octal257274271

Shades and tints

Shades of #AFBCB9

#AFBCB9
(175,188,185)
#A0ABA9
(160,171,169)
#919A99
(145,154,153)
#828989
(130,137,137)
#737879
(115,120,121)
#646769
(100,103,105)
#555659
(85,86,89)
#464549
(70,69,73)
#373439
(55,52,57)
#282329
(40,35,41)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AFBCB9

#AFBCB9
(175,188,185)
#B6C2BF
(182,194,191)
#BDC8C5
(189,200,197)
#C4CECB
(196,206,203)
#CBD4D1
(203,212,209)
#D2DAD7
(210,218,215)
#D9E0DD
(217,224,221)
#E0E6E3
(224,230,227)
#E7ECE9
(231,236,233)
#EEF2EF
(238,242,239)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCB9 color. Also use rgb(175,188,185) instead hex code.

Text Font Color

.myTextColor { color: #AFBCB9; }

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

This text font color is #AFBCB9.


Background Color

.myBgColor { background-color: #AFBCB9; }

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

This div background color is #AFBCB9.


Border color

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

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

This div border color is #AFBCB9.


Opacity

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

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

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

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

This text has shadow with #AFBCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCB9 on black background.


Color preview on white background

This text has color #AFBCB9 on white background.



Black color preview on #AFBCB9 background

This text has black color on #AFBCB9 background.


White color preview on #AFBCB9 background

This text has white color on #AFBCB9 background.