COLOR #AFB7CF

HEX: #AFB7CF RGB: (175,183,207)

Color info

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

RGB color model

#AFB7CF color RGB value is (175,183,207).

RGB: (175,183,207) (69%, 72%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 207 of 255 = 81%

175
183
207

R + G + B ~ 74%. #AFB7CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 207 = 565 (100%)
R 175 of 565 ~ 30.97%
G 183 of 565 ~ 32.39%
B 207 of 565 ~ 36.64'%

%30.97
%32.39
%36.64

CMYK color model

#AFB7CF color CMYK value is (15,12,0,19).

  • cyan value is 15.46%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (15,12,0,19)
C15M12Y0K19 (15%, 12%, 0%, 19%)
(0.15 / 0.12 / 0.00 / 0.19)

CMYK percentages

%15.46
%11.59
%0
%18.82

Codes

Color #AFB7CF in popluar color models

AF B7 CF
RGB 175 183 207
HSL 225° 25.00% 74.90%
HSB/HSV 225° 15.46% 81.18%
CMYK 15.46% 11.59% 0.00%
18.82%

Color #AFB7CF in popluar number systems.

HEX AF B7 CF
Decimal 175 183 207
Binary 10101111 10110111 11001111
Octal 257 267 317

Shades and tints

Shades of #AFB7CF

#AFB7CF
(175,183,207)
#A0A7BD
(160,167,189)
#9197AB
(145,151,171)
#828799
(130,135,153)
#737787
(115,119,135)
#646775
(100,103,117)
#555763
(85,87,99)
#464751
(70,71,81)
#37373F
(55,55,63)
#28272D
(40,39,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #AFB7CF

#AFB7CF
(175,183,207)
#B6BDD3
(182,189,211)
#BDC3D7
(189,195,215)
#C4C9DB
(196,201,219)
#CBCFDF
(203,207,223)
#D2D5E3
(210,213,227)
#D9DBE7
(217,219,231)
#E0E1EB
(224,225,235)
#E7E7EF
(231,231,239)
#EEEDF3
(238,237,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7CF; }

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

This text font color is #AFB7CF.

Background Color

.myBgColor { background-color: #AFB7CF; }

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

This div background color is #AFB7CF.

Border color

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

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

This div border color is #AFB7CF.

Opacity

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

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

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

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

This text has shadow with #AFB7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7CF.

Preview

Color preview on black background

This text has color #AFB7CF on black background.


Color preview on white background

This text has color #AFB7CF on white background.


Black color preview on #AFB7CF background

This text has black color on #AFB7CF background.


White color preview on #AFB7CF background

This text has white color on #AFB7CF background.


Related colors

Complementary color

Complementary color for #hex is #504830.


I love getcolorcode.com

Triadic colors

1 #CFAFB7 and #B7CFAF with #AFB7CF are triadic colors.

2 #CFB7AF and #B7AFCF with #AFB7CF are triadic colors.