COLOR #AFBCBC

HEX: #AFBCBC
RGB: (175,188,188)

Color info

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

RGB color model

#AFBCBC color RGB value is (175,188,188).

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

RGB channels and saturation

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

175
188
188

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 188 = 551 (100%)
R 175 of 551 ~ 31.76%
G 188 of 551 ~ 34.12%
B 188 of 551 ~ 34.12%

%31.76
%34.12
%34.12

CMYK color model

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

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

CMYK percentages

%6.91
%0
%0
%26.27

Codes

Color #AFBCBC in popluar color models

AFBCBC
RGB175188188
HSL180°8.84%71.18%
HSB/HSV180°6.91%73.73%
CMYK6.91%0.00%0.00%
26.27%

Color #AFBCBC in popluar number systems.

HEXAFBCBC
Decimal175188188
Binary101011111011110010111100
Octal257274274

Shades and tints

Shades of #AFBCBC

#AFBCBC
(175,188,188)
#A0ABAB
(160,171,171)
#919A9A
(145,154,154)
#828989
(130,137,137)
#737878
(115,120,120)
#646767
(100,103,103)
#555656
(85,86,86)
#464545
(70,69,69)
#373434
(55,52,52)
#282323
(40,35,35)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AFBCBC

#AFBCBC
(175,188,188)
#B6C2C2
(182,194,194)
#BDC8C8
(189,200,200)
#C4CECE
(196,206,206)
#CBD4D4
(203,212,212)
#D2DADA
(210,218,218)
#D9E0E0
(217,224,224)
#E0E6E6
(224,230,230)
#E7ECEC
(231,236,236)
#EEF2F2
(238,242,242)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCBC; }

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

This text font color is #AFBCBC.


Background Color

.myBgColor { background-color: #AFBCBC; }

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

This div background color is #AFBCBC.


Border color

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

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

This div border color is #AFBCBC.


Opacity

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

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

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

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

This text has shadow with #AFBCBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCBC on black background.


Color preview on white background

This text has color #AFBCBC on white background.



Black color preview on #AFBCBC background

This text has black color on #AFBCBC background.


White color preview on #AFBCBC background

This text has white color on #AFBCBC background.