COLOR #AB627C

HEX: #AB627C RGB: (171,98,124)

Color info

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

RGB color model

#AB627C color RGB value is (171,98,124).

RGB: (171,98,124) (67%, 38%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 98 of 255 = 38%
B 124 of 255 = 49%

171
98
124

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

Portions of RGB colors in percentages

R + G + B = 171 + 98 + 124 = 393 (100%)
R 171 of 393 ~ 43.51%
G 98 of 393 ~ 24.94%
B 124 of 393 ~ 31.55'%

%43.51
%24.94
%31.55

CMYK color model

#AB627C color CMYK value is (0,43,27,33).

  • cyan value is 0.00%
  • magenta value is 42.69%
  • yellow value is 27.49%
  • key color value is 32.94%

CMYK: (0,43,27,33)
C0M43Y27K33 (0%, 43%, 27%, 33%)
(0.00 / 0.43 / 0.27 / 0.33)

CMYK percentages

%0
%42.69
%27.49
%32.94

Codes

Color #AB627C in popluar color models

AB 62 7C
RGB 171 98 124
HSL 339° 30.29% 52.75%
HSB/HSV 339° 42.69% 67.06%
CMYK 0.00% 42.69% 27.49%
32.94%

Color #AB627C in popluar number systems.

HEX AB 62 7C
Decimal 171 98 124
Binary 10101011 1100010 1111100
Octal 253 142 174

Shades and tints

Shades of #AB627C

#AB627C
(171,98,124)
#9C5A71
(156,90,113)
#8D5266
(141,82,102)
#7E4A5B
(126,74,91)
#6F4250
(111,66,80)
#603A45
(96,58,69)
#51323A
(81,50,58)
#422A2F
(66,42,47)
#332224
(51,34,36)
#241A19
(36,26,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB627C

#AB627C
(171,98,124)
#B27087
(178,112,135)
#B97E92
(185,126,146)
#C08C9D
(192,140,157)
#C79AA8
(199,154,168)
#CEA8B3
(206,168,179)
#D5B6BE
(213,182,190)
#DCC4C9
(220,196,201)
#E3D2D4
(227,210,212)
#EAE0DF
(234,224,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB627C color. Also use rgb(171,98,124) instead hex code.

Text Font Color

.myTextColor { color: #AB627C; }

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

This text font color is #AB627C.

Background Color

.myBgColor { background-color: #AB627C; }

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

This div background color is #AB627C.

Border color

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

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

This div border color is #AB627C.

Opacity

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

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

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

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

This text has shadow with #AB627C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB627C.

Preview

Color preview on black background

This text has color #AB627C on black background.


Color preview on white background

This text has color #AB627C on white background.


Black color preview on #AB627C background

This text has black color on #AB627C background.


White color preview on #AB627C background

This text has white color on #AB627C background.


Related colors

Complementary color

Complementary color for #hex is #549D83.


I love getcolorcode.com

Triadic colors

1 #7CAB62 and #627CAB with #AB627C are triadic colors.

2 #7C62AB and #62AB7C with #AB627C are triadic colors.