COLOR #AF98BC

HEX: #AF98BC RGB: (175,152,188)

Color info

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

RGB color model

#AF98BC color RGB value is (175,152,188).

RGB: (175,152,188) (69%, 60%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 188 of 255 = 74%

175
152
188

R + G + B ~ 68%. #AF98BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 188 = 515 (100%)
R 175 of 515 ~ 33.98%
G 152 of 515 ~ 29.51%
B 188 of 515 ~ 36.5'%

%33.98
%29.51
%36.5

CMYK color model

#AF98BC color CMYK value is (7,19,0,26).

  • cyan value is 6.91%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (7,19,0,26)
C7M19Y0K26 (7%, 19%, 0%, 26%)
(0.07 / 0.19 / 0.00 / 0.26)

CMYK percentages

%6.91
%19.15
%0
%26.27

Codes

Color #AF98BC in popluar color models

AF 98 BC
RGB 175 152 188
HSL 278° 21.18% 66.67%
HSB/HSV 278° 19.15% 73.73%
CMYK 6.91% 19.15% 0.00%
26.27%

Color #AF98BC in popluar number systems.

HEX AF 98 BC
Decimal 175 152 188
Binary 10101111 10011000 10111100
Octal 257 230 274

Shades and tints

Shades of #AF98BC

#AF98BC
(175,152,188)
#A08BAB
(160,139,171)
#917E9A
(145,126,154)
#827189
(130,113,137)
#736478
(115,100,120)
#645767
(100,87,103)
#554A56
(85,74,86)
#463D45
(70,61,69)
#373034
(55,48,52)
#282323
(40,35,35)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AF98BC

#AF98BC
(175,152,188)
#B6A1C2
(182,161,194)
#BDAAC8
(189,170,200)
#C4B3CE
(196,179,206)
#CBBCD4
(203,188,212)
#D2C5DA
(210,197,218)
#D9CEE0
(217,206,224)
#E0D7E6
(224,215,230)
#E7E0EC
(231,224,236)
#EEE9F2
(238,233,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98BC; }

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

This text font color is #AF98BC.

Background Color

.myBgColor { background-color: #AF98BC; }

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

This div background color is #AF98BC.

Border color

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

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

This div border color is #AF98BC.

Opacity

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

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

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

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

This text has shadow with #AF98BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF98BC.

Preview

Color preview on black background

This text has color #AF98BC on black background.


Color preview on white background

This text has color #AF98BC on white background.


Black color preview on #AF98BC background

This text has black color on #AF98BC background.


White color preview on #AF98BC background

This text has white color on #AF98BC background.


Related colors

Complementary color

Complementary color for #hex is #506743.


I love getcolorcode.com

Triadic colors

1 #BCAF98 and #98BCAF with #AF98BC are triadic colors.

2 #BC98AF and #98AFBC with #AF98BC are triadic colors.