COLOR #AFBCBD

HEX: #AFBCBD
RGB: (175,188,189)

Color info

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

RGB color model

#AFBCBD color RGB value is (175,188,189).

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

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 189 of 255 = 74%

175
188
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 189 = 552 (100%)
R 175 of 552 ~ 31.7%
G 188 of 552 ~ 34.06%
B 189 of 552 ~ 34.24%

%31.7
%34.06
%34.24

CMYK color model

#AFBCBD color CMYK value is (7,1,0,26).

  • cyan value is 7.41%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,1,0,26)
C7M1Y0K26 
(7%,1%,0%,26%)
(0.07/0.01/0.00/0.26)	

CMYK percentages

%7.41
%0.53
%0
%25.88

Codes

Color #AFBCBD in popluar color models

AFBCBD
RGB175188189
HSL184°9.59%71.37%
HSB/HSV184°7.41%74.12%
CMYK7.41%0.53%0.00%
25.88%

Color #AFBCBD in popluar number systems.

HEXAFBCBD
Decimal175188189
Binary101011111011110010111101
Octal257274275

Shades and tints

Shades of #AFBCBD

#AFBCBD
(175,188,189)
#A0ABAC
(160,171,172)
#919A9B
(145,154,155)
#82898A
(130,137,138)
#737879
(115,120,121)
#646768
(100,103,104)
#555657
(85,86,87)
#464546
(70,69,70)
#373435
(55,52,53)
#282324
(40,35,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFBCBD

#AFBCBD
(175,188,189)
#B6C2C3
(182,194,195)
#BDC8C9
(189,200,201)
#C4CECF
(196,206,207)
#CBD4D5
(203,212,213)
#D2DADB
(210,218,219)
#D9E0E1
(217,224,225)
#E0E6E7
(224,230,231)
#E7ECED
(231,236,237)
#EEF2F3
(238,242,243)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCBD; }

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

This text font color is #AFBCBD.


Background Color

.myBgColor { background-color: #AFBCBD; }

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

This div background color is #AFBCBD.


Border color

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

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

This div border color is #AFBCBD.


Opacity

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

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

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

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

This text has shadow with #AFBCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCBD on black background.


Color preview on white background

This text has color #AFBCBD on white background.



Black color preview on #AFBCBD background

This text has black color on #AFBCBD background.


White color preview on #AFBCBD background

This text has white color on #AFBCBD background.