COLOR #AFBFCF

HEX: #AFBFCF
RGB: (175,191,207)

Color info

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

RGB color model

#AFBFCF color RGB value is (175,191,207).

  • red value is 175;
  • green value is 191;
  • blue value is 207.
RGB:
(175,191,207)
(69%,75%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 207 of 255 = 81%

175
191
207

R + G + B ~ 75%. #AFBFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 207 = 573 (100%)
R 175 of 573 ~ 30.54%
G 191 of 573 ~ 33.33%
B 207 of 573 ~ 36.13%

%30.54
%33.33
%36.13

CMYK color model

#AFBFCF color CMYK value is (15,8,0,19).

  • cyan value is 15.46%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,8,0,19)
C15M8Y0K19 
(15%,8%,0%,19%)
(0.15/0.08/0.00/0.19)	

CMYK percentages

%15.46
%7.73
%0
%18.82

Codes

Color #AFBFCF in popluar color models

AFBFCF
RGB175191207
HSL210°25.00%74.90%
HSB/HSV210°15.46%81.18%
CMYK15.46%7.73%0.00%
18.82%

Color #AFBFCF in popluar number systems.

HEXAFBFCF
Decimal175191207
Binary101011111011111111001111
Octal257277317

Shades and tints

Shades of #AFBFCF

#AFBFCF
(175,191,207)
#A0AEBD
(160,174,189)
#919DAB
(145,157,171)
#828C99
(130,140,153)
#737B87
(115,123,135)
#646A75
(100,106,117)
#555963
(85,89,99)
#464851
(70,72,81)
#37373F
(55,55,63)
#28262D
(40,38,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #AFBFCF

#AFBFCF
(175,191,207)
#B6C4D3
(182,196,211)
#BDC9D7
(189,201,215)
#C4CEDB
(196,206,219)
#CBD3DF
(203,211,223)
#D2D8E3
(210,216,227)
#D9DDE7
(217,221,231)
#E0E2EB
(224,226,235)
#E7E7EF
(231,231,239)
#EEECF3
(238,236,243)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFCF; }

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

This text font color is #AFBFCF.


Background Color

.myBgColor { background-color: #AFBFCF; }

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

This div background color is #AFBFCF.


Border color

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

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

This div border color is #AFBFCF.


Opacity

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

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

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

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

This text has shadow with #AFBFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFCF on black background.


Color preview on white background

This text has color #AFBFCF on white background.



Black color preview on #AFBFCF background

This text has black color on #AFBFCF background.


White color preview on #AFBFCF background

This text has white color on #AFBFCF background.