COLOR #AF98B1

HEX: #AF98B1 RGB: (175,152,177)

Color info

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

RGB color model

#AF98B1 color RGB value is (175,152,177).

RGB: (175,152,177) (69%, 60%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 177 of 255 = 69%

175
152
177

R + G + B ~ 66%. #AF98B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 177 = 504 (100%)
R 175 of 504 ~ 34.72%
G 152 of 504 ~ 30.16%
B 177 of 504 ~ 35.12'%

%34.72
%30.16
%35.12

CMYK color model

#AF98B1 color CMYK value is (1,14,0,31).

  • cyan value is 1.13%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (1,14,0,31)
C1M14Y0K31 (1%, 14%, 0%, 31%)
(0.01 / 0.14 / 0.00 / 0.31)

CMYK percentages

%1.13
%14.12
%0
%30.59

Codes

Color #AF98B1 in popluar color models

AF 98 B1
RGB 175 152 177
HSL 295° 13.81% 64.51%
HSB/HSV 295° 14.12% 69.41%
CMYK 1.13% 14.12% 0.00%
30.59%

Color #AF98B1 in popluar number systems.

HEX AF 98 B1
Decimal 175 152 177
Binary 10101111 10011000 10110001
Octal 257 230 261

Shades and tints

Shades of #AF98B1

#AF98B1
(175,152,177)
#A08BA1
(160,139,161)
#917E91
(145,126,145)
#827181
(130,113,129)
#736471
(115,100,113)
#645761
(100,87,97)
#554A51
(85,74,81)
#463D41
(70,61,65)
#373031
(55,48,49)
#282321
(40,35,33)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AF98B1

#AF98B1
(175,152,177)
#B6A1B8
(182,161,184)
#BDAABF
(189,170,191)
#C4B3C6
(196,179,198)
#CBBCCD
(203,188,205)
#D2C5D4
(210,197,212)
#D9CEDB
(217,206,219)
#E0D7E2
(224,215,226)
#E7E0E9
(231,224,233)
#EEE9F0
(238,233,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98B1; }

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

This text font color is #AF98B1.

Background Color

.myBgColor { background-color: #AF98B1; }

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

This div background color is #AF98B1.

Border color

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

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

This div border color is #AF98B1.

Opacity

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

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

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

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

This text has shadow with #AF98B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF98B1.

Preview

Color preview on black background

This text has color #AF98B1 on black background.


Color preview on white background

This text has color #AF98B1 on white background.


Black color preview on #AF98B1 background

This text has black color on #AF98B1 background.


White color preview on #AF98B1 background

This text has white color on #AF98B1 background.


Related colors

Complementary color

Complementary color for #hex is #50674E.


I love getcolorcode.com

Triadic colors

1 #B1AF98 and #98B1AF with #AF98B1 are triadic colors.

2 #B198AF and #98AFB1 with #AF98B1 are triadic colors.