COLOR #AFBBC6

HEX: #AFBBC6
RGB: (175,187,198)

Color info

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

RGB color model

#AFBBC6 color RGB value is (175,187,198).

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

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 198 of 255 = 78%

175
187
198

R + G + B ~ 73%. #AFBBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 198 = 560 (100%)
R 175 of 560 ~ 31.25%
G 187 of 560 ~ 33.39%
B 198 of 560 ~ 35.36%

%31.25
%33.39
%35.36

CMYK color model

#AFBBC6 color CMYK value is (12,6,0,22).

  • cyan value is 11.62%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,6,0,22)
C12M6Y0K22 
(12%,6%,0%,22%)
(0.12/0.06/0.00/0.22)	

CMYK percentages

%11.62
%5.56
%0
%22.35

Codes

Color #AFBBC6 in popluar color models

AFBBC6
RGB175187198
HSL209°16.79%73.14%
HSB/HSV209°11.62%77.65%
CMYK11.62%5.56%0.00%
22.35%

Color #AFBBC6 in popluar number systems.

HEXAFBBC6
Decimal175187198
Binary101011111011101111000110
Octal257273306

Shades and tints

Shades of #AFBBC6

#AFBBC6
(175,187,198)
#A0AAB4
(160,170,180)
#9199A2
(145,153,162)
#828890
(130,136,144)
#73777E
(115,119,126)
#64666C
(100,102,108)
#55555A
(85,85,90)
#464448
(70,68,72)
#373336
(55,51,54)
#282224
(40,34,36)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AFBBC6

#AFBBC6
(175,187,198)
#B6C1CB
(182,193,203)
#BDC7D0
(189,199,208)
#C4CDD5
(196,205,213)
#CBD3DA
(203,211,218)
#D2D9DF
(210,217,223)
#D9DFE4
(217,223,228)
#E0E5E9
(224,229,233)
#E7EBEE
(231,235,238)
#EEF1F3
(238,241,243)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBBC6; }

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

This text font color is #AFBBC6.


Background Color

.myBgColor { background-color: #AFBBC6; }

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

This div background color is #AFBBC6.


Border color

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

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

This div border color is #AFBBC6.


Opacity

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

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

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

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

This text has shadow with #AFBBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBC6 on black background.


Color preview on white background

This text has color #AFBBC6 on white background.



Black color preview on #AFBBC6 background

This text has black color on #AFBBC6 background.


White color preview on #AFBBC6 background

This text has white color on #AFBBC6 background.