COLOR #AB987C

HEX: #AB987C
RGB: (171,152,124)

Renk bilgisi

#AB987C contains red, green and blue colors in about the same proportion. #AB987C ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AB987C color RGB value is (171,152,124).

  • kırmız ton 171;
  • yeşil ton 152;
  • mavi ton 124.
RGB:
(171,152,124)
(67%,60%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 152 of 255 = 60%
B 124 of 255 = 49%

171
152
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 152 + 124 = 447 (100%)
R 171 of 447 ~ 38.26%
G 152 of 447 ~ 34%
B 124 of 447 ~ 27.74%

%38.26
%34
%27.74

CMYK RENK MODELİ

#AB987C rengi CMYK tonu (0,11,27,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 27.49%
  • ana renk tonu 32.94%
CMYK:
(0,11,27,33)
C0M11Y27K33 
(0%,11%,27%,33%)
(0.00/0.11/0.27/0.33)	

CMYK yüzdeleri

%0
%11.11
%27.49
%32.94

Codes

Color #AB987C in popluar color models

AB987C
RGB171152124
HSL36°21.86%57.84%
HSB/HSV36°27.49%67.06%
CMYK0.00%11.11%27.49%
32.94%

Color #AB987C in popluar number systems.

HEXAB987C
Decimal171152124
Binary10101011100110001111100
Octal253230174

Shades and tints

Shades of #AB987C

#AB987C
(171,152,124)
#9C8B71
(156,139,113)
#8D7E66
(141,126,102)
#7E715B
(126,113,91)
#6F6450
(111,100,80)
#605745
(96,87,69)
#514A3A
(81,74,58)
#423D2F
(66,61,47)
#333024
(51,48,36)
#242319
(36,35,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #AB987C

#AB987C
(171,152,124)
#B2A187
(178,161,135)
#B9AA92
(185,170,146)
#C0B39D
(192,179,157)
#C7BCA8
(199,188,168)
#CEC5B3
(206,197,179)
#D5CEBE
(213,206,190)
#DCD7C9
(220,215,201)
#E3E0D4
(227,224,212)
#EAE9DF
(234,233,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB987C; }

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

This text font color is #AB987C.


Background Color

.myBgColor { background-color: #AB987C; }

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

This div background color is #AB987C.


Border color

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

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

This div border color is #AB987C.


Opacity

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

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

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

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

This text has shadow with #AB987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB987C on black background.


Color preview on white background

This text has color #AB987C on white background.



Black color preview on #AB987C background

This text has black color on #AB987C background.


White color preview on #AB987C background

This text has white color on #AB987C background.