COLOR #AB979B

HEX: #AB979B
RGB: (171,151,155)

Renk bilgisi

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

RGB renk modeli

#AB979B color RGB value is (171,151,155).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 151 of 255 = 59%
B 155 of 255 = 61%

171
151
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 151 + 155 = 477 (100%)
R 171 of 477 ~ 35.85%
G 151 of 477 ~ 31.66%
B 155 of 477 ~ 32.49%

%35.85
%31.66
%32.49

CMYK RENK MODELİ

#AB979B rengi CMYK tonu (0,12,9,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.70%
  • sarı tonu 9.36%
  • ana renk tonu 32.94%
CMYK:
(0,12,9,33)
C0M12Y9K33 
(0%,12%,9%,33%)
(0.00/0.12/0.09/0.33)	

CMYK yüzdeleri

%0
%11.7
%9.36
%32.94

Codes

Color #AB979B in popluar color models

AB979B
RGB171151155
HSL348°10.64%63.14%
HSB/HSV348°11.70%67.06%
CMYK0.00%11.70%9.36%
32.94%

Color #AB979B in popluar number systems.

HEXAB979B
Decimal171151155
Binary101010111001011110011011
Octal253227233

Shades and tints

Shades of #AB979B

#AB979B
(171,151,155)
#9C8A8D
(156,138,141)
#8D7D7F
(141,125,127)
#7E7071
(126,112,113)
#6F6363
(111,99,99)
#605655
(96,86,85)
#514947
(81,73,71)
#423C39
(66,60,57)
#332F2B
(51,47,43)
#24221D
(36,34,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #AB979B

#AB979B
(171,151,155)
#B2A0A4
(178,160,164)
#B9A9AD
(185,169,173)
#C0B2B6
(192,178,182)
#C7BBBF
(199,187,191)
#CEC4C8
(206,196,200)
#D5CDD1
(213,205,209)
#DCD6DA
(220,214,218)
#E3DFE3
(227,223,227)
#EAE8EC
(234,232,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB979B; }

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

This text font color is #AB979B.


Background Color

.myBgColor { background-color: #AB979B; }

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

This div background color is #AB979B.


Border color

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

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

This div border color is #AB979B.


Opacity

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

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

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

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

This text has shadow with #AB979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB979B on black background.


Color preview on white background

This text has color #AB979B on white background.



Black color preview on #AB979B background

This text has black color on #AB979B background.


White color preview on #AB979B background

This text has white color on #AB979B background.