COLOR #AF839C

HEX: #AF839C
RGB: (175,131,156)

Color info

#AF839C contains red, green and blue colors in about the same proportion. Web safe color of #AF839C is #999999 (or #999).

RGB color model

#AF839C color RGB value is (175,131,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 156 of 255 = 61%

175
131
156

R + G + B ~ 60%. #AF839C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 156 = 462 (100%)
R 175 of 462 ~ 37.88%
G 131 of 462 ~ 28.35%
B 156 of 462 ~ 33.77%

%37.88
%28.35
%33.77

CMYK color model

#AF839C color CMYK value is (0,25,11,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,25,11,31)
C0M25Y11K31 
(0%,25%,11%,31%)
(0.00/0.25/0.11/0.31)	

CMYK percentages

%0
%25.14
%10.86
%31.37

Codes

Color #AF839C in popluar color models

AF839C
RGB175131156
HSL326°21.57%60.00%
HSB/HSV326°25.14%68.63%
CMYK0.00%25.14%10.86%
31.37%

Color #AF839C in popluar number systems.

HEXAF839C
Decimal175131156
Binary101011111000001110011100
Octal257203234

Shades and tints

Shades of #AF839C

#AF839C
(175,131,156)
#A0788E
(160,120,142)
#916D80
(145,109,128)
#826272
(130,98,114)
#735764
(115,87,100)
#644C56
(100,76,86)
#554148
(85,65,72)
#46363A
(70,54,58)
#372B2C
(55,43,44)
#28201E
(40,32,30)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AF839C

#AF839C
(175,131,156)
#B68EA5
(182,142,165)
#BD99AE
(189,153,174)
#C4A4B7
(196,164,183)
#CBAFC0
(203,175,192)
#D2BAC9
(210,186,201)
#D9C5D2
(217,197,210)
#E0D0DB
(224,208,219)
#E7DBE4
(231,219,228)
#EEE6ED
(238,230,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF839C; }

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

This text font color is #AF839C.


Background Color

.myBgColor { background-color: #AF839C; }

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

This div background color is #AF839C.


Border color

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

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

This div border color is #AF839C.


Opacity

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

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

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

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

This text has shadow with #AF839C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF839C on black background.


Color preview on white background

This text has color #AF839C on white background.



Black color preview on #AF839C background

This text has black color on #AF839C background.


White color preview on #AF839C background

This text has white color on #AF839C background.