COLOR #AB9997

HEX: #AB9997
RGB: (171,153,151)

Renk bilgisi

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

RGB renk modeli

#AB9997 color RGB value is (171,153,151).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 153 of 255 = 60%
B 151 of 255 = 59%

171
153
151

R + G + B ~ 62%. #AB9997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 153 + 151 = 475 (100%)
R 171 of 475 ~ 36%
G 153 of 475 ~ 32.21%
B 151 of 475 ~ 31.79%

%36
%32.21
%31.79

CMYK RENK MODELİ

#AB9997 rengi CMYK tonu (0,11,12,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 11.70%
  • ana renk tonu 32.94%
CMYK:
(0,11,12,33)
C0M11Y12K33 
(0%,11%,12%,33%)
(0.00/0.11/0.12/0.33)	

CMYK yüzdeleri

%0
%10.53
%11.7
%32.94

Codes

Color #AB9997 in popluar color models

AB9997
RGB171153151
HSL10.64%63.14%
HSB/HSV11.70%67.06%
CMYK0.00%10.53%11.70%
32.94%

Color #AB9997 in popluar number systems.

HEXAB9997
Decimal171153151
Binary101010111001100110010111
Octal253231227

Shades and tints

Shades of #AB9997

#AB9997
(171,153,151)
#9C8C8A
(156,140,138)
#8D7F7D
(141,127,125)
#7E7270
(126,114,112)
#6F6563
(111,101,99)
#605856
(96,88,86)
#514B49
(81,75,73)
#423E3C
(66,62,60)
#33312F
(51,49,47)
#242422
(36,36,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #AB9997

#AB9997
(171,153,151)
#B2A2A0
(178,162,160)
#B9ABA9
(185,171,169)
#C0B4B2
(192,180,178)
#C7BDBB
(199,189,187)
#CEC6C4
(206,198,196)
#D5CFCD
(213,207,205)
#DCD8D6
(220,216,214)
#E3E1DF
(227,225,223)
#EAEAE8
(234,234,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9997; }

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

This text font color is #AB9997.


Background Color

.myBgColor { background-color: #AB9997; }

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

This div background color is #AB9997.


Border color

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

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

This div border color is #AB9997.


Opacity

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

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

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

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

This text has shadow with #AB9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9997 on black background.


Color preview on white background

This text has color #AB9997 on white background.



Black color preview on #AB9997 background

This text has black color on #AB9997 background.


White color preview on #AB9997 background

This text has white color on #AB9997 background.