COLOR #AB769C

HEX: #AB769C RGB: (171,118,156)

Color info

#AB769C contains red, green and blue colors in about the same proportion. Web safe color of #AB769C is #996699 (or #969).

RGB color model

#AB769C color RGB value is (171,118,156).

RGB: (171,118,156) (67%, 46%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 156 of 255 = 61%

171
118
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 118 + 156 = 445 (100%)
R 171 of 445 ~ 38.43%
G 118 of 445 ~ 26.52%
B 156 of 445 ~ 35.06'%

%38.43
%26.52
%35.06

CMYK color model

#AB769C color CMYK value is (0,31,9,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (0,31,9,33)
C0M31Y9K33 (0%, 31%, 9%, 33%)
(0.00 / 0.31 / 0.09 / 0.33)

CMYK percentages

%0
%30.99
%8.77
%32.94

Codes

Color #AB769C in popluar color models

AB 76 9C
RGB 171 118 156
HSL 317° 23.98% 56.67%
HSB/HSV 317° 30.99% 67.06%
CMYK 0.00% 30.99% 8.77%
32.94%

Color #AB769C in popluar number systems.

HEX AB 76 9C
Decimal 171 118 156
Binary 10101011 1110110 10011100
Octal 253 166 234

Shades and tints

Shades of #AB769C

#AB769C
(171,118,156)
#9C6C8E
(156,108,142)
#8D6280
(141,98,128)
#7E5872
(126,88,114)
#6F4E64
(111,78,100)
#604456
(96,68,86)
#513A48
(81,58,72)
#42303A
(66,48,58)
#33262C
(51,38,44)
#241C1E
(36,28,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #AB769C

#AB769C
(171,118,156)
#B282A5
(178,130,165)
#B98EAE
(185,142,174)
#C09AB7
(192,154,183)
#C7A6C0
(199,166,192)
#CEB2C9
(206,178,201)
#D5BED2
(213,190,210)
#DCCADB
(220,202,219)
#E3D6E4
(227,214,228)
#EAE2ED
(234,226,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB769C color. Also use rgb(171,118,156) instead hex code.

Text Font Color

.myTextColor { color: #AB769C; }

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

This text font color is #AB769C.

Background Color

.myBgColor { background-color: #AB769C; }

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

This div background color is #AB769C.

Border color

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

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

This div border color is #AB769C.

Opacity

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

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

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

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

This text has shadow with #AB769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB769C.

Preview

Color preview on black background

This text has color #AB769C on black background.


Color preview on white background

This text has color #AB769C on white background.


Black color preview on #AB769C background

This text has black color on #AB769C background.


White color preview on #AB769C background

This text has white color on #AB769C background.


Related colors

Complementary color

Complementary color for #hex is #548963.


I love getcolorcode.com

Triadic colors

1 #9CAB76 and #769CAB with #AB769C are triadic colors.

2 #9C76AB and #76AB9C with #AB769C are triadic colors.