COLOR #AF98B2

HEX: #AF98B2 RGB: (175,152,178)

Color info

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

RGB color model

#AF98B2 color RGB value is (175,152,178).

RGB: (175,152,178) (69%, 60%, 70%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 178 of 255 = 70%

175
152
178

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

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 178 = 505 (100%)
R 175 of 505 ~ 34.65%
G 152 of 505 ~ 30.1%
B 178 of 505 ~ 35.25'%

%34.65
%30.1
%35.25

CMYK color model

#AF98B2 color CMYK value is (2,15,0,30).

  • cyan value is 1.69%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (2,15,0,30) C2M15Y0K30 (2%,15%,0%,30%) (0.02/0.15/0.00/0.30) 

CMYK percentages

%1.69
%14.61
%0
%30.2

Codes

Color #AF98B2 in popluar color models

AF 98 B2
RGB 175 152 178
HSL 293° 14.44% 64.71%
HSB/HSV 293° 14.61% 69.80%
CMYK 1.69% 14.61% 0.00%
30.20%

Color #AF98B2 in popluar number systems.

HEX AF 98 B2
Decimal 175 152 178
Binary 10101111 10011000 10110010
Octal 257 230 262

Shades and tints

Shades of #AF98B2

#AF98B2
(175,152,178)
#A08BA2
(160,139,162)
#917E92
(145,126,146)
#827182
(130,113,130)
#736472
(115,100,114)
#645762
(100,87,98)
#554A52
(85,74,82)
#463D42
(70,61,66)
#373032
(55,48,50)
#282322
(40,35,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AF98B2

#AF98B2
(175,152,178)
#B6A1B9
(182,161,185)
#BDAAC0
(189,170,192)
#C4B3C7
(196,179,199)
#CBBCCE
(203,188,206)
#D2C5D5
(210,197,213)
#D9CEDC
(217,206,220)
#E0D7E3
(224,215,227)
#E7E0EA
(231,224,234)
#EEE9F1
(238,233,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98B2; }

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

This text font color is #AF98B2.

Background Color

.myBgColor { background-color: #AF98B2; }

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

This div background color is #AF98B2.

Border color

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

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

This div border color is #AF98B2.

Opacity

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

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

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

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

This text has shadow with #AF98B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF98B2.

Preview

Color preview on black background

This text has color #AF98B2 on black background.


Color preview on white background

This text has color #AF98B2 on white background.


Black color preview on #AF98B2 background

This text has black color on #AF98B2 background.


White color preview on #AF98B2 background

This text has white color on #AF98B2 background.


Related colors

Complementary color

Complementary color for #hex is #50674D.


I love getcolorcode.com

Triadic colors

1 #B2AF98 and #98B2AF with #AF98B2 are triadic colors.

2 #B298AF and #98AFB2 with #AF98B2 are triadic colors.