COLOR #AFAFC5

HEX: #AFAFC5
RGB: (175,175,197)

Color info

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

RGB color model

#AFAFC5 color RGB value is (175,175,197).

  • red value is 175;
  • green value is 175;
  • blue value is 197.
RGB:
(175,175,197)
(69%,69%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 197 of 255 = 77%

175
175
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 175 + 197 = 547 (100%)
R 175 of 547 ~ 31.99%
G 175 of 547 ~ 31.99%
B 197 of 547 ~ 36.01%

%31.99
%31.99
%36.01

CMYK color model

#AFAFC5 color CMYK value is (11,11,0,23).

  • cyan value is 11.17%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,11,0,23)
C11M11Y0K23 
(11%,11%,0%,23%)
(0.11/0.11/0.00/0.23)	

CMYK percentages

%11.17
%11.17
%0
%22.75

Codes

Color #AFAFC5 in popluar color models

AFAFC5
RGB175175197
HSL240°15.94%72.94%
HSB/HSV240°11.17%77.25%
CMYK11.17%11.17%0.00%
22.75%

Color #AFAFC5 in popluar number systems.

HEXAFAFC5
Decimal175175197
Binary101011111010111111000101
Octal257257305

Shades and tints

Shades of #AFAFC5

#AFAFC5
(175,175,197)
#A0A0B4
(160,160,180)
#9191A3
(145,145,163)
#828292
(130,130,146)
#737381
(115,115,129)
#646470
(100,100,112)
#55555F
(85,85,95)
#46464E
(70,70,78)
#37373D
(55,55,61)
#28282C
(40,40,44)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFAFC5

#AFAFC5
(175,175,197)
#B6B6CA
(182,182,202)
#BDBDCF
(189,189,207)
#C4C4D4
(196,196,212)
#CBCBD9
(203,203,217)
#D2D2DE
(210,210,222)
#D9D9E3
(217,217,227)
#E0E0E8
(224,224,232)
#E7E7ED
(231,231,237)
#EEEEF2
(238,238,242)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFC5; }

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

This text font color is #AFAFC5.


Background Color

.myBgColor { background-color: #AFAFC5; }

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

This div background color is #AFAFC5.


Border color

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

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

This div border color is #AFAFC5.


Opacity

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

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

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

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

This text has shadow with #AFAFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAFC5 on black background.


Color preview on white background

This text has color #AFAFC5 on white background.



Black color preview on #AFAFC5 background

This text has black color on #AFAFC5 background.


White color preview on #AFAFC5 background

This text has white color on #AFAFC5 background.