COLOR #AFB7C3

HEX: #AFB7C3 RGB: (175,183,195)

Color info

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

RGB color model

#AFB7C3 color RGB value is (175,183,195).

RGB: (175,183,195) (69%, 72%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 195 of 255 = 76%

175
183
195

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

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 195 = 553 (100%)
R 175 of 553 ~ 31.65%
G 183 of 553 ~ 33.09%
B 195 of 553 ~ 35.26'%

%31.65
%33.09
%35.26

CMYK color model

#AFB7C3 color CMYK value is (10,6,0,24).

  • cyan value is 10.26%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (10,6,0,24) C10M6Y0K24 (10%,6%,0%,24%) (0.10/0.06/0.00/0.24) 

CMYK percentages

%10.26
%6.15
%0
%23.53

Codes

Color #AFB7C3 in popluar color models

AF B7 C3
RGB 175 183 195
HSL 216° 14.29% 72.55%
HSB/HSV 216° 10.26% 76.47%
CMYK 10.26% 6.15% 0.00%
23.53%

Color #AFB7C3 in popluar number systems.

HEX AF B7 C3
Decimal 175 183 195
Binary 10101111 10110111 11000011
Octal 257 267 303

Shades and tints

Shades of #AFB7C3

#AFB7C3
(175,183,195)
#A0A7B2
(160,167,178)
#9197A1
(145,151,161)
#828790
(130,135,144)
#73777F
(115,119,127)
#64676E
(100,103,110)
#55575D
(85,87,93)
#46474C
(70,71,76)
#37373B
(55,55,59)
#28272A
(40,39,42)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFB7C3

#AFB7C3
(175,183,195)
#B6BDC8
(182,189,200)
#BDC3CD
(189,195,205)
#C4C9D2
(196,201,210)
#CBCFD7
(203,207,215)
#D2D5DC
(210,213,220)
#D9DBE1
(217,219,225)
#E0E1E6
(224,225,230)
#E7E7EB
(231,231,235)
#EEEDF0
(238,237,240)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7C3; }

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

This text font color is #AFB7C3.

Background Color

.myBgColor { background-color: #AFB7C3; }

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

This div background color is #AFB7C3.

Border color

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

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

This div border color is #AFB7C3.

Opacity

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

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

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

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

This text has shadow with #AFB7C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7C3.

Preview

Color preview on black background

This text has color #AFB7C3 on black background.


Color preview on white background

This text has color #AFB7C3 on white background.


Black color preview on #AFB7C3 background

This text has black color on #AFB7C3 background.


White color preview on #AFB7C3 background

This text has white color on #AFB7C3 background.


Related colors

Complementary color

Complementary color for #hex is #50483C.


I love getcolorcode.com

Triadic colors

1 #C3AFB7 and #B7C3AF with #AFB7C3 are triadic colors.

2 #C3B7AF and #B7AFC3 with #AFB7C3 are triadic colors.