COLOR #AF8EB5

HEX: #AF8EB5 RGB: (175,142,181)

Color info

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

RGB color model

#AF8EB5 color RGB value is (175,142,181).

RGB: (175,142,181) (69%, 56%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 142 of 255 = 56%
B 181 of 255 = 71%

175
142
181

R + G + B ~ 65%. #AF8EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 142 + 181 = 498 (100%)
R 175 of 498 ~ 35.14%
G 142 of 498 ~ 28.51%
B 181 of 498 ~ 36.35'%

%35.14
%28.51
%36.35

CMYK color model

#AF8EB5 color CMYK value is (3,22,0,29).

  • cyan value is 3.31%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (3,22,0,29)
C3M22Y0K29 (3%, 22%, 0%, 29%)
(0.03 / 0.22 / 0.00 / 0.29)

CMYK percentages

%3.31
%21.55
%0
%29.02

Codes

Color #AF8EB5 in popluar color models

AF 8E B5
RGB 175 142 181
HSL 291° 20.86% 63.33%
HSB/HSV 291° 21.55% 70.98%
CMYK 3.31% 21.55% 0.00%
29.02%

Color #AF8EB5 in popluar number systems.

HEX AF 8E B5
Decimal 175 142 181
Binary 10101111 10001110 10110101
Octal 257 216 265

Shades and tints

Shades of #AF8EB5

#AF8EB5
(175,142,181)
#A082A5
(160,130,165)
#917695
(145,118,149)
#826A85
(130,106,133)
#735E75
(115,94,117)
#645265
(100,82,101)
#554655
(85,70,85)
#463A45
(70,58,69)
#372E35
(55,46,53)
#282225
(40,34,37)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AF8EB5

#AF8EB5
(175,142,181)
#B698BB
(182,152,187)
#BDA2C1
(189,162,193)
#C4ACC7
(196,172,199)
#CBB6CD
(203,182,205)
#D2C0D3
(210,192,211)
#D9CAD9
(217,202,217)
#E0D4DF
(224,212,223)
#E7DEE5
(231,222,229)
#EEE8EB
(238,232,235)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8EB5; }

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

This text font color is #AF8EB5.

Background Color

.myBgColor { background-color: #AF8EB5; }

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

This div background color is #AF8EB5.

Border color

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

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

This div border color is #AF8EB5.

Opacity

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

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

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

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

This text has shadow with #AF8EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8EB5.

Preview

Color preview on black background

This text has color #AF8EB5 on black background.


Color preview on white background

This text has color #AF8EB5 on white background.


Black color preview on #AF8EB5 background

This text has black color on #AF8EB5 background.


White color preview on #AF8EB5 background

This text has white color on #AF8EB5 background.


Related colors

Complementary color

Complementary color for #hex is #50714A.


I love getcolorcode.com

Triadic colors

1 #B5AF8E and #8EB5AF with #AF8EB5 are triadic colors.

2 #B58EAF and #8EAFB5 with #AF8EB5 are triadic colors.