COLOR #AFA8C5

HEX: #AFA8C5
RGB: (175,168,197)

Color info

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

RGB color model

#AFA8C5 color RGB value is (175,168,197).

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

RGB channels and saturation

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

175
168
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 197 = 540 (100%)
R 175 of 540 ~ 32.41%
G 168 of 540 ~ 31.11%
B 197 of 540 ~ 36.48%

%32.41
%31.11
%36.48

CMYK color model

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

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

CMYK percentages

%11.17
%14.72
%0
%22.75

Codes

Color #AFA8C5 in popluar color models

AFA8C5
RGB175168197
HSL254°20.00%71.57%
HSB/HSV254°14.72%77.25%
CMYK11.17%14.72%0.00%
22.75%

Color #AFA8C5 in popluar number systems.

HEXAFA8C5
Decimal175168197
Binary101011111010100011000101
Octal257250305

Shades and tints

Shades of #AFA8C5

#AFA8C5
(175,168,197)
#A099B4
(160,153,180)
#918AA3
(145,138,163)
#827B92
(130,123,146)
#736C81
(115,108,129)
#645D70
(100,93,112)
#554E5F
(85,78,95)
#463F4E
(70,63,78)
#37303D
(55,48,61)
#28212C
(40,33,44)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #AFA8C5

#AFA8C5
(175,168,197)
#B6AFCA
(182,175,202)
#BDB6CF
(189,182,207)
#C4BDD4
(196,189,212)
#CBC4D9
(203,196,217)
#D2CBDE
(210,203,222)
#D9D2E3
(217,210,227)
#E0D9E8
(224,217,232)
#E7E0ED
(231,224,237)
#EEE7F2
(238,231,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA8C5; }

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

This text font color is #AFA8C5.


Background Color

.myBgColor { background-color: #AFA8C5; }

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

This div background color is #AFA8C5.


Border color

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

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

This div border color is #AFA8C5.


Opacity

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

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

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

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

This text has shadow with #AFA8C5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFA8C5 on black background.


Color preview on white background

This text has color #AFA8C5 on white background.



Black color preview on #AFA8C5 background

This text has black color on #AFA8C5 background.


White color preview on #AFA8C5 background

This text has white color on #AFA8C5 background.