COLOR #AB997E

HEX: #AB997E
RGB: (171,153,126)

Renk bilgisi

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

RGB renk modeli

#AB997E color RGB value is (171,153,126).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 153 of 255 = 60%
B 126 of 255 = 49%

171
153
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 153 + 126 = 450 (100%)
R 171 of 450 ~ 38%
G 153 of 450 ~ 34%
B 126 of 450 ~ 28%

%38
%34
%28

CMYK RENK MODELİ

#AB997E rengi CMYK tonu (0,11,26,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 26.32%
  • ana renk tonu 32.94%
CMYK:
(0,11,26,33)
C0M11Y26K33 
(0%,11%,26%,33%)
(0.00/0.11/0.26/0.33)	

CMYK yüzdeleri

%0
%10.53
%26.32
%32.94

Codes

Color #AB997E in popluar color models

AB997E
RGB171153126
HSL36°21.13%58.24%
HSB/HSV36°26.32%67.06%
CMYK0.00%10.53%26.32%
32.94%

Color #AB997E in popluar number systems.

HEXAB997E
Decimal171153126
Binary10101011100110011111110
Octal253231176

Shades and tints

Shades of #AB997E

#AB997E
(171,153,126)
#9C8C73
(156,140,115)
#8D7F68
(141,127,104)
#7E725D
(126,114,93)
#6F6552
(111,101,82)
#605847
(96,88,71)
#514B3C
(81,75,60)
#423E31
(66,62,49)
#333126
(51,49,38)
#24241B
(36,36,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #AB997E

#AB997E
(171,153,126)
#B2A289
(178,162,137)
#B9AB94
(185,171,148)
#C0B49F
(192,180,159)
#C7BDAA
(199,189,170)
#CEC6B5
(206,198,181)
#D5CFC0
(213,207,192)
#DCD8CB
(220,216,203)
#E3E1D6
(227,225,214)
#EAEAE1
(234,234,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB997E color. Also use rgb(171,153,126) instead hex code.

Text Font Color

.myTextColor { color: #AB997E; }

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

This text font color is #AB997E.


Background Color

.myBgColor { background-color: #AB997E; }

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

This div background color is #AB997E.


Border color

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

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

This div border color is #AB997E.


Opacity

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

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

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

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

This text has shadow with #AB997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB997E on black background.


Color preview on white background

This text has color #AB997E on white background.



Black color preview on #AB997E background

This text has black color on #AB997E background.


White color preview on #AB997E background

This text has white color on #AB997E background.