COLOR #AF8FBD

HEX: #AF8FBD
RGB: (175,143,189)

Color info

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

RGB color model

#AF8FBD color RGB value is (175,143,189).

  • red value is 175;
  • green value is 143;
  • blue value is 189.
RGB:
(175,143,189)
(69%,56%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 189 of 255 = 74%

175
143
189

R + G + B ~ 66%. #AF8FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 189 = 507 (100%)
R 175 of 507 ~ 34.52%
G 143 of 507 ~ 28.21%
B 189 of 507 ~ 37.28%

%34.52
%28.21
%37.28

CMYK color model

#AF8FBD color CMYK value is (7,24,0,26).

  • cyan value is 7.41%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,24,0,26)
C7M24Y0K26 
(7%,24%,0%,26%)
(0.07/0.24/0.00/0.26)	

CMYK percentages

%7.41
%24.34
%0
%25.88

Codes

Color #AF8FBD in popluar color models

AF8FBD
RGB175143189
HSL282°25.84%65.10%
HSB/HSV282°24.34%74.12%
CMYK7.41%24.34%0.00%
25.88%

Color #AF8FBD in popluar number systems.

HEXAF8FBD
Decimal175143189
Binary101011111000111110111101
Octal257217275

Shades and tints

Shades of #AF8FBD

#AF8FBD
(175,143,189)
#A082AC
(160,130,172)
#91759B
(145,117,155)
#82688A
(130,104,138)
#735B79
(115,91,121)
#644E68
(100,78,104)
#554157
(85,65,87)
#463446
(70,52,70)
#372735
(55,39,53)
#281A24
(40,26,36)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #AF8FBD

#AF8FBD
(175,143,189)
#B699C3
(182,153,195)
#BDA3C9
(189,163,201)
#C4ADCF
(196,173,207)
#CBB7D5
(203,183,213)
#D2C1DB
(210,193,219)
#D9CBE1
(217,203,225)
#E0D5E7
(224,213,231)
#E7DFED
(231,223,237)
#EEE9F3
(238,233,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8FBD color. Also use rgb(175,143,189) instead hex code.

Text Font Color

.myTextColor { color: #AF8FBD; }

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

This text font color is #AF8FBD.


Background Color

.myBgColor { background-color: #AF8FBD; }

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

This div background color is #AF8FBD.


Border color

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

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

This div border color is #AF8FBD.


Opacity

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

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

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

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

This text has shadow with #AF8FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8FBD on black background.


Color preview on white background

This text has color #AF8FBD on white background.



Black color preview on #AF8FBD background

This text has black color on #AF8FBD background.


White color preview on #AF8FBD background

This text has white color on #AF8FBD background.