COLOR #AFA6CB

HEX: #AFA6CB
RGB: (175,166,203)

Color info

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

RGB color model

#AFA6CB color RGB value is (175,166,203).

  • red value is 175;
  • green value is 166;
  • blue value is 203.
RGB:
(175,166,203)
(69%,65%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 203 of 255 = 80%

175
166
203

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 203 = 544 (100%)
R 175 of 544 ~ 32.17%
G 166 of 544 ~ 30.51%
B 203 of 544 ~ 37.32%

%32.17
%30.51
%37.32

CMYK color model

#AFA6CB color CMYK value is (14,18,0,20).

  • cyan value is 13.79%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,18,0,20)
C14M18Y0K20 
(14%,18%,0%,20%)
(0.14/0.18/0.00/0.20)	

CMYK percentages

%13.79
%18.23
%0
%20.39

Codes

Color #AFA6CB in popluar color models

AFA6CB
RGB175166203
HSL255°26.24%72.35%
HSB/HSV255°18.23%79.61%
CMYK13.79%18.23%0.00%
20.39%

Color #AFA6CB in popluar number systems.

HEXAFA6CB
Decimal175166203
Binary101011111010011011001011
Octal257246313

Shades and tints

Shades of #AFA6CB

#AFA6CB
(175,166,203)
#A097B9
(160,151,185)
#9188A7
(145,136,167)
#827995
(130,121,149)
#736A83
(115,106,131)
#645B71
(100,91,113)
#554C5F
(85,76,95)
#463D4D
(70,61,77)
#372E3B
(55,46,59)
#281F29
(40,31,41)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #AFA6CB

#AFA6CB
(175,166,203)
#B6AECF
(182,174,207)
#BDB6D3
(189,182,211)
#C4BED7
(196,190,215)
#CBC6DB
(203,198,219)
#D2CEDF
(210,206,223)
#D9D6E3
(217,214,227)
#E0DEE7
(224,222,231)
#E7E6EB
(231,230,235)
#EEEEEF
(238,238,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA6CB; }

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

This text font color is #AFA6CB.


Background Color

.myBgColor { background-color: #AFA6CB; }

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

This div background color is #AFA6CB.


Border color

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

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

This div border color is #AFA6CB.


Opacity

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

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

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

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

This text has shadow with #AFA6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA6CB on black background.


Color preview on white background

This text has color #AFA6CB on white background.



Black color preview on #AFA6CB background

This text has black color on #AFA6CB background.


White color preview on #AFA6CB background

This text has white color on #AFA6CB background.