COLOR #AF7EB0

HEX: #AF7EB0
RGB: (175,126,176)

Color info

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

RGB color model

#AF7EB0 color RGB value is (175,126,176).

  • red value is 175;
  • green value is 126;
  • blue value is 176.
RGB:
(175,126,176)
(69%,49%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 176 of 255 = 69%

175
126
176

R + G + B ~ 62%. #AF7EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 176 = 477 (100%)
R 175 of 477 ~ 36.69%
G 126 of 477 ~ 26.42%
B 176 of 477 ~ 36.9%

%36.69
%26.42
%36.9

CMYK color model

#AF7EB0 color CMYK value is (1,28,0,31).

  • cyan value is 0.57%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,28,0,31)
C1M28Y0K31 
(1%,28%,0%,31%)
(0.01/0.28/0.00/0.31)	

CMYK percentages

%0.57
%28.41
%0
%30.98

Codes

Color #AF7EB0 in popluar color models

AF7EB0
RGB175126176
HSL299°24.04%59.22%
HSB/HSV299°28.41%69.02%
CMYK0.57%28.41%0.00%
30.98%

Color #AF7EB0 in popluar number systems.

HEXAF7EB0
Decimal175126176
Binary10101111111111010110000
Octal257176260

Shades and tints

Shades of #AF7EB0

#AF7EB0
(175,126,176)
#A073A0
(160,115,160)
#916890
(145,104,144)
#825D80
(130,93,128)
#735270
(115,82,112)
#644760
(100,71,96)
#553C50
(85,60,80)
#463140
(70,49,64)
#372630
(55,38,48)
#281B20
(40,27,32)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #AF7EB0

#AF7EB0
(175,126,176)
#B689B7
(182,137,183)
#BD94BE
(189,148,190)
#C49FC5
(196,159,197)
#CBAACC
(203,170,204)
#D2B5D3
(210,181,211)
#D9C0DA
(217,192,218)
#E0CBE1
(224,203,225)
#E7D6E8
(231,214,232)
#EEE1EF
(238,225,239)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7EB0; }

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

This text font color is #AF7EB0.


Background Color

.myBgColor { background-color: #AF7EB0; }

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

This div background color is #AF7EB0.


Border color

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

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

This div border color is #AF7EB0.


Opacity

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

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

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

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

This text has shadow with #AF7EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7EB0 on black background.


Color preview on white background

This text has color #AF7EB0 on white background.



Black color preview on #AF7EB0 background

This text has black color on #AF7EB0 background.


White color preview on #AF7EB0 background

This text has white color on #AF7EB0 background.