COLOR #AF6B81

HEX: #AF6B81
RGB: (175,107,129)

Color info

#AF6B81 contains mainly red and blue colors. Web safe color of #AF6B81 is #996699 (or #969).

RGB color model

#AF6B81 color RGB value is (175,107,129).

  • red value is 175;
  • green value is 107;
  • blue value is 129.
RGB:
(175,107,129)
(69%,42%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 107 of 255 = 42%
B 129 of 255 = 51%

175
107
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 107 + 129 = 411 (100%)
R 175 of 411 ~ 42.58%
G 107 of 411 ~ 26.03%
B 129 of 411 ~ 31.39%

%42.58
%26.03
%31.39

CMYK color model

#AF6B81 color CMYK value is (0,39,26,31).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(0,39,26,31)
C0M39Y26K31 
(0%,39%,26%,31%)
(0.00/0.39/0.26/0.31)	

CMYK percentages

%0
%38.86
%26.29
%31.37

Codes

Color #AF6B81 in popluar color models

AF6B81
RGB175107129
HSL341°29.82%55.29%
HSB/HSV341°38.86%68.63%
CMYK0.00%38.86%26.29%
31.37%

Color #AF6B81 in popluar number systems.

HEXAF6B81
Decimal175107129
Binary10101111110101110000001
Octal257153201

Shades and tints

Shades of #AF6B81

#AF6B81
(175,107,129)
#A06276
(160,98,118)
#91596B
(145,89,107)
#825060
(130,80,96)
#734755
(115,71,85)
#643E4A
(100,62,74)
#55353F
(85,53,63)
#462C34
(70,44,52)
#372329
(55,35,41)
#281A1E
(40,26,30)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF6B81

#AF6B81
(175,107,129)
#B6788C
(182,120,140)
#BD8597
(189,133,151)
#C492A2
(196,146,162)
#CB9FAD
(203,159,173)
#D2ACB8
(210,172,184)
#D9B9C3
(217,185,195)
#E0C6CE
(224,198,206)
#E7D3D9
(231,211,217)
#EEE0E4
(238,224,228)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6B81 color. Also use rgb(175,107,129) instead hex code.

Text Font Color

.myTextColor { color: #AF6B81; }

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

This text font color is #AF6B81.


Background Color

.myBgColor { background-color: #AF6B81; }

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

This div background color is #AF6B81.


Border color

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

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

This div border color is #AF6B81.


Opacity

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

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

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

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

This text has shadow with #AF6B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6B81 on black background.


Color preview on white background

This text has color #AF6B81 on white background.



Black color preview on #AF6B81 background

This text has black color on #AF6B81 background.


White color preview on #AF6B81 background

This text has white color on #AF6B81 background.