COLOR #AF7E83

HEX: #AF7E83 RGB: (175,126,131)

Color info

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

RGB color model

#AF7E83 color RGB value is (175,126,131).

RGB: (175,126,131) (69%, 49%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 131 of 255 = 51%

175
126
131

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

Portions of RGB colors in percentages

R + G + B = 175 + 126 + 131 = 432 (100%)
R 175 of 432 ~ 40.51%
G 126 of 432 ~ 29.17%
B 131 of 432 ~ 30.32'%

%40.51
%29.17
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 25.14%
  • key color value is 31.37%

CMYK: (0,28,25,31)
C0M28Y25K31 (0%, 28%, 25%, 31%)
(0.00 / 0.28 / 0.25 / 0.31)

CMYK percentages

%0
%28
%25.14
%31.37

Codes

Color #AF7E83 in popluar color models

AF 7E 83
RGB 175 126 131
HSL 354° 23.44% 59.02%
HSB/HSV 354° 28.00% 68.63%
CMYK 0.00% 28.00% 25.14%
31.37%

Color #AF7E83 in popluar number systems.

HEX AF 7E 83
Decimal 175 126 131
Binary 10101111 1111110 10000011
Octal 257 176 203

Shades and tints

Shades of #AF7E83

#AF7E83
(175,126,131)
#A07378
(160,115,120)
#91686D
(145,104,109)
#825D62
(130,93,98)
#735257
(115,82,87)
#64474C
(100,71,76)
#553C41
(85,60,65)
#463136
(70,49,54)
#37262B
(55,38,43)
#281B20
(40,27,32)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #AF7E83

#AF7E83
(175,126,131)
#B6898E
(182,137,142)
#BD9499
(189,148,153)
#C49FA4
(196,159,164)
#CBAAAF
(203,170,175)
#D2B5BA
(210,181,186)
#D9C0C5
(217,192,197)
#E0CBD0
(224,203,208)
#E7D6DB
(231,214,219)
#EEE1E6
(238,225,230)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7E83; }

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

This text font color is #AF7E83.

Background Color

.myBgColor { background-color: #AF7E83; }

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

This div background color is #AF7E83.

Border color

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

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

This div border color is #AF7E83.

Opacity

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

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

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

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

This text has shadow with #AF7E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7E83.

Preview

Color preview on black background

This text has color #AF7E83 on black background.


Color preview on white background

This text has color #AF7E83 on white background.


Black color preview on #AF7E83 background

This text has black color on #AF7E83 background.


White color preview on #AF7E83 background

This text has white color on #AF7E83 background.


Related colors

Complementary color

Complementary color for #hex is #50817C.


I love getcolorcode.com

Triadic colors

1 #83AF7E and #7E83AF with #AF7E83 are triadic colors.

2 #837EAF and #7EAF83 with #AF7E83 are triadic colors.