COLOR #AF7FB6

HEX: #AF7FB6 RGB: (175,127,182)

Color info

#AF7FB6 contains red, green and blue colors in about the same proportion. Web safe color of #AF7FB6 is #9966CC (or #96C).

RGB color model

#AF7FB6 color RGB value is (175,127,182).

RGB: (175,127,182) (69%, 50%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 127 of 255 = 50%
B 182 of 255 = 71%

175
127
182

R + G + B ~ 63%. #AF7FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 127 + 182 = 484 (100%)
R 175 of 484 ~ 36.16%
G 127 of 484 ~ 26.24%
B 182 of 484 ~ 37.6'%

%36.16
%26.24
%37.6

CMYK color model

#AF7FB6 color CMYK value is (4,30,0,29).

  • cyan value is 3.85%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,30,0,29)
C4M30Y0K29 (4%, 30%, 0%, 29%)
(0.04 / 0.30 / 0.00 / 0.29)

CMYK percentages

%3.85
%30.22
%0
%28.63

Codes

Color #AF7FB6 in popluar color models

AF 7F B6
RGB 175 127 182
HSL 292° 27.36% 60.59%
HSB/HSV 292° 30.22% 71.37%
CMYK 3.85% 30.22% 0.00%
28.63%

Color #AF7FB6 in popluar number systems.

HEX AF 7F B6
Decimal 175 127 182
Binary 10101111 1111111 10110110
Octal 257 177 266

Shades and tints

Shades of #AF7FB6

#AF7FB6
(175,127,182)
#A074A6
(160,116,166)
#916996
(145,105,150)
#825E86
(130,94,134)
#735376
(115,83,118)
#644866
(100,72,102)
#553D56
(85,61,86)
#463246
(70,50,70)
#372736
(55,39,54)
#281C26
(40,28,38)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AF7FB6

#AF7FB6
(175,127,182)
#B68ABC
(182,138,188)
#BD95C2
(189,149,194)
#C4A0C8
(196,160,200)
#CBABCE
(203,171,206)
#D2B6D4
(210,182,212)
#D9C1DA
(217,193,218)
#E0CCE0
(224,204,224)
#E7D7E6
(231,215,230)
#EEE2EC
(238,226,236)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7FB6 color. Also use rgb(175,127,182) instead hex code.

Text Font Color

.myTextColor { color: #AF7FB6; }

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

This text font color is #AF7FB6.

Background Color

.myBgColor { background-color: #AF7FB6; }

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

This div background color is #AF7FB6.

Border color

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

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

This div border color is #AF7FB6.

Opacity

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

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

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

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

This text has shadow with #AF7FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7FB6.

Preview

Color preview on black background

This text has color #AF7FB6 on black background.


Color preview on white background

This text has color #AF7FB6 on white background.


Black color preview on #AF7FB6 background

This text has black color on #AF7FB6 background.


White color preview on #AF7FB6 background

This text has white color on #AF7FB6 background.


Related colors

Complementary color

Complementary color for #hex is #508049.


I love getcolorcode.com

Triadic colors

1 #B6AF7F and #7FB6AF with #AF7FB6 are triadic colors.

2 #B67FAF and #7FAFB6 with #AF7FB6 are triadic colors.