COLOR #AFB6C5

HEX: #AFB6C5
RGB: (175,182,197)

Color info

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

RGB color model

#AFB6C5 color RGB value is (175,182,197).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 197 of 255 = 77%

175
182
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 197 = 554 (100%)
R 175 of 554 ~ 31.59%
G 182 of 554 ~ 32.85%
B 197 of 554 ~ 35.56%

%31.59
%32.85
%35.56

CMYK color model

#AFB6C5 color CMYK value is (11,8,0,23).

  • cyan value is 11.17%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,8,0,23)
C11M8Y0K23 
(11%,8%,0%,23%)
(0.11/0.08/0.00/0.23)	

CMYK percentages

%11.17
%7.61
%0
%22.75

Codes

Color #AFB6C5 in popluar color models

AFB6C5
RGB175182197
HSL221°15.94%72.94%
HSB/HSV221°11.17%77.25%
CMYK11.17%7.61%0.00%
22.75%

Color #AFB6C5 in popluar number systems.

HEXAFB6C5
Decimal175182197
Binary101011111011011011000101
Octal257266305

Shades and tints

Shades of #AFB6C5

#AFB6C5
(175,182,197)
#A0A6B4
(160,166,180)
#9196A3
(145,150,163)
#828692
(130,134,146)
#737681
(115,118,129)
#646670
(100,102,112)
#55565F
(85,86,95)
#46464E
(70,70,78)
#37363D
(55,54,61)
#28262C
(40,38,44)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #AFB6C5

#AFB6C5
(175,182,197)
#B6BCCA
(182,188,202)
#BDC2CF
(189,194,207)
#C4C8D4
(196,200,212)
#CBCED9
(203,206,217)
#D2D4DE
(210,212,222)
#D9DAE3
(217,218,227)
#E0E0E8
(224,224,232)
#E7E6ED
(231,230,237)
#EEECF2
(238,236,242)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB6C5; }

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

This text font color is #AFB6C5.


Background Color

.myBgColor { background-color: #AFB6C5; }

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

This div background color is #AFB6C5.


Border color

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

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

This div border color is #AFB6C5.


Opacity

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

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

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

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

This text has shadow with #AFB6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB6C5 on black background.


Color preview on white background

This text has color #AFB6C5 on white background.



Black color preview on #AFB6C5 background

This text has black color on #AFB6C5 background.


White color preview on #AFB6C5 background

This text has white color on #AFB6C5 background.