COLOR #AB907F

HEX: #AB907F RGB: (171,144,127)

Color info

#AB907F contains red, green and blue colors in about the same proportion. Web safe color of #AB907F is #999966 (or #996).

RGB color model

#AB907F color RGB value is (171,144,127).

RGB: (171,144,127) (67%, 56%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 127 of 255 = 50%

171
144
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 127 = 442 (100%)
R 171 of 442 ~ 38.69%
G 144 of 442 ~ 32.58%
B 127 of 442 ~ 28.73'%

%38.69
%32.58
%28.73

CMYK color model

#AB907F color CMYK value is (0,16,26,33).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 25.73%
  • key color value is 32.94%

CMYK: (0,16,26,33)
C0M16Y26K33 (0%, 16%, 26%, 33%)
(0.00 / 0.16 / 0.26 / 0.33)

CMYK percentages

%0
%15.79
%25.73
%32.94

Codes

Color #AB907F in popluar color models

AB 90 7F
RGB 171 144 127
HSL 23° 20.75% 58.43%
HSB/HSV 23° 25.73% 67.06%
CMYK 0.00% 15.79% 25.73%
32.94%

Color #AB907F in popluar number systems.

HEX AB 90 7F
Decimal 171 144 127
Binary 10101011 10010000 1111111
Octal 253 220 177

Shades and tints

Shades of #AB907F

#AB907F
(171,144,127)
#9C8374
(156,131,116)
#8D7669
(141,118,105)
#7E695E
(126,105,94)
#6F5C53
(111,92,83)
#604F48
(96,79,72)
#51423D
(81,66,61)
#423532
(66,53,50)
#332827
(51,40,39)
#241B1C
(36,27,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB907F

#AB907F
(171,144,127)
#B29A8A
(178,154,138)
#B9A495
(185,164,149)
#C0AEA0
(192,174,160)
#C7B8AB
(199,184,171)
#CEC2B6
(206,194,182)
#D5CCC1
(213,204,193)
#DCD6CC
(220,214,204)
#E3E0D7
(227,224,215)
#EAEAE2
(234,234,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB907F color. Also use rgb(171,144,127) instead hex code.

Text Font Color

.myTextColor { color: #AB907F; }

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

This text font color is #AB907F.

Background Color

.myBgColor { background-color: #AB907F; }

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

This div background color is #AB907F.

Border color

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

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

This div border color is #AB907F.

Opacity

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

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

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

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

This text has shadow with #AB907F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB907F.

Preview

Color preview on black background

This text has color #AB907F on black background.


Color preview on white background

This text has color #AB907F on white background.


Black color preview on #AB907F background

This text has black color on #AB907F background.


White color preview on #AB907F background

This text has white color on #AB907F background.


Related colors

Complementary color

Complementary color for #hex is #546F80.


I love getcolorcode.com

Triadic colors

1 #7FAB90 and #907FAB with #AB907F are triadic colors.

2 #7F90AB and #90AB7F with #AB907F are triadic colors.