COLOR #AF6B78

HEX: #AF6B78
RGB: (175,107,120)

Color info

#AF6B78 contains mainly red and blue colors. Web safe color of #AF6B78 is #996666 (or #966).

RGB color model

#AF6B78 color RGB value is (175,107,120).

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

RGB channels and saturation

R 175 of 255 = 69%
G 107 of 255 = 42%
B 120 of 255 = 47%

175
107
120

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

Portions of RGB colors in percentages

R + G + B =
175 + 107 + 120 = 402 (100%)
R 175 of 402 ~ 43.53%
G 107 of 402 ~ 26.62%
B 120 of 402 ~ 29.85%

%43.53
%26.62
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 31.43%
  • key color value is 31.37%
CMYK:
(0,39,31,31)
C0M39Y31K31 
(0%,39%,31%,31%)
(0.00/0.39/0.31/0.31)	

CMYK percentages

%0
%38.86
%31.43
%31.37

Codes

Color #AF6B78 in popluar color models

AF6B78
RGB175107120
HSL349°29.82%55.29%
HSB/HSV349°38.86%68.63%
CMYK0.00%38.86%31.43%
31.37%

Color #AF6B78 in popluar number systems.

HEXAF6B78
Decimal175107120
Binary1010111111010111111000
Octal257153170

Shades and tints

Shades of #AF6B78

#AF6B78
(175,107,120)
#A0626E
(160,98,110)
#915964
(145,89,100)
#82505A
(130,80,90)
#734750
(115,71,80)
#643E46
(100,62,70)
#55353C
(85,53,60)
#462C32
(70,44,50)
#372328
(55,35,40)
#281A1E
(40,26,30)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AF6B78

#AF6B78
(175,107,120)
#B67884
(182,120,132)
#BD8590
(189,133,144)
#C4929C
(196,146,156)
#CB9FA8
(203,159,168)
#D2ACB4
(210,172,180)
#D9B9C0
(217,185,192)
#E0C6CC
(224,198,204)
#E7D3D8
(231,211,216)
#EEE0E4
(238,224,228)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6B78; }

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

This text font color is #AF6B78.


Background Color

.myBgColor { background-color: #AF6B78; }

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

This div background color is #AF6B78.


Border color

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

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

This div border color is #AF6B78.


Opacity

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

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

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

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

This text has shadow with #AF6B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6B78 on black background.


Color preview on white background

This text has color #AF6B78 on white background.



Black color preview on #AF6B78 background

This text has black color on #AF6B78 background.


White color preview on #AF6B78 background

This text has white color on #AF6B78 background.