COLOR #AF9BBB

HEX: #AF9BBB RGB: (175,155,187)

Color info

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

RGB color model

#AF9BBB color RGB value is (175,155,187).

RGB: (175,155,187) (69%, 61%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 187 of 255 = 73%

175
155
187

R + G + B ~ 68%. #AF9BBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 187 = 517 (100%)
R 175 of 517 ~ 33.85%
G 155 of 517 ~ 29.98%
B 187 of 517 ~ 36.17'%

%33.85
%29.98
%36.17

CMYK color model

#AF9BBB color CMYK value is (6,17,0,27).

  • cyan value is 6.42%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (6,17,0,27)
C6M17Y0K27 (6%, 17%, 0%, 27%)
(0.06 / 0.17 / 0.00 / 0.27)

CMYK percentages

%6.42
%17.11
%0
%26.67

Codes

Color #AF9BBB in popluar color models

AF 9B BB
RGB 175 155 187
HSL 278° 19.05% 67.06%
HSB/HSV 278° 17.11% 73.33%
CMYK 6.42% 17.11% 0.00%
26.67%

Color #AF9BBB in popluar number systems.

HEX AF 9B BB
Decimal 175 155 187
Binary 10101111 10011011 10111011
Octal 257 233 273

Shades and tints

Shades of #AF9BBB

#AF9BBB
(175,155,187)
#A08DAA
(160,141,170)
#917F99
(145,127,153)
#827188
(130,113,136)
#736377
(115,99,119)
#645566
(100,85,102)
#554755
(85,71,85)
#463944
(70,57,68)
#372B33
(55,43,51)
#281D22
(40,29,34)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF9BBB

#AF9BBB
(175,155,187)
#B6A4C1
(182,164,193)
#BDADC7
(189,173,199)
#C4B6CD
(196,182,205)
#CBBFD3
(203,191,211)
#D2C8D9
(210,200,217)
#D9D1DF
(217,209,223)
#E0DAE5
(224,218,229)
#E7E3EB
(231,227,235)
#EEECF1
(238,236,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9BBB color. Also use rgb(175,155,187) instead hex code.

Text Font Color

.myTextColor { color: #AF9BBB; }

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

This text font color is #AF9BBB.

Background Color

.myBgColor { background-color: #AF9BBB; }

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

This div background color is #AF9BBB.

Border color

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

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

This div border color is #AF9BBB.

Opacity

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

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

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

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

This text has shadow with #AF9BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9BBB.

Preview

Color preview on black background

This text has color #AF9BBB on black background.


Color preview on white background

This text has color #AF9BBB on white background.


Black color preview on #AF9BBB background

This text has black color on #AF9BBB background.


White color preview on #AF9BBB background

This text has white color on #AF9BBB background.


Related colors

Complementary color

Complementary color for #hex is #506444.


I love getcolorcode.com

Triadic colors

1 #BBAF9B and #9BBBAF with #AF9BBB are triadic colors.

2 #BB9BAF and #9BAFBB with #AF9BBB are triadic colors.