COLOR #AF7EBF

HEX: #AF7EBF
RGB: (175,126,191)

Color info

#AF7EBF contains mainly red and blue colors. Web safe color of #AF7EBF is #9966CC (or #96C).

RGB color model

#AF7EBF color RGB value is (175,126,191).

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

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 191 of 255 = 75%

175
126
191

R + G + B ~ 64%. #AF7EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 191 = 492 (100%)
R 175 of 492 ~ 35.57%
G 126 of 492 ~ 25.61%
B 191 of 492 ~ 38.82%

%35.57
%25.61
%38.82

CMYK color model

#AF7EBF color CMYK value is (8,34,0,25).

  • cyan value is 8.38%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,34,0,25)
C8M34Y0K25 
(8%,34%,0%,25%)
(0.08/0.34/0.00/0.25)	

CMYK percentages

%8.38
%34.03
%0
%25.1

Codes

Color #AF7EBF in popluar color models

AF7EBF
RGB175126191
HSL285°33.68%62.16%
HSB/HSV285°34.03%74.90%
CMYK8.38%34.03%0.00%
25.10%

Color #AF7EBF in popluar number systems.

HEXAF7EBF
Decimal175126191
Binary10101111111111010111111
Octal257176277

Shades and tints

Shades of #AF7EBF

#AF7EBF
(175,126,191)
#A073AE
(160,115,174)
#91689D
(145,104,157)
#825D8C
(130,93,140)
#73527B
(115,82,123)
#64476A
(100,71,106)
#553C59
(85,60,89)
#463148
(70,49,72)
#372637
(55,38,55)
#281B26
(40,27,38)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #AF7EBF

#AF7EBF
(175,126,191)
#B689C4
(182,137,196)
#BD94C9
(189,148,201)
#C49FCE
(196,159,206)
#CBAAD3
(203,170,211)
#D2B5D8
(210,181,216)
#D9C0DD
(217,192,221)
#E0CBE2
(224,203,226)
#E7D6E7
(231,214,231)
#EEE1EC
(238,225,236)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7EBF; }

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

This text font color is #AF7EBF.


Background Color

.myBgColor { background-color: #AF7EBF; }

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

This div background color is #AF7EBF.


Border color

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

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

This div border color is #AF7EBF.


Opacity

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

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

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

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

This text has shadow with #AF7EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7EBF on black background.


Color preview on white background

This text has color #AF7EBF on white background.



Black color preview on #AF7EBF background

This text has black color on #AF7EBF background.


White color preview on #AF7EBF background

This text has white color on #AF7EBF background.