COLOR #AFB2C0

HEX: #AFB2C0
RGB: (175,178,192)

Color info

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

RGB color model

#AFB2C0 color RGB value is (175,178,192).

  • red value is 175;
  • green value is 178;
  • blue value is 192.
RGB:
(175,178,192)
(69%,70%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 192 of 255 = 75%

175
178
192

R + G + B ~ 71%. #AFB2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 192 = 545 (100%)
R 175 of 545 ~ 32.11%
G 178 of 545 ~ 32.66%
B 192 of 545 ~ 35.23%

%32.11
%32.66
%35.23

CMYK color model

#AFB2C0 color CMYK value is (9,7,0,25).

  • cyan value is 8.85%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,7,0,25)
C9M7Y0K25 
(9%,7%,0%,25%)
(0.09/0.07/0.00/0.25)	

CMYK percentages

%8.85
%7.29
%0
%24.71

Codes

Color #AFB2C0 in popluar color models

AFB2C0
RGB175178192
HSL229°11.89%71.96%
HSB/HSV229°8.85%75.29%
CMYK8.85%7.29%0.00%
24.71%

Color #AFB2C0 in popluar number systems.

HEXAFB2C0
Decimal175178192
Binary101011111011001011000000
Octal257262300

Shades and tints

Shades of #AFB2C0

#AFB2C0
(175,178,192)
#A0A2AF
(160,162,175)
#91929E
(145,146,158)
#82828D
(130,130,141)
#73727C
(115,114,124)
#64626B
(100,98,107)
#55525A
(85,82,90)
#464249
(70,66,73)
#373238
(55,50,56)
#282227
(40,34,39)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFB2C0

#AFB2C0
(175,178,192)
#B6B9C5
(182,185,197)
#BDC0CA
(189,192,202)
#C4C7CF
(196,199,207)
#CBCED4
(203,206,212)
#D2D5D9
(210,213,217)
#D9DCDE
(217,220,222)
#E0E3E3
(224,227,227)
#E7EAE8
(231,234,232)
#EEF1ED
(238,241,237)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB2C0 color. Also use rgb(175,178,192) instead hex code.

Text Font Color

.myTextColor { color: #AFB2C0; }

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

This text font color is #AFB2C0.


Background Color

.myBgColor { background-color: #AFB2C0; }

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

This div background color is #AFB2C0.


Border color

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

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

This div border color is #AFB2C0.


Opacity

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

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

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

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

This text has shadow with #AFB2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB2C0 on black background.


Color preview on white background

This text has color #AFB2C0 on white background.



Black color preview on #AFB2C0 background

This text has black color on #AFB2C0 background.


White color preview on #AFB2C0 background

This text has white color on #AFB2C0 background.