COLOR #ABB5B0

HEX: #ABB5B0
RGB: (171,181,176)

Renk bilgisi

#ABB5B0 contains red, green and blue colors in about the same proportion. #ABB5B0 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ABB5B0 color RGB value is (171,181,176).

  • kırmız ton 171;
  • yeşil ton 181;
  • mavi ton 176.
RGB:
(171,181,176)
(67%,71%,69%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 181 of 255 = 71%
B 176 of 255 = 69%

171
181
176

R + G + B ~ 69%. #ABB5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 181 + 176 = 528 (100%)
R 171 of 528 ~ 32.39%
G 181 of 528 ~ 34.28%
B 176 of 528 ~ 33.33%

%32.39
%34.28
%33.33

CMYK RENK MODELİ

#ABB5B0 rengi CMYK tonu (6,0,3,29).

  • camgöbeği tonu 5.52%
  • eflatun tonu 0.00%
  • sarı tonu 2.76%
  • ana renk tonu 29.02%
CMYK:
(6,0,3,29)
C6M0Y3K29 
(6%,0%,3%,29%)
(0.06/0.00/0.03/0.29)	

CMYK yüzdeleri

%5.52
%0
%2.76
%29.02

Codes

Color #ABB5B0 in popluar color models

ABB5B0
RGB171181176
HSL150°6.33%69.02%
HSB/HSV150°5.52%70.98%
CMYK5.52%0.00%2.76%
29.02%

Color #ABB5B0 in popluar number systems.

HEXABB5B0
Decimal171181176
Binary101010111011010110110000
Octal253265260

Shades and tints

Shades of #ABB5B0

#ABB5B0
(171,181,176)
#9CA5A0
(156,165,160)
#8D9590
(141,149,144)
#7E8580
(126,133,128)
#6F7570
(111,117,112)
#606560
(96,101,96)
#515550
(81,85,80)
#424540
(66,69,64)
#333530
(51,53,48)
#242520
(36,37,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #ABB5B0

#ABB5B0
(171,181,176)
#B2BBB7
(178,187,183)
#B9C1BE
(185,193,190)
#C0C7C5
(192,199,197)
#C7CDCC
(199,205,204)
#CED3D3
(206,211,211)
#D5D9DA
(213,217,218)
#DCDFE1
(220,223,225)
#E3E5E8
(227,229,232)
#EAEBEF
(234,235,239)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB5B0 color. Also use rgb(171,181,176) instead hex code.

Text Font Color

.myTextColor { color: #ABB5B0; }

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

This text font color is #ABB5B0.


Background Color

.myBgColor { background-color: #ABB5B0; }

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

This div background color is #ABB5B0.


Border color

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

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

This div border color is #ABB5B0.


Opacity

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

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

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

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

This text has shadow with #ABB5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5B0 on black background.


Color preview on white background

This text has color #ABB5B0 on white background.



Black color preview on #ABB5B0 background

This text has black color on #ABB5B0 background.


White color preview on #ABB5B0 background

This text has white color on #ABB5B0 background.