COLOR #AB887B

HEX: #AB887B
RGB: (171,136,123)

Renk bilgisi

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

RGB renk modeli

#AB887B color RGB value is (171,136,123).

  • kırmız ton 171;
  • yeşil ton 136;
  • mavi ton 123.
RGB:
(171,136,123)
(67%,53%,48%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 136 of 255 = 53%
B 123 of 255 = 48%

171
136
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 136 + 123 = 430 (100%)
R 171 of 430 ~ 39.77%
G 136 of 430 ~ 31.63%
B 123 of 430 ~ 28.6%

%39.77
%31.63
%28.6

CMYK RENK MODELİ

#AB887B rengi CMYK tonu (0,20,28,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.47%
  • sarı tonu 28.07%
  • ana renk tonu 32.94%
CMYK:
(0,20,28,33)
C0M20Y28K33 
(0%,20%,28%,33%)
(0.00/0.20/0.28/0.33)	

CMYK yüzdeleri

%0
%20.47
%28.07
%32.94

Codes

Color #AB887B in popluar color models

AB887B
RGB171136123
HSL16°22.22%57.65%
HSB/HSV16°28.07%67.06%
CMYK0.00%20.47%28.07%
32.94%

Color #AB887B in popluar number systems.

HEXAB887B
Decimal171136123
Binary10101011100010001111011
Octal253210173

Shades and tints

Shades of #AB887B

#AB887B
(171,136,123)
#9C7C70
(156,124,112)
#8D7065
(141,112,101)
#7E645A
(126,100,90)
#6F584F
(111,88,79)
#604C44
(96,76,68)
#514039
(81,64,57)
#42342E
(66,52,46)
#332823
(51,40,35)
#241C18
(36,28,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #AB887B

#AB887B
(171,136,123)
#B29287
(178,146,135)
#B99C93
(185,156,147)
#C0A69F
(192,166,159)
#C7B0AB
(199,176,171)
#CEBAB7
(206,186,183)
#D5C4C3
(213,196,195)
#DCCECF
(220,206,207)
#E3D8DB
(227,216,219)
#EAE2E7
(234,226,231)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB887B color. Also use rgb(171,136,123) instead hex code.

Text Font Color

.myTextColor { color: #AB887B; }

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

This text font color is #AB887B.


Background Color

.myBgColor { background-color: #AB887B; }

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

This div background color is #AB887B.


Border color

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

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

This div border color is #AB887B.


Opacity

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

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

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

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

This text has shadow with #AB887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB887B on black background.


Color preview on white background

This text has color #AB887B on white background.



Black color preview on #AB887B background

This text has black color on #AB887B background.


White color preview on #AB887B background

This text has white color on #AB887B background.