COLOR #AB698B

HEX: #AB698B RGB: (171,105,139)

Color info

#AB698B contains mainly red and blue colors. Web safe color of #AB698B is #996699 (or #969).

RGB color model

#AB698B color RGB value is (171,105,139).

RGB: (171,105,139) (67%, 41%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 105 of 255 = 41%
B 139 of 255 = 55%

171
105
139

R + G + B ~ 54%. #AB698B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 105 + 139 = 415 (100%)
R 171 of 415 ~ 41.2%
G 105 of 415 ~ 25.3%
B 139 of 415 ~ 33.49'%

%41.2
%25.3
%33.49

CMYK color model

#AB698B color CMYK value is (0,39,19,33).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 18.71%
  • key color value is 32.94%

CMYK: (0,39,19,33)
C0M39Y19K33 (0%, 39%, 19%, 33%)
(0.00 / 0.39 / 0.19 / 0.33)

CMYK percentages

%0
%38.6
%18.71
%32.94

Codes

Color #AB698B in popluar color models

AB 69 8B
RGB 171 105 139
HSL 329° 28.21% 54.12%
HSB/HSV 329° 38.60% 67.06%
CMYK 0.00% 38.60% 18.71%
32.94%

Color #AB698B in popluar number systems.

HEX AB 69 8B
Decimal 171 105 139
Binary 10101011 1101001 10001011
Octal 253 151 213

Shades and tints

Shades of #AB698B

#AB698B
(171,105,139)
#9C607F
(156,96,127)
#8D5773
(141,87,115)
#7E4E67
(126,78,103)
#6F455B
(111,69,91)
#603C4F
(96,60,79)
#513343
(81,51,67)
#422A37
(66,42,55)
#33212B
(51,33,43)
#24181F
(36,24,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB698B

#AB698B
(171,105,139)
#B27695
(178,118,149)
#B9839F
(185,131,159)
#C090A9
(192,144,169)
#C79DB3
(199,157,179)
#CEAABD
(206,170,189)
#D5B7C7
(213,183,199)
#DCC4D1
(220,196,209)
#E3D1DB
(227,209,219)
#EADEE5
(234,222,229)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB698B color. Also use rgb(171,105,139) instead hex code.

Text Font Color

.myTextColor { color: #AB698B; }

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

This text font color is #AB698B.

Background Color

.myBgColor { background-color: #AB698B; }

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

This div background color is #AB698B.

Border color

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

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

This div border color is #AB698B.

Opacity

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

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

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

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

This text has shadow with #AB698B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB698B.

Preview

Color preview on black background

This text has color #AB698B on black background.


Color preview on white background

This text has color #AB698B on white background.


Black color preview on #AB698B background

This text has black color on #AB698B background.


White color preview on #AB698B background

This text has white color on #AB698B background.


Related colors

Complementary color

Complementary color for #hex is #549674.


I love getcolorcode.com

Triadic colors

1 #8BAB69 and #698BAB with #AB698B are triadic colors.

2 #8B69AB and #69AB8B with #AB698B are triadic colors.