COLOR #AF83B7

HEX: #AF83B7
RGB: (175,131,183)

Color info

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

RGB color model

#AF83B7 color RGB value is (175,131,183).

  • red value is 175;
  • green value is 131;
  • blue value is 183.
RGB:
(175,131,183)
(69%,51%,72%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 183 of 255 = 72%

175
131
183

R + G + B ~ 64%. #AF83B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 183 = 489 (100%)
R 175 of 489 ~ 35.79%
G 131 of 489 ~ 26.79%
B 183 of 489 ~ 37.42%

%35.79
%26.79
%37.42

CMYK color model

#AF83B7 color CMYK value is (4,28,0,28).

  • cyan value is 4.37%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,28,0,28)
C4M28Y0K28 
(4%,28%,0%,28%)
(0.04/0.28/0.00/0.28)	

CMYK percentages

%4.37
%28.42
%0
%28.24

Codes

Color #AF83B7 in popluar color models

AF83B7
RGB175131183
HSL291°26.53%61.57%
HSB/HSV291°28.42%71.76%
CMYK4.37%28.42%0.00%
28.24%

Color #AF83B7 in popluar number systems.

HEXAF83B7
Decimal175131183
Binary101011111000001110110111
Octal257203267

Shades and tints

Shades of #AF83B7

#AF83B7
(175,131,183)
#A078A7
(160,120,167)
#916D97
(145,109,151)
#826287
(130,98,135)
#735777
(115,87,119)
#644C67
(100,76,103)
#554157
(85,65,87)
#463647
(70,54,71)
#372B37
(55,43,55)
#282027
(40,32,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AF83B7

#AF83B7
(175,131,183)
#B68EBD
(182,142,189)
#BD99C3
(189,153,195)
#C4A4C9
(196,164,201)
#CBAFCF
(203,175,207)
#D2BAD5
(210,186,213)
#D9C5DB
(217,197,219)
#E0D0E1
(224,208,225)
#E7DBE7
(231,219,231)
#EEE6ED
(238,230,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF83B7; }

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

This text font color is #AF83B7.


Background Color

.myBgColor { background-color: #AF83B7; }

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

This div background color is #AF83B7.


Border color

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

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

This div border color is #AF83B7.


Opacity

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

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

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

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

This text has shadow with #AF83B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF83B7 on black background.


Color preview on white background

This text has color #AF83B7 on white background.



Black color preview on #AF83B7 background

This text has black color on #AF83B7 background.


White color preview on #AF83B7 background

This text has white color on #AF83B7 background.