COLOR #AF98C1

HEX: #AF98C1 RGB: (175,152,193)

Color info

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

RGB color model

#AF98C1 color RGB value is (175,152,193).

RGB: (175,152,193) (69%, 60%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 193 of 255 = 76%

175
152
193

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

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 193 = 520 (100%)
R 175 of 520 ~ 33.65%
G 152 of 520 ~ 29.23%
B 193 of 520 ~ 37.12'%

%33.65
%29.23
%37.12

CMYK color model

#AF98C1 color CMYK value is (9,21,0,24).

  • cyan value is 9.33%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (9,21,0,24)
C9M21Y0K24 (9%, 21%, 0%, 24%)
(0.09 / 0.21 / 0.00 / 0.24)

CMYK percentages

%9.33
%21.24
%0
%24.31

Codes

Color #AF98C1 in popluar color models

AF 98 C1
RGB 175 152 193
HSL 274° 24.85% 67.65%
HSB/HSV 274° 21.24% 75.69%
CMYK 9.33% 21.24% 0.00%
24.31%

Color #AF98C1 in popluar number systems.

HEX AF 98 C1
Decimal 175 152 193
Binary 10101111 10011000 11000001
Octal 257 230 301

Shades and tints

Shades of #AF98C1

#AF98C1
(175,152,193)
#A08BB0
(160,139,176)
#917E9F
(145,126,159)
#82718E
(130,113,142)
#73647D
(115,100,125)
#64576C
(100,87,108)
#554A5B
(85,74,91)
#463D4A
(70,61,74)
#373039
(55,48,57)
#282328
(40,35,40)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AF98C1

#AF98C1
(175,152,193)
#B6A1C6
(182,161,198)
#BDAACB
(189,170,203)
#C4B3D0
(196,179,208)
#CBBCD5
(203,188,213)
#D2C5DA
(210,197,218)
#D9CEDF
(217,206,223)
#E0D7E4
(224,215,228)
#E7E0E9
(231,224,233)
#EEE9EE
(238,233,238)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98C1; }

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

This text font color is #AF98C1.

Background Color

.myBgColor { background-color: #AF98C1; }

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

This div background color is #AF98C1.

Border color

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

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

This div border color is #AF98C1.

Opacity

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

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

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

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

This text has shadow with #AF98C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF98C1.

Preview

Color preview on black background

This text has color #AF98C1 on black background.


Color preview on white background

This text has color #AF98C1 on white background.


Black color preview on #AF98C1 background

This text has black color on #AF98C1 background.


White color preview on #AF98C1 background

This text has white color on #AF98C1 background.


Related colors

Complementary color

Complementary color for #hex is #50673E.


I love getcolorcode.com

Triadic colors

1 #C1AF98 and #98C1AF with #AF98C1 are triadic colors.

2 #C198AF and #98AFC1 with #AF98C1 are triadic colors.