COLOR #AF90B6

HEX: #AF90B6
RGB: (175,144,182)

Color info

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

RGB color model

#AF90B6 color RGB value is (175,144,182).

  • red value is 175;
  • green value is 144;
  • blue value is 182.
RGB:
(175,144,182)
(69%,56%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 182 of 255 = 71%

175
144
182

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 182 = 501 (100%)
R 175 of 501 ~ 34.93%
G 144 of 501 ~ 28.74%
B 182 of 501 ~ 36.33%

%34.93
%28.74
%36.33

CMYK color model

#AF90B6 color CMYK value is (4,21,0,29).

  • cyan value is 3.85%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,21,0,29)
C4M21Y0K29 
(4%,21%,0%,29%)
(0.04/0.21/0.00/0.29)	

CMYK percentages

%3.85
%20.88
%0
%28.63

Codes

Color #AF90B6 in popluar color models

AF90B6
RGB175144182
HSL289°20.65%63.92%
HSB/HSV289°20.88%71.37%
CMYK3.85%20.88%0.00%
28.63%

Color #AF90B6 in popluar number systems.

HEXAF90B6
Decimal175144182
Binary101011111001000010110110
Octal257220266

Shades and tints

Shades of #AF90B6

#AF90B6
(175,144,182)
#A083A6
(160,131,166)
#917696
(145,118,150)
#826986
(130,105,134)
#735C76
(115,92,118)
#644F66
(100,79,102)
#554256
(85,66,86)
#463546
(70,53,70)
#372836
(55,40,54)
#281B26
(40,27,38)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #AF90B6

#AF90B6
(175,144,182)
#B69ABC
(182,154,188)
#BDA4C2
(189,164,194)
#C4AEC8
(196,174,200)
#CBB8CE
(203,184,206)
#D2C2D4
(210,194,212)
#D9CCDA
(217,204,218)
#E0D6E0
(224,214,224)
#E7E0E6
(231,224,230)
#EEEAEC
(238,234,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF90B6; }

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

This text font color is #AF90B6.


Background Color

.myBgColor { background-color: #AF90B6; }

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

This div background color is #AF90B6.


Border color

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

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

This div border color is #AF90B6.


Opacity

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

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

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

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

This text has shadow with #AF90B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF90B6 on black background.


Color preview on white background

This text has color #AF90B6 on white background.



Black color preview on #AF90B6 background

This text has black color on #AF90B6 background.


White color preview on #AF90B6 background

This text has white color on #AF90B6 background.