COLOR #AB4669

HEX: #AB4669
RGB: (171,70,105)

Color info

#AB4669 contains mainly red color. Web safe color of #AB4669 is #993366 (or #936).

RGB color model

#AB4669 color RGB value is (171,70,105).

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

RGB channels and saturation

R 171 of 255 = 67%
G 70 of 255 = 27%
B 105 of 255 = 41%

171
70
105

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

Portions of RGB colors in percentages

R + G + B =
171 + 70 + 105 = 346 (100%)
R 171 of 346 ~ 49.42%
G 70 of 346 ~ 20.23%
B 105 of 346 ~ 30.35%

%49.42
%20.23
%30.35

CMYK color model

#AB4669 color CMYK value is (0,59,39,33).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 38.60%
  • key color value is 32.94%
CMYK:
(0,59,39,33)
C0M59Y39K33 
(0%,59%,39%,33%)
(0.00/0.59/0.39/0.33)	

CMYK percentages

%0
%59.06
%38.6
%32.94

Codes

Color #AB4669 in popluar color models

AB4669
RGB17170105
HSL339°41.91%47.25%
HSB/HSV339°59.06%67.06%
CMYK0.00%59.06%38.60%
32.94%

Color #AB4669 in popluar number systems.

HEXAB4669
Decimal17170105
Binary1010101110001101101001
Octal253106151

Shades and tints

Shades of #AB4669

#AB4669
(171,70,105)
#9C4060
(156,64,96)
#8D3A57
(141,58,87)
#7E344E
(126,52,78)
#6F2E45
(111,46,69)
#60283C
(96,40,60)
#512233
(81,34,51)
#421C2A
(66,28,42)
#331621
(51,22,33)
#241018
(36,16,24)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #AB4669

#AB4669
(171,70,105)
#B25676
(178,86,118)
#B96683
(185,102,131)
#C07690
(192,118,144)
#C7869D
(199,134,157)
#CE96AA
(206,150,170)
#D5A6B7
(213,166,183)
#DCB6C4
(220,182,196)
#E3C6D1
(227,198,209)
#EAD6DE
(234,214,222)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4669; }

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

This text font color is #AB4669.


Background Color

.myBgColor { background-color: #AB4669; }

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

This div background color is #AB4669.


Border color

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

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

This div border color is #AB4669.


Opacity

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

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

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

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

This text has shadow with #AB4669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4669 on black background.


Color preview on white background

This text has color #AB4669 on white background.



Black color preview on #AB4669 background

This text has black color on #AB4669 background.


White color preview on #AB4669 background

This text has white color on #AB4669 background.