COLOR #AF7D87

HEX: #AF7D87
RGB: (175,125,135)

Color info

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

RGB color model

#AF7D87 color RGB value is (175,125,135).

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

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 135 of 255 = 53%

175
125
135

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

Portions of RGB colors in percentages

R + G + B =
175 + 125 + 135 = 435 (100%)
R 175 of 435 ~ 40.23%
G 125 of 435 ~ 28.74%
B 135 of 435 ~ 31.03%

%40.23
%28.74
%31.03

CMYK color model

#AF7D87 color CMYK value is (0,29,23,31).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 22.86%
  • key color value is 31.37%
CMYK:
(0,29,23,31)
C0M29Y23K31 
(0%,29%,23%,31%)
(0.00/0.29/0.23/0.31)	

CMYK percentages

%0
%28.57
%22.86
%31.37

Codes

Color #AF7D87 in popluar color models

AF7D87
RGB175125135
HSL348°23.81%58.82%
HSB/HSV348°28.57%68.63%
CMYK0.00%28.57%22.86%
31.37%

Color #AF7D87 in popluar number systems.

HEXAF7D87
Decimal175125135
Binary10101111111110110000111
Octal257175207

Shades and tints

Shades of #AF7D87

#AF7D87
(175,125,135)
#A0727B
(160,114,123)
#91676F
(145,103,111)
#825C63
(130,92,99)
#735157
(115,81,87)
#64464B
(100,70,75)
#553B3F
(85,59,63)
#463033
(70,48,51)
#372527
(55,37,39)
#281A1B
(40,26,27)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF7D87

#AF7D87
(175,125,135)
#B68891
(182,136,145)
#BD939B
(189,147,155)
#C49EA5
(196,158,165)
#CBA9AF
(203,169,175)
#D2B4B9
(210,180,185)
#D9BFC3
(217,191,195)
#E0CACD
(224,202,205)
#E7D5D7
(231,213,215)
#EEE0E1
(238,224,225)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7D87; }

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

This text font color is #AF7D87.


Background Color

.myBgColor { background-color: #AF7D87; }

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

This div background color is #AF7D87.


Border color

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

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

This div border color is #AF7D87.


Opacity

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

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

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

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

This text has shadow with #AF7D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7D87 on black background.


Color preview on white background

This text has color #AF7D87 on white background.



Black color preview on #AF7D87 background

This text has black color on #AF7D87 background.


White color preview on #AF7D87 background

This text has white color on #AF7D87 background.