COLOR #AB697A

HEX: #AB697A
RGB: (171,105,122)

Color info

#AB697A contains mainly red and blue colors. Web safe color of #AB697A is #996666 (or #966).

RGB color model

#AB697A color RGB value is (171,105,122).

  • red value is 171;
  • green value is 105;
  • blue value is 122.
RGB:
(171,105,122)
(67%,41%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 105 of 255 = 41%
B 122 of 255 = 48%

171
105
122

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

Portions of RGB colors in percentages

R + G + B =
171 + 105 + 122 = 398 (100%)
R 171 of 398 ~ 42.96%
G 105 of 398 ~ 26.38%
B 122 of 398 ~ 30.65%

%42.96
%26.38
%30.65

CMYK color model

#AB697A color CMYK value is (0,39,29,33).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,39,29,33)
C0M39Y29K33 
(0%,39%,29%,33%)
(0.00/0.39/0.29/0.33)	

CMYK percentages

%0
%38.6
%28.65
%32.94

Codes

Color #AB697A in popluar color models

AB697A
RGB171105122
HSL345°28.21%54.12%
HSB/HSV345°38.60%67.06%
CMYK0.00%38.60%28.65%
32.94%

Color #AB697A in popluar number systems.

HEXAB697A
Decimal171105122
Binary1010101111010011111010
Octal253151172

Shades and tints

Shades of #AB697A

#AB697A
(171,105,122)
#9C606F
(156,96,111)
#8D5764
(141,87,100)
#7E4E59
(126,78,89)
#6F454E
(111,69,78)
#603C43
(96,60,67)
#513338
(81,51,56)
#422A2D
(66,42,45)
#332122
(51,33,34)
#241817
(36,24,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB697A

#AB697A
(171,105,122)
#B27686
(178,118,134)
#B98392
(185,131,146)
#C0909E
(192,144,158)
#C79DAA
(199,157,170)
#CEAAB6
(206,170,182)
#D5B7C2
(213,183,194)
#DCC4CE
(220,196,206)
#E3D1DA
(227,209,218)
#EADEE6
(234,222,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB697A; }

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

This text font color is #AB697A.


Background Color

.myBgColor { background-color: #AB697A; }

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

This div background color is #AB697A.


Border color

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

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

This div border color is #AB697A.


Opacity

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

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

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

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

This text has shadow with #AB697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB697A on black background.


Color preview on white background

This text has color #AB697A on white background.



Black color preview on #AB697A background

This text has black color on #AB697A background.


White color preview on #AB697A background

This text has white color on #AB697A background.