COLOR #AFB4C6

HEX: #AFB4C6 RGB: (175,180,198)

Color info

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

RGB color model

#AFB4C6 color RGB value is (175,180,198).

RGB: (175,180,198) (69%, 71%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 198 of 255 = 78%

175
180
198

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 198 = 553 (100%)
R 175 of 553 ~ 31.65%
G 180 of 553 ~ 32.55%
B 198 of 553 ~ 35.8'%

%31.65
%32.55
%35.8

CMYK color model

#AFB4C6 color CMYK value is (12,9,0,22).

  • cyan value is 11.62%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (12,9,0,22) C12M9Y0K22 (12%,9%,0%,22%) (0.12/0.09/0.00/0.22) 

CMYK percentages

%11.62
%9.09
%0
%22.35

Codes

Color #AFB4C6 in popluar color models

AF B4 C6
RGB 175 180 198
HSL 227° 16.79% 73.14%
HSB/HSV 227° 11.62% 77.65%
CMYK 11.62% 9.09% 0.00%
22.35%

Color #AFB4C6 in popluar number systems.

HEX AF B4 C6
Decimal 175 180 198
Binary 10101111 10110100 11000110
Octal 257 264 306

Shades and tints

Shades of #AFB4C6

#AFB4C6
(175,180,198)
#A0A4B4
(160,164,180)
#9194A2
(145,148,162)
#828490
(130,132,144)
#73747E
(115,116,126)
#64646C
(100,100,108)
#55545A
(85,84,90)
#464448
(70,68,72)
#373436
(55,52,54)
#282424
(40,36,36)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFB4C6

#AFB4C6
(175,180,198)
#B6BACB
(182,186,203)
#BDC0D0
(189,192,208)
#C4C6D5
(196,198,213)
#CBCCDA
(203,204,218)
#D2D2DF
(210,210,223)
#D9D8E4
(217,216,228)
#E0DEE9
(224,222,233)
#E7E4EE
(231,228,238)
#EEEAF3
(238,234,243)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB4C6 color. Also use rgb(175,180,198) instead hex code.

Text Font Color

.myTextColor { color: #AFB4C6; }

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

This text font color is #AFB4C6.

Background Color

.myBgColor { background-color: #AFB4C6; }

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

This div background color is #AFB4C6.

Border color

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

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

This div border color is #AFB4C6.

Opacity

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

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

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

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

This text has shadow with #AFB4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4C6.

Preview

Color preview on black background

This text has color #AFB4C6 on black background.


Color preview on white background

This text has color #AFB4C6 on white background.


Black color preview on #AFB4C6 background

This text has black color on #AFB4C6 background.


White color preview on #AFB4C6 background

This text has white color on #AFB4C6 background.


Related colors

Complementary color

Complementary color for #hex is #504B39.


I love getcolorcode.com

Triadic colors

1 #C6AFB4 and #B4C6AF with #AFB4C6 are triadic colors.

2 #C6B4AF and #B4AFC6 with #AFB4C6 are triadic colors.