COLOR #AFAFC0

HEX: #AFAFC0 RGB: (175,175,192)

Color info

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

RGB color model

#AFAFC0 color RGB value is (175,175,192).

RGB: (175,175,192) (69%, 69%, 75%)

RGB channels and saturation

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

175
175
192

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

Portions of RGB colors in percentages

R + G + B = 175 + 175 + 192 = 542 (100%)
R 175 of 542 ~ 32.29%
G 175 of 542 ~ 32.29%
B 192 of 542 ~ 35.42'%

%32.29
%32.29
%35.42

CMYK color model

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

  • cyan value is 8.85%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (9,9,0,25)
C9M9Y0K25 (9%, 9%, 0%, 25%)
(0.09 / 0.09 / 0.00 / 0.25)

CMYK percentages

%8.85
%8.85
%0
%24.71

Codes

Color #AFAFC0 in popluar color models

AF AF C0
RGB 175 175 192
HSL 240° 11.89% 71.96%
HSB/HSV 240° 8.85% 75.29%
CMYK 8.85% 8.85% 0.00%
24.71%

Color #AFAFC0 in popluar number systems.

HEX AF AF C0
Decimal 175 175 192
Binary 10101111 10101111 11000000
Octal 257 257 300

Shades and tints

Shades of #AFAFC0

#AFAFC0
(175,175,192)
#A0A0AF
(160,160,175)
#91919E
(145,145,158)
#82828D
(130,130,141)
#73737C
(115,115,124)
#64646B
(100,100,107)
#55555A
(85,85,90)
#464649
(70,70,73)
#373738
(55,55,56)
#282827
(40,40,39)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFAFC0

#AFAFC0
(175,175,192)
#B6B6C5
(182,182,197)
#BDBDCA
(189,189,202)
#C4C4CF
(196,196,207)
#CBCBD4
(203,203,212)
#D2D2D9
(210,210,217)
#D9D9DE
(217,217,222)
#E0E0E3
(224,224,227)
#E7E7E8
(231,231,232)
#EEEEED
(238,238,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFC0; }

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

This text font color is #AFAFC0.

Background Color

.myBgColor { background-color: #AFAFC0; }

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

This div background color is #AFAFC0.

Border color

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

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

This div border color is #AFAFC0.

Opacity

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

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

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

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

This text has shadow with #AFAFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAFC0.

Preview

Color preview on black background

This text has color #AFAFC0 on black background.


Color preview on white background

This text has color #AFAFC0 on white background.


Black color preview on #AFAFC0 background

This text has black color on #AFAFC0 background.


White color preview on #AFAFC0 background

This text has white color on #AFAFC0 background.


Related colors

Complementary color

Complementary color for #hex is #50503F.


I love getcolorcode.com