COLOR #AB99BE

HEX: #AB99BE
RGB: (171,153,190)

Color info

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

RGB color model

#AB99BE color RGB value is (171,153,190).

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

RGB channels and saturation

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

171
153
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 190 = 514 (100%)
R 171 of 514 ~ 33.27%
G 153 of 514 ~ 29.77%
B 190 of 514 ~ 36.96%

%33.27
%29.77
%36.96

CMYK color model

#AB99BE color CMYK value is (10,19,0,25).

  • cyan value is 10.00%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,19,0,25)
C10M19Y0K25 
(10%,19%,0%,25%)
(0.10/0.19/0.00/0.25)	

CMYK percentages

%10
%19.47
%0
%25.49

Codes

Color #AB99BE in popluar color models

AB99BE
RGB171153190
HSL269°22.16%67.25%
HSB/HSV269°19.47%74.51%
CMYK10.00%19.47%0.00%
25.49%

Color #AB99BE in popluar number systems.

HEXAB99BE
Decimal171153190
Binary101010111001100110111110
Octal253231276

Shades and tints

Shades of #AB99BE

#AB99BE
(171,153,190)
#9C8CAD
(156,140,173)
#8D7F9C
(141,127,156)
#7E728B
(126,114,139)
#6F657A
(111,101,122)
#605869
(96,88,105)
#514B58
(81,75,88)
#423E47
(66,62,71)
#333136
(51,49,54)
#242425
(36,36,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #AB99BE

#AB99BE
(171,153,190)
#B2A2C3
(178,162,195)
#B9ABC8
(185,171,200)
#C0B4CD
(192,180,205)
#C7BDD2
(199,189,210)
#CEC6D7
(206,198,215)
#D5CFDC
(213,207,220)
#DCD8E1
(220,216,225)
#E3E1E6
(227,225,230)
#EAEAEB
(234,234,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99BE; }

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

This text font color is #AB99BE.


Background Color

.myBgColor { background-color: #AB99BE; }

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

This div background color is #AB99BE.


Border color

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

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

This div border color is #AB99BE.


Opacity

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

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

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

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

This text has shadow with #AB99BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99BE on black background.


Color preview on white background

This text has color #AB99BE on white background.



Black color preview on #AB99BE background

This text has black color on #AB99BE background.


White color preview on #AB99BE background

This text has white color on #AB99BE background.