COLOR #AFA1CB

HEX: #AFA1CB
RGB: (175,161,203)

Color info

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

RGB color model

#AFA1CB color RGB value is (175,161,203).

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

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 203 of 255 = 80%

175
161
203

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

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 203 = 539 (100%)
R 175 of 539 ~ 32.47%
G 161 of 539 ~ 29.87%
B 203 of 539 ~ 37.66%

%32.47
%29.87
%37.66

CMYK color model

#AFA1CB color CMYK value is (14,21,0,20).

  • cyan value is 13.79%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,21,0,20)
C14M21Y0K20 
(14%,21%,0%,20%)
(0.14/0.21/0.00/0.20)	

CMYK percentages

%13.79
%20.69
%0
%20.39

Codes

Color #AFA1CB in popluar color models

AFA1CB
RGB175161203
HSL260°28.77%71.37%
HSB/HSV260°20.69%79.61%
CMYK13.79%20.69%0.00%
20.39%

Color #AFA1CB in popluar number systems.

HEXAFA1CB
Decimal175161203
Binary101011111010000111001011
Octal257241313

Shades and tints

Shades of #AFA1CB

#AFA1CB
(175,161,203)
#A093B9
(160,147,185)
#9185A7
(145,133,167)
#827795
(130,119,149)
#736983
(115,105,131)
#645B71
(100,91,113)
#554D5F
(85,77,95)
#463F4D
(70,63,77)
#37313B
(55,49,59)
#282329
(40,35,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AFA1CB

#AFA1CB
(175,161,203)
#B6A9CF
(182,169,207)
#BDB1D3
(189,177,211)
#C4B9D7
(196,185,215)
#CBC1DB
(203,193,219)
#D2C9DF
(210,201,223)
#D9D1E3
(217,209,227)
#E0D9E7
(224,217,231)
#E7E1EB
(231,225,235)
#EEE9EF
(238,233,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1CB; }

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

This text font color is #AFA1CB.


Background Color

.myBgColor { background-color: #AFA1CB; }

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

This div background color is #AFA1CB.


Border color

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

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

This div border color is #AFA1CB.


Opacity

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

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

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

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

This text has shadow with #AFA1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1CB on black background.


Color preview on white background

This text has color #AFA1CB on white background.



Black color preview on #AFA1CB background

This text has black color on #AFA1CB background.


White color preview on #AFA1CB background

This text has white color on #AFA1CB background.