COLOR #AF9EB5

HEX: #AF9EB5 RGB: (175,158,181)

Color info

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

RGB color model

#AF9EB5 color RGB value is (175,158,181).

RGB: (175,158,181) (69%, 62%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 181 of 255 = 71%

175
158
181

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

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 181 = 514 (100%)
R 175 of 514 ~ 34.05%
G 158 of 514 ~ 30.74%
B 181 of 514 ~ 35.21'%

%34.05
%30.74
%35.21

CMYK color model

#AF9EB5 color CMYK value is (3,13,0,29).

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

CMYK: (3,13,0,29)
C3M13Y0K29 (3%, 13%, 0%, 29%)
(0.03 / 0.13 / 0.00 / 0.29)

CMYK percentages

%3.31
%12.71
%0
%29.02

Codes

Color #AF9EB5 in popluar color models

AF 9E B5
RGB 175 158 181
HSL 284° 13.45% 66.47%
HSB/HSV 284° 12.71% 70.98%
CMYK 3.31% 12.71% 0.00%
29.02%

Color #AF9EB5 in popluar number systems.

HEX AF 9E B5
Decimal 175 158 181
Binary 10101111 10011110 10110101
Octal 257 236 265

Shades and tints

Shades of #AF9EB5

#AF9EB5
(175,158,181)
#A090A5
(160,144,165)
#918295
(145,130,149)
#827485
(130,116,133)
#736675
(115,102,117)
#645865
(100,88,101)
#554A55
(85,74,85)
#463C45
(70,60,69)
#372E35
(55,46,53)
#282025
(40,32,37)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AF9EB5

#AF9EB5
(175,158,181)
#B6A6BB
(182,166,187)
#BDAEC1
(189,174,193)
#C4B6C7
(196,182,199)
#CBBECD
(203,190,205)
#D2C6D3
(210,198,211)
#D9CED9
(217,206,217)
#E0D6DF
(224,214,223)
#E7DEE5
(231,222,229)
#EEE6EB
(238,230,235)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9EB5; }

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

This text font color is #AF9EB5.

Background Color

.myBgColor { background-color: #AF9EB5; }

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

This div background color is #AF9EB5.

Border color

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

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

This div border color is #AF9EB5.

Opacity

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

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

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

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

This text has shadow with #AF9EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9EB5.

Preview

Color preview on black background

This text has color #AF9EB5 on black background.


Color preview on white background

This text has color #AF9EB5 on white background.


Black color preview on #AF9EB5 background

This text has black color on #AF9EB5 background.


White color preview on #AF9EB5 background

This text has white color on #AF9EB5 background.


Related colors

Complementary color

Complementary color for #hex is #50614A.


I love getcolorcode.com

Triadic colors

1 #B5AF9E and #9EB5AF with #AF9EB5 are triadic colors.

2 #B59EAF and #9EAFB5 with #AF9EB5 are triadic colors.