COLOR #AF7B8F

HEX: #AF7B8F
RGB: (175,123,143)

Color info

#AF7B8F contains red, green and blue colors in about the same proportion. Web safe color of #AF7B8F is #996699 (or #969).

RGB color model

#AF7B8F color RGB value is (175,123,143).

  • red value is 175;
  • green value is 123;
  • blue value is 143.
RGB:
(175,123,143)
(69%,48%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 123 of 255 = 48%
B 143 of 255 = 56%

175
123
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 123 + 143 = 441 (100%)
R 175 of 441 ~ 39.68%
G 123 of 441 ~ 27.89%
B 143 of 441 ~ 32.43%

%39.68
%27.89
%32.43

CMYK color model

#AF7B8F color CMYK value is (0,30,18,31).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,30,18,31)
C0M30Y18K31 
(0%,30%,18%,31%)
(0.00/0.30/0.18/0.31)	

CMYK percentages

%0
%29.71
%18.29
%31.37

Codes

Color #AF7B8F in popluar color models

AF7B8F
RGB175123143
HSL337°24.53%58.43%
HSB/HSV337°29.71%68.63%
CMYK0.00%29.71%18.29%
31.37%

Color #AF7B8F in popluar number systems.

HEXAF7B8F
Decimal175123143
Binary10101111111101110001111
Octal257173217

Shades and tints

Shades of #AF7B8F

#AF7B8F
(175,123,143)
#A07082
(160,112,130)
#916575
(145,101,117)
#825A68
(130,90,104)
#734F5B
(115,79,91)
#64444E
(100,68,78)
#553941
(85,57,65)
#462E34
(70,46,52)
#372327
(55,35,39)
#28181A
(40,24,26)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #AF7B8F

#AF7B8F
(175,123,143)
#B68799
(182,135,153)
#BD93A3
(189,147,163)
#C49FAD
(196,159,173)
#CBABB7
(203,171,183)
#D2B7C1
(210,183,193)
#D9C3CB
(217,195,203)
#E0CFD5
(224,207,213)
#E7DBDF
(231,219,223)
#EEE7E9
(238,231,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7B8F color. Also use rgb(175,123,143) instead hex code.

Text Font Color

.myTextColor { color: #AF7B8F; }

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

This text font color is #AF7B8F.


Background Color

.myBgColor { background-color: #AF7B8F; }

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

This div background color is #AF7B8F.


Border color

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

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

This div border color is #AF7B8F.


Opacity

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

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

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

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

This text has shadow with #AF7B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7B8F on black background.


Color preview on white background

This text has color #AF7B8F on white background.



Black color preview on #AF7B8F background

This text has black color on #AF7B8F background.


White color preview on #AF7B8F background

This text has white color on #AF7B8F background.