COLOR #AF879C

HEX: #AF879C
RGB: (175,135,156)

Color info

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

RGB color model

#AF879C color RGB value is (175,135,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 156 of 255 = 61%

175
135
156

R + G + B ~ 61%. #AF879C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 135 + 156 = 466 (100%)
R 175 of 466 ~ 37.55%
G 135 of 466 ~ 28.97%
B 156 of 466 ~ 33.48%

%37.55
%28.97
%33.48

CMYK color model

#AF879C color CMYK value is (0,23,11,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,23,11,31)
C0M23Y11K31 
(0%,23%,11%,31%)
(0.00/0.23/0.11/0.31)	

CMYK percentages

%0
%22.86
%10.86
%31.37

Codes

Color #AF879C in popluar color models

AF879C
RGB175135156
HSL329°20.00%60.78%
HSB/HSV329°22.86%68.63%
CMYK0.00%22.86%10.86%
31.37%

Color #AF879C in popluar number systems.

HEXAF879C
Decimal175135156
Binary101011111000011110011100
Octal257207234

Shades and tints

Shades of #AF879C

#AF879C
(175,135,156)
#A07B8E
(160,123,142)
#916F80
(145,111,128)
#826372
(130,99,114)
#735764
(115,87,100)
#644B56
(100,75,86)
#553F48
(85,63,72)
#46333A
(70,51,58)
#37272C
(55,39,44)
#281B1E
(40,27,30)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AF879C

#AF879C
(175,135,156)
#B691A5
(182,145,165)
#BD9BAE
(189,155,174)
#C4A5B7
(196,165,183)
#CBAFC0
(203,175,192)
#D2B9C9
(210,185,201)
#D9C3D2
(217,195,210)
#E0CDDB
(224,205,219)
#E7D7E4
(231,215,228)
#EEE1ED
(238,225,237)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF879C; }

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

This text font color is #AF879C.


Background Color

.myBgColor { background-color: #AF879C; }

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

This div background color is #AF879C.


Border color

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

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

This div border color is #AF879C.


Opacity

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

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

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

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

This text has shadow with #AF879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF879C on black background.


Color preview on white background

This text has color #AF879C on white background.



Black color preview on #AF879C background

This text has black color on #AF879C background.


White color preview on #AF879C background

This text has white color on #AF879C background.