COLOR #AF83B8

HEX: #AF83B8
RGB: (175,131,184)

Color info

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

RGB color model

#AF83B8 color RGB value is (175,131,184).

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

RGB channels and saturation

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

175
131
184

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

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 184 = 490 (100%)
R 175 of 490 ~ 35.71%
G 131 of 490 ~ 26.73%
B 184 of 490 ~ 37.55%

%35.71
%26.73
%37.55

CMYK color model

#AF83B8 color CMYK value is (5,29,0,28).

  • cyan value is 4.89%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,29,0,28)
C5M29Y0K28 
(5%,29%,0%,28%)
(0.05/0.29/0.00/0.28)	

CMYK percentages

%4.89
%28.8
%0
%27.84

Codes

Color #AF83B8 in popluar color models

AF83B8
RGB175131184
HSL290°27.18%61.76%
HSB/HSV290°28.80%72.16%
CMYK4.89%28.80%0.00%
27.84%

Color #AF83B8 in popluar number systems.

HEXAF83B8
Decimal175131184
Binary101011111000001110111000
Octal257203270

Shades and tints

Shades of #AF83B8

#AF83B8
(175,131,184)
#A078A8
(160,120,168)
#916D98
(145,109,152)
#826288
(130,98,136)
#735778
(115,87,120)
#644C68
(100,76,104)
#554158
(85,65,88)
#463648
(70,54,72)
#372B38
(55,43,56)
#282028
(40,32,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF83B8

#AF83B8
(175,131,184)
#B68EBE
(182,142,190)
#BD99C4
(189,153,196)
#C4A4CA
(196,164,202)
#CBAFD0
(203,175,208)
#D2BAD6
(210,186,214)
#D9C5DC
(217,197,220)
#E0D0E2
(224,208,226)
#E7DBE8
(231,219,232)
#EEE6EE
(238,230,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF83B8; }

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

This text font color is #AF83B8.


Background Color

.myBgColor { background-color: #AF83B8; }

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

This div background color is #AF83B8.


Border color

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

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

This div border color is #AF83B8.


Opacity

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

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

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

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

This text has shadow with #AF83B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF83B8 on black background.


Color preview on white background

This text has color #AF83B8 on white background.



Black color preview on #AF83B8 background

This text has black color on #AF83B8 background.


White color preview on #AF83B8 background

This text has white color on #AF83B8 background.