COLOR #AF98BA

HEX: #AF98BA
RGB: (175,152,186)

Color info

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

RGB color model

#AF98BA color RGB value is (175,152,186).

  • red value is 175;
  • green value is 152;
  • blue value is 186.
RGB:
(175,152,186)
(69%,60%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 186 of 255 = 73%

175
152
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 186 = 513 (100%)
R 175 of 513 ~ 34.11%
G 152 of 513 ~ 29.63%
B 186 of 513 ~ 36.26%

%34.11
%29.63
%36.26

CMYK color model

#AF98BA color CMYK value is (6,18,0,27).

  • cyan value is 5.91%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,18,0,27)
C6M18Y0K27 
(6%,18%,0%,27%)
(0.06/0.18/0.00/0.27)	

CMYK percentages

%5.91
%18.28
%0
%27.06

Codes

Color #AF98BA in popluar color models

AF98BA
RGB175152186
HSL281°19.77%66.27%
HSB/HSV281°18.28%72.94%
CMYK5.91%18.28%0.00%
27.06%

Color #AF98BA in popluar number systems.

HEXAF98BA
Decimal175152186
Binary101011111001100010111010
Octal257230272

Shades and tints

Shades of #AF98BA

#AF98BA
(175,152,186)
#A08BAA
(160,139,170)
#917E9A
(145,126,154)
#82718A
(130,113,138)
#73647A
(115,100,122)
#64576A
(100,87,106)
#554A5A
(85,74,90)
#463D4A
(70,61,74)
#37303A
(55,48,58)
#28232A
(40,35,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #AF98BA

#AF98BA
(175,152,186)
#B6A1C0
(182,161,192)
#BDAAC6
(189,170,198)
#C4B3CC
(196,179,204)
#CBBCD2
(203,188,210)
#D2C5D8
(210,197,216)
#D9CEDE
(217,206,222)
#E0D7E4
(224,215,228)
#E7E0EA
(231,224,234)
#EEE9F0
(238,233,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF98BA color. Also use rgb(175,152,186) instead hex code.

Text Font Color

.myTextColor { color: #AF98BA; }

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

This text font color is #AF98BA.


Background Color

.myBgColor { background-color: #AF98BA; }

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

This div background color is #AF98BA.


Border color

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

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

This div border color is #AF98BA.


Opacity

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

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

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

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

This text has shadow with #AF98BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF98BA on black background.


Color preview on white background

This text has color #AF98BA on white background.



Black color preview on #AF98BA background

This text has black color on #AF98BA background.


White color preview on #AF98BA background

This text has white color on #AF98BA background.