COLOR #AF98BE

HEX: #AF98BE RGB: (175,152,190)

Color info

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

RGB color model

#AF98BE color RGB value is (175,152,190).

RGB: (175,152,190) (69%, 60%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 190 of 255 = 75%

175
152
190

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

Portions of RGB colors in percentages

R + G + B = 175 + 152 + 190 = 517 (100%)
R 175 of 517 ~ 33.85%
G 152 of 517 ~ 29.4%
B 190 of 517 ~ 36.75'%

%33.85
%29.4
%36.75

CMYK color model

#AF98BE color CMYK value is (8,20,0,25).

  • cyan value is 7.89%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,20,0,25)
C8M20Y0K25 (8%, 20%, 0%, 25%)
(0.08 / 0.20 / 0.00 / 0.25)

CMYK percentages

%7.89
%20
%0
%25.49

Codes

Color #AF98BE in popluar color models

AF 98 BE
RGB 175 152 190
HSL 276° 22.62% 67.06%
HSB/HSV 276° 20.00% 74.51%
CMYK 7.89% 20.00% 0.00%
25.49%

Color #AF98BE in popluar number systems.

HEX AF 98 BE
Decimal 175 152 190
Binary 10101111 10011000 10111110
Octal 257 230 276

Shades and tints

Shades of #AF98BE

#AF98BE
(175,152,190)
#A08BAD
(160,139,173)
#917E9C
(145,126,156)
#82718B
(130,113,139)
#73647A
(115,100,122)
#645769
(100,87,105)
#554A58
(85,74,88)
#463D47
(70,61,71)
#373036
(55,48,54)
#282325
(40,35,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AF98BE

#AF98BE
(175,152,190)
#B6A1C3
(182,161,195)
#BDAAC8
(189,170,200)
#C4B3CD
(196,179,205)
#CBBCD2
(203,188,210)
#D2C5D7
(210,197,215)
#D9CEDC
(217,206,220)
#E0D7E1
(224,215,225)
#E7E0E6
(231,224,230)
#EEE9EB
(238,233,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98BE; }

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

This text font color is #AF98BE.

Background Color

.myBgColor { background-color: #AF98BE; }

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

This div background color is #AF98BE.

Border color

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

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

This div border color is #AF98BE.

Opacity

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

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

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

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

This text has shadow with #AF98BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF98BE.

Preview

Color preview on black background

This text has color #AF98BE on black background.


Color preview on white background

This text has color #AF98BE on white background.


Black color preview on #AF98BE background

This text has black color on #AF98BE background.


White color preview on #AF98BE background

This text has white color on #AF98BE background.


Related colors

Complementary color

Complementary color for #hex is #506741.


I love getcolorcode.com

Triadic colors

1 #BEAF98 and #98BEAF with #AF98BE are triadic colors.

2 #BE98AF and #98AFBE with #AF98BE are triadic colors.