COLOR #AF7887

HEX: #AF7887
RGB: (175,120,135)

Color info

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

RGB color model

#AF7887 color RGB value is (175,120,135).

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

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 135 of 255 = 53%

175
120
135

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

Portions of RGB colors in percentages

R + G + B =
175 + 120 + 135 = 430 (100%)
R 175 of 430 ~ 40.7%
G 120 of 430 ~ 27.91%
B 135 of 430 ~ 31.4%

%40.7
%27.91
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 22.86%
  • key color value is 31.37%
CMYK:
(0,31,23,31)
C0M31Y23K31 
(0%,31%,23%,31%)
(0.00/0.31/0.23/0.31)	

CMYK percentages

%0
%31.43
%22.86
%31.37

Codes

Color #AF7887 in popluar color models

AF7887
RGB175120135
HSL344°25.58%57.84%
HSB/HSV344°31.43%68.63%
CMYK0.00%31.43%22.86%
31.37%

Color #AF7887 in popluar number systems.

HEXAF7887
Decimal175120135
Binary10101111111100010000111
Octal257170207

Shades and tints

Shades of #AF7887

#AF7887
(175,120,135)
#A06E7B
(160,110,123)
#91646F
(145,100,111)
#825A63
(130,90,99)
#735057
(115,80,87)
#64464B
(100,70,75)
#553C3F
(85,60,63)
#463233
(70,50,51)
#372827
(55,40,39)
#281E1B
(40,30,27)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #AF7887

#AF7887
(175,120,135)
#B68491
(182,132,145)
#BD909B
(189,144,155)
#C49CA5
(196,156,165)
#CBA8AF
(203,168,175)
#D2B4B9
(210,180,185)
#D9C0C3
(217,192,195)
#E0CCCD
(224,204,205)
#E7D8D7
(231,216,215)
#EEE4E1
(238,228,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7887; }

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

This text font color is #AF7887.


Background Color

.myBgColor { background-color: #AF7887; }

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

This div background color is #AF7887.


Border color

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

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

This div border color is #AF7887.


Opacity

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

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

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

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

This text has shadow with #AF7887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7887 on black background.


Color preview on white background

This text has color #AF7887 on white background.



Black color preview on #AF7887 background

This text has black color on #AF7887 background.


White color preview on #AF7887 background

This text has white color on #AF7887 background.