COLOR #AB9DB9

HEX: #AB9DB9
RGB: (171,157,185)

Renk bilgisi

#AB9DB9 contains red, green and blue colors in about the same proportion. #AB9DB9 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB9DB9 color RGB value is (171,157,185).

  • kırmız ton 171;
  • yeşil ton 157;
  • mavi ton 185.
RGB:
(171,157,185)
(67%,62%,73%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 157 of 255 = 62%
B 185 of 255 = 73%

171
157
185

R + G + B ~ 67%. #AB9DB9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 157 + 185 = 513 (100%)
R 171 of 513 ~ 33.33%
G 157 of 513 ~ 30.6%
B 185 of 513 ~ 36.06%

%33.33
%30.6
%36.06

CMYK RENK MODELİ

#AB9DB9 rengi CMYK tonu (8,15,0,27).

  • camgöbeği tonu 7.57%
  • eflatun tonu 15.14%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(8,15,0,27)
C8M15Y0K27 
(8%,15%,0%,27%)
(0.08/0.15/0.00/0.27)	

CMYK yüzdeleri

%7.57
%15.14
%0
%27.45

Codes

Color #AB9DB9 in popluar color models

AB9DB9
RGB171157185
HSL270°16.67%67.06%
HSB/HSV270°15.14%72.55%
CMYK7.57%15.14%0.00%
27.45%

Color #AB9DB9 in popluar number systems.

HEXAB9DB9
Decimal171157185
Binary101010111001110110111001
Octal253235271

Shades and tints

Shades of #AB9DB9

#AB9DB9
(171,157,185)
#9C8FA9
(156,143,169)
#8D8199
(141,129,153)
#7E7389
(126,115,137)
#6F6579
(111,101,121)
#605769
(96,87,105)
#514959
(81,73,89)
#423B49
(66,59,73)
#332D39
(51,45,57)
#241F29
(36,31,41)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB9DB9

#AB9DB9
(171,157,185)
#B2A5BF
(178,165,191)
#B9ADC5
(185,173,197)
#C0B5CB
(192,181,203)
#C7BDD1
(199,189,209)
#CEC5D7
(206,197,215)
#D5CDDD
(213,205,221)
#DCD5E3
(220,213,227)
#E3DDE9
(227,221,233)
#EAE5EF
(234,229,239)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9DB9 color. Also use rgb(171,157,185) instead hex code.

Text Font Color

.myTextColor { color: #AB9DB9; }

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

This text font color is #AB9DB9.


Background Color

.myBgColor { background-color: #AB9DB9; }

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

This div background color is #AB9DB9.


Border color

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

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

This div border color is #AB9DB9.


Opacity

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

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

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

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

This text has shadow with #AB9DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DB9 on black background.


Color preview on white background

This text has color #AB9DB9 on white background.



Black color preview on #AB9DB9 background

This text has black color on #AB9DB9 background.


White color preview on #AB9DB9 background

This text has white color on #AB9DB9 background.