COLOR #AFB9C7

HEX: #AFB9C7
RGB: (175,185,199)

Color info

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

RGB color model

#AFB9C7 color RGB value is (175,185,199).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 199 of 255 = 78%

175
185
199

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 199 = 559 (100%)
R 175 of 559 ~ 31.31%
G 185 of 559 ~ 33.09%
B 199 of 559 ~ 35.6%

%31.31
%33.09
%35.6

CMYK color model

#AFB9C7 color CMYK value is (12,7,0,22).

  • cyan value is 12.06%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,7,0,22)
C12M7Y0K22 
(12%,7%,0%,22%)
(0.12/0.07/0.00/0.22)	

CMYK percentages

%12.06
%7.04
%0
%21.96

Codes

Color #AFB9C7 in popluar color models

AFB9C7
RGB175185199
HSL215°17.65%73.33%
HSB/HSV215°12.06%78.04%
CMYK12.06%7.04%0.00%
21.96%

Color #AFB9C7 in popluar number systems.

HEXAFB9C7
Decimal175185199
Binary101011111011100111000111
Octal257271307

Shades and tints

Shades of #AFB9C7

#AFB9C7
(175,185,199)
#A0A9B5
(160,169,181)
#9199A3
(145,153,163)
#828991
(130,137,145)
#73797F
(115,121,127)
#64696D
(100,105,109)
#55595B
(85,89,91)
#464949
(70,73,73)
#373937
(55,57,55)
#282925
(40,41,37)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFB9C7

#AFB9C7
(175,185,199)
#B6BFCC
(182,191,204)
#BDC5D1
(189,197,209)
#C4CBD6
(196,203,214)
#CBD1DB
(203,209,219)
#D2D7E0
(210,215,224)
#D9DDE5
(217,221,229)
#E0E3EA
(224,227,234)
#E7E9EF
(231,233,239)
#EEEFF4
(238,239,244)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9C7; }

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

This text font color is #AFB9C7.


Background Color

.myBgColor { background-color: #AFB9C7; }

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

This div background color is #AFB9C7.


Border color

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

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

This div border color is #AFB9C7.


Opacity

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

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

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

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

This text has shadow with #AFB9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9C7 on black background.


Color preview on white background

This text has color #AFB9C7 on white background.



Black color preview on #AFB9C7 background

This text has black color on #AFB9C7 background.


White color preview on #AFB9C7 background

This text has white color on #AFB9C7 background.