COLOR #AFB1C7

HEX: #AFB1C7 RGB: (175,177,199)

Color info

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

RGB color model

#AFB1C7 color RGB value is (175,177,199).

RGB: (175,177,199) (69%, 69%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 199 of 255 = 78%

175
177
199

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

Portions of RGB colors in percentages

R + G + B = 175 + 177 + 199 = 551 (100%)
R 175 of 551 ~ 31.76%
G 177 of 551 ~ 32.12%
B 199 of 551 ~ 36.12'%

%31.76
%32.12
%36.12

CMYK color model

#AFB1C7 color CMYK value is (12,11,0,22).

  • cyan value is 12.06%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (12,11,0,22) C12M11Y0K22 (12%,11%,0%,22%) (0.12/0.11/0.00/0.22) 

CMYK percentages

%12.06
%11.06
%0
%21.96

Codes

Color #AFB1C7 in popluar color models

AF B1 C7
RGB 175 177 199
HSL 235° 17.65% 73.33%
HSB/HSV 235° 12.06% 78.04%
CMYK 12.06% 11.06% 0.00%
21.96%

Color #AFB1C7 in popluar number systems.

HEX AF B1 C7
Decimal 175 177 199
Binary 10101111 10110001 11000111
Octal 257 261 307

Shades and tints

Shades of #AFB1C7

#AFB1C7
(175,177,199)
#A0A1B5
(160,161,181)
#9191A3
(145,145,163)
#828191
(130,129,145)
#73717F
(115,113,127)
#64616D
(100,97,109)
#55515B
(85,81,91)
#464149
(70,65,73)
#373137
(55,49,55)
#282125
(40,33,37)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AFB1C7

#AFB1C7
(175,177,199)
#B6B8CC
(182,184,204)
#BDBFD1
(189,191,209)
#C4C6D6
(196,198,214)
#CBCDDB
(203,205,219)
#D2D4E0
(210,212,224)
#D9DBE5
(217,219,229)
#E0E2EA
(224,226,234)
#E7E9EF
(231,233,239)
#EEF0F4
(238,240,244)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB1C7; }

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

This text font color is #AFB1C7.

Background Color

.myBgColor { background-color: #AFB1C7; }

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

This div background color is #AFB1C7.

Border color

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

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

This div border color is #AFB1C7.

Opacity

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

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

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

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

This text has shadow with #AFB1C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB1C7.

Preview

Color preview on black background

This text has color #AFB1C7 on black background.


Color preview on white background

This text has color #AFB1C7 on white background.


Black color preview on #AFB1C7 background

This text has black color on #AFB1C7 background.


White color preview on #AFB1C7 background

This text has white color on #AFB1C7 background.


Related colors

Complementary color

Complementary color for #hex is #504E38.


I love getcolorcode.com

Triadic colors

1 #C7AFB1 and #B1C7AF with #AFB1C7 are triadic colors.

2 #C7B1AF and #B1AFC7 with #AFB1C7 are triadic colors.