COLOR #AFB6C7

HEX: #AFB6C7
RGB: (175,182,199)

Color info

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

RGB color model

#AFB6C7 color RGB value is (175,182,199).

  • red value is 175;
  • green value is 182;
  • blue value is 199.
RGB:
(175,182,199)
(69%,71%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 199 of 255 = 78%

175
182
199

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 199 = 556 (100%)
R 175 of 556 ~ 31.47%
G 182 of 556 ~ 32.73%
B 199 of 556 ~ 35.79%

%31.47
%32.73
%35.79

CMYK color model

#AFB6C7 color CMYK value is (12,9,0,22).

  • cyan value is 12.06%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,9,0,22)
C12M9Y0K22 
(12%,9%,0%,22%)
(0.12/0.09/0.00/0.22)	

CMYK percentages

%12.06
%8.54
%0
%21.96

Codes

Color #AFB6C7 in popluar color models

AFB6C7
RGB175182199
HSL223°17.65%73.33%
HSB/HSV223°12.06%78.04%
CMYK12.06%8.54%0.00%
21.96%

Color #AFB6C7 in popluar number systems.

HEXAFB6C7
Decimal175182199
Binary101011111011011011000111
Octal257266307

Shades and tints

Shades of #AFB6C7

#AFB6C7
(175,182,199)
#A0A6B5
(160,166,181)
#9196A3
(145,150,163)
#828691
(130,134,145)
#73767F
(115,118,127)
#64666D
(100,102,109)
#55565B
(85,86,91)
#464649
(70,70,73)
#373637
(55,54,55)
#282625
(40,38,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFB6C7

#AFB6C7
(175,182,199)
#B6BCCC
(182,188,204)
#BDC2D1
(189,194,209)
#C4C8D6
(196,200,214)
#CBCEDB
(203,206,219)
#D2D4E0
(210,212,224)
#D9DAE5
(217,218,229)
#E0E0EA
(224,224,234)
#E7E6EF
(231,230,239)
#EEECF4
(238,236,244)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB6C7; }

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

This text font color is #AFB6C7.


Background Color

.myBgColor { background-color: #AFB6C7; }

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

This div background color is #AFB6C7.


Border color

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

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

This div border color is #AFB6C7.


Opacity

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

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

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

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

This text has shadow with #AFB6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB6C7 on black background.


Color preview on white background

This text has color #AFB6C7 on white background.



Black color preview on #AFB6C7 background

This text has black color on #AFB6C7 background.


White color preview on #AFB6C7 background

This text has white color on #AFB6C7 background.