COLOR #AF8EBE

HEX: #AF8EBE
RGB: (175,142,190)

Color info

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

RGB color model

#AF8EBE color RGB value is (175,142,190).

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

RGB channels and saturation

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

175
142
190

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

Portions of RGB colors in percentages

R + G + B =
175 + 142 + 190 = 507 (100%)
R 175 of 507 ~ 34.52%
G 142 of 507 ~ 28.01%
B 190 of 507 ~ 37.48%

%34.52
%28.01
%37.48

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,25,0,25)
C8M25Y0K25 
(8%,25%,0%,25%)
(0.08/0.25/0.00/0.25)	

CMYK percentages

%7.89
%25.26
%0
%25.49

Codes

Color #AF8EBE in popluar color models

AF8EBE
RGB175142190
HSL281°26.97%65.10%
HSB/HSV281°25.26%74.51%
CMYK7.89%25.26%0.00%
25.49%

Color #AF8EBE in popluar number systems.

HEXAF8EBE
Decimal175142190
Binary101011111000111010111110
Octal257216276

Shades and tints

Shades of #AF8EBE

#AF8EBE
(175,142,190)
#A082AD
(160,130,173)
#91769C
(145,118,156)
#826A8B
(130,106,139)
#735E7A
(115,94,122)
#645269
(100,82,105)
#554658
(85,70,88)
#463A47
(70,58,71)
#372E36
(55,46,54)
#282225
(40,34,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AF8EBE

#AF8EBE
(175,142,190)
#B698C3
(182,152,195)
#BDA2C8
(189,162,200)
#C4ACCD
(196,172,205)
#CBB6D2
(203,182,210)
#D2C0D7
(210,192,215)
#D9CADC
(217,202,220)
#E0D4E1
(224,212,225)
#E7DEE6
(231,222,230)
#EEE8EB
(238,232,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8EBE; }

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

This text font color is #AF8EBE.


Background Color

.myBgColor { background-color: #AF8EBE; }

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

This div background color is #AF8EBE.


Border color

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

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

This div border color is #AF8EBE.


Opacity

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

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

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

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

This text has shadow with #AF8EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8EBE on black background.


Color preview on white background

This text has color #AF8EBE on white background.



Black color preview on #AF8EBE background

This text has black color on #AF8EBE background.


White color preview on #AF8EBE background

This text has white color on #AF8EBE background.