COLOR #AF7883

HEX: #AF7883
RGB: (175,120,131)

Color info

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

RGB color model

#AF7883 color RGB value is (175,120,131).

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

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 131 of 255 = 51%

175
120
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 120 + 131 = 426 (100%)
R 175 of 426 ~ 41.08%
G 120 of 426 ~ 28.17%
B 131 of 426 ~ 30.75%

%41.08
%28.17
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(0,31,25,31)
C0M31Y25K31 
(0%,31%,25%,31%)
(0.00/0.31/0.25/0.31)	

CMYK percentages

%0
%31.43
%25.14
%31.37

Codes

Color #AF7883 in popluar color models

AF7883
RGB175120131
HSL348°25.58%57.84%
HSB/HSV348°31.43%68.63%
CMYK0.00%31.43%25.14%
31.37%

Color #AF7883 in popluar number systems.

HEXAF7883
Decimal175120131
Binary10101111111100010000011
Octal257170203

Shades and tints

Shades of #AF7883

#AF7883
(175,120,131)
#A06E78
(160,110,120)
#91646D
(145,100,109)
#825A62
(130,90,98)
#735057
(115,80,87)
#64464C
(100,70,76)
#553C41
(85,60,65)
#463236
(70,50,54)
#37282B
(55,40,43)
#281E20
(40,30,32)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AF7883

#AF7883
(175,120,131)
#B6848E
(182,132,142)
#BD9099
(189,144,153)
#C49CA4
(196,156,164)
#CBA8AF
(203,168,175)
#D2B4BA
(210,180,186)
#D9C0C5
(217,192,197)
#E0CCD0
(224,204,208)
#E7D8DB
(231,216,219)
#EEE4E6
(238,228,230)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7883; }

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

This text font color is #AF7883.


Background Color

.myBgColor { background-color: #AF7883; }

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

This div background color is #AF7883.


Border color

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

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

This div border color is #AF7883.


Opacity

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

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

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

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

This text has shadow with #AF7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7883 on black background.


Color preview on white background

This text has color #AF7883 on white background.



Black color preview on #AF7883 background

This text has black color on #AF7883 background.


White color preview on #AF7883 background

This text has white color on #AF7883 background.