COLOR #AF8EBF

HEX: #AF8EBF
RGB: (175,142,191)

Color info

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

RGB color model

#AF8EBF color RGB value is (175,142,191).

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

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 191 of 255 = 75%

175
142
191

R + G + B ~ 67%. #AF8EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 191 = 508 (100%)
R 175 of 508 ~ 34.45%
G 142 of 508 ~ 27.95%
B 191 of 508 ~ 37.6%

%34.45
%27.95
%37.6

CMYK color model

#AF8EBF color CMYK value is (8,26,0,25).

  • cyan value is 8.38%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,26,0,25)
C8M26Y0K25 
(8%,26%,0%,25%)
(0.08/0.26/0.00/0.25)	

CMYK percentages

%8.38
%25.65
%0
%25.1

Codes

Color #AF8EBF in popluar color models

AF8EBF
RGB175142191
HSL280°27.68%65.29%
HSB/HSV280°25.65%74.90%
CMYK8.38%25.65%0.00%
25.10%

Color #AF8EBF in popluar number systems.

HEXAF8EBF
Decimal175142191
Binary101011111000111010111111
Octal257216277

Shades and tints

Shades of #AF8EBF

#AF8EBF
(175,142,191)
#A082AE
(160,130,174)
#91769D
(145,118,157)
#826A8C
(130,106,140)
#735E7B
(115,94,123)
#64526A
(100,82,106)
#554659
(85,70,89)
#463A48
(70,58,72)
#372E37
(55,46,55)
#282226
(40,34,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AF8EBF

#AF8EBF
(175,142,191)
#B698C4
(182,152,196)
#BDA2C9
(189,162,201)
#C4ACCE
(196,172,206)
#CBB6D3
(203,182,211)
#D2C0D8
(210,192,216)
#D9CADD
(217,202,221)
#E0D4E2
(224,212,226)
#E7DEE7
(231,222,231)
#EEE8EC
(238,232,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8EBF; }

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

This text font color is #AF8EBF.


Background Color

.myBgColor { background-color: #AF8EBF; }

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

This div background color is #AF8EBF.


Border color

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

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

This div border color is #AF8EBF.


Opacity

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

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

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

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

This text has shadow with #AF8EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8EBF on black background.


Color preview on white background

This text has color #AF8EBF on white background.



Black color preview on #AF8EBF background

This text has black color on #AF8EBF background.


White color preview on #AF8EBF background

This text has white color on #AF8EBF background.