COLOR #AF90B0

HEX: #AF90B0 RGB: (175,144,176)

Color info

#AF90B0 contains red, green and blue colors in about the same proportion. Web safe color of #AF90B0 is #999999 (or #999).

RGB color model

#AF90B0 color RGB value is (175,144,176).

RGB: (175,144,176) (69%, 56%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 176 of 255 = 69%

175
144
176

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 176 = 495 (100%)
R 175 of 495 ~ 35.35%
G 144 of 495 ~ 29.09%
B 176 of 495 ~ 35.56'%

%35.35
%29.09
%35.56

CMYK color model

#AF90B0 color CMYK value is (1,18,0,31).

  • cyan value is 0.57%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (1,18,0,31)
C1M18Y0K31 (1%, 18%, 0%, 31%)
(0.01 / 0.18 / 0.00 / 0.31)

CMYK percentages

%0.57
%18.18
%0
%30.98

Codes

Color #AF90B0 in popluar color models

AF 90 B0
RGB 175 144 176
HSL 298° 16.84% 62.75%
HSB/HSV 298° 18.18% 69.02%
CMYK 0.57% 18.18% 0.00%
30.98%

Color #AF90B0 in popluar number systems.

HEX AF 90 B0
Decimal 175 144 176
Binary 10101111 10010000 10110000
Octal 257 220 260

Shades and tints

Shades of #AF90B0

#AF90B0
(175,144,176)
#A083A0
(160,131,160)
#917690
(145,118,144)
#826980
(130,105,128)
#735C70
(115,92,112)
#644F60
(100,79,96)
#554250
(85,66,80)
#463540
(70,53,64)
#372830
(55,40,48)
#281B20
(40,27,32)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF90B0

#AF90B0
(175,144,176)
#B69AB7
(182,154,183)
#BDA4BE
(189,164,190)
#C4AEC5
(196,174,197)
#CBB8CC
(203,184,204)
#D2C2D3
(210,194,211)
#D9CCDA
(217,204,218)
#E0D6E1
(224,214,225)
#E7E0E8
(231,224,232)
#EEEAEF
(238,234,239)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF90B0 color. Also use rgb(175,144,176) instead hex code.

Text Font Color

.myTextColor { color: #AF90B0; }

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

This text font color is #AF90B0.

Background Color

.myBgColor { background-color: #AF90B0; }

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

This div background color is #AF90B0.

Border color

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

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

This div border color is #AF90B0.

Opacity

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

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

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

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

This text has shadow with #AF90B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF90B0.

Preview

Color preview on black background

This text has color #AF90B0 on black background.


Color preview on white background

This text has color #AF90B0 on white background.


Black color preview on #AF90B0 background

This text has black color on #AF90B0 background.


White color preview on #AF90B0 background

This text has white color on #AF90B0 background.


Related colors

Complementary color

Complementary color for #hex is #506F4F.


I love getcolorcode.com

Triadic colors

1 #B0AF90 and #90B0AF with #AF90B0 are triadic colors.

2 #B090AF and #90AFB0 with #AF90B0 are triadic colors.