COLOR #AB98BE

HEX: #AB98BE
RGB: (171,152,190)

Color info

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

RGB color model

#AB98BE color RGB value is (171,152,190).

  • red value is 171;
  • green value is 152;
  • blue value is 190.
RGB:
(171,152,190)
(67%,60%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 190 of 255 = 75%

171
152
190

R + G + B ~ 67%. #AB98BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 190 = 513 (100%)
R 171 of 513 ~ 33.33%
G 152 of 513 ~ 29.63%
B 190 of 513 ~ 37.04%

%33.33
%29.63
%37.04

CMYK color model

#AB98BE color CMYK value is (10,20,0,25).

  • cyan value is 10.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,20,0,25)
C10M20Y0K25 
(10%,20%,0%,25%)
(0.10/0.20/0.00/0.25)	

CMYK percentages

%10
%20
%0
%25.49

Codes

Color #AB98BE in popluar color models

AB98BE
RGB171152190
HSL270°22.62%67.06%
HSB/HSV270°20.00%74.51%
CMYK10.00%20.00%0.00%
25.49%

Color #AB98BE in popluar number systems.

HEXAB98BE
Decimal171152190
Binary101010111001100010111110
Octal253230276

Shades and tints

Shades of #AB98BE

#AB98BE
(171,152,190)
#9C8BAD
(156,139,173)
#8D7E9C
(141,126,156)
#7E718B
(126,113,139)
#6F647A
(111,100,122)
#605769
(96,87,105)
#514A58
(81,74,88)
#423D47
(66,61,71)
#333036
(51,48,54)
#242325
(36,35,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #AB98BE

#AB98BE
(171,152,190)
#B2A1C3
(178,161,195)
#B9AAC8
(185,170,200)
#C0B3CD
(192,179,205)
#C7BCD2
(199,188,210)
#CEC5D7
(206,197,215)
#D5CEDC
(213,206,220)
#DCD7E1
(220,215,225)
#E3E0E6
(227,224,230)
#EAE9EB
(234,233,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB98BE; }

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

This text font color is #AB98BE.


Background Color

.myBgColor { background-color: #AB98BE; }

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

This div background color is #AB98BE.


Border color

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

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

This div border color is #AB98BE.


Opacity

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

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

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

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

This text has shadow with #AB98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB98BE on black background.


Color preview on white background

This text has color #AB98BE on white background.



Black color preview on #AB98BE background

This text has black color on #AB98BE background.


White color preview on #AB98BE background

This text has white color on #AB98BE background.