COLOR #AB768E

HEX: #AB768E
RGB: (171,118,142)

Color info

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

RGB color model

#AB768E color RGB value is (171,118,142).

  • red value is 171;
  • green value is 118;
  • blue value is 142.
RGB:
(171,118,142)
(67%,46%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 142 of 255 = 56%

171
118
142

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

Portions of RGB colors in percentages

R + G + B =
171 + 118 + 142 = 431 (100%)
R 171 of 431 ~ 39.68%
G 118 of 431 ~ 27.38%
B 142 of 431 ~ 32.95%

%39.68
%27.38
%32.95

CMYK color model

#AB768E color CMYK value is (0,31,17,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(0,31,17,33)
C0M31Y17K33 
(0%,31%,17%,33%)
(0.00/0.31/0.17/0.33)	

CMYK percentages

%0
%30.99
%16.96
%32.94

Codes

Color #AB768E in popluar color models

AB768E
RGB171118142
HSL333°23.98%56.67%
HSB/HSV333°30.99%67.06%
CMYK0.00%30.99%16.96%
32.94%

Color #AB768E in popluar number systems.

HEXAB768E
Decimal171118142
Binary10101011111011010001110
Octal253166216

Shades and tints

Shades of #AB768E

#AB768E
(171,118,142)
#9C6C82
(156,108,130)
#8D6276
(141,98,118)
#7E586A
(126,88,106)
#6F4E5E
(111,78,94)
#604452
(96,68,82)
#513A46
(81,58,70)
#42303A
(66,48,58)
#33262E
(51,38,46)
#241C22
(36,28,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #AB768E

#AB768E
(171,118,142)
#B28298
(178,130,152)
#B98EA2
(185,142,162)
#C09AAC
(192,154,172)
#C7A6B6
(199,166,182)
#CEB2C0
(206,178,192)
#D5BECA
(213,190,202)
#DCCAD4
(220,202,212)
#E3D6DE
(227,214,222)
#EAE2E8
(234,226,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB768E; }

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

This text font color is #AB768E.


Background Color

.myBgColor { background-color: #AB768E; }

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

This div background color is #AB768E.


Border color

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

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

This div border color is #AB768E.


Opacity

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

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

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

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

This text has shadow with #AB768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB768E on black background.


Color preview on white background

This text has color #AB768E on white background.



Black color preview on #AB768E background

This text has black color on #AB768E background.


White color preview on #AB768E background

This text has white color on #AB768E background.