COLOR #AB9DB4

HEX: #AB9DB4
RGB: (171,157,180)

Renk bilgisi

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

RGB renk modeli

#AB9DB4 color RGB value is (171,157,180).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 157 of 255 = 62%
B 180 of 255 = 71%

171
157
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 157 + 180 = 508 (100%)
R 171 of 508 ~ 33.66%
G 157 of 508 ~ 30.91%
B 180 of 508 ~ 35.43%

%33.66
%30.91
%35.43

CMYK RENK MODELİ

#AB9DB4 rengi CMYK tonu (5,13,0,29).

  • camgöbeği tonu 5.00%
  • eflatun tonu 12.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(5,13,0,29)
C5M13Y0K29 
(5%,13%,0%,29%)
(0.05/0.13/0.00/0.29)	

CMYK yüzdeleri

%5
%12.78
%0
%29.41

Codes

Color #AB9DB4 in popluar color models

AB9DB4
RGB171157180
HSL277°13.29%66.08%
HSB/HSV277°12.78%70.59%
CMYK5.00%12.78%0.00%
29.41%

Color #AB9DB4 in popluar number systems.

HEXAB9DB4
Decimal171157180
Binary101010111001110110110100
Octal253235264

Shades and tints

Shades of #AB9DB4

#AB9DB4
(171,157,180)
#9C8FA4
(156,143,164)
#8D8194
(141,129,148)
#7E7384
(126,115,132)
#6F6574
(111,101,116)
#605764
(96,87,100)
#514954
(81,73,84)
#423B44
(66,59,68)
#332D34
(51,45,52)
#241F24
(36,31,36)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #AB9DB4

#AB9DB4
(171,157,180)
#B2A5BA
(178,165,186)
#B9ADC0
(185,173,192)
#C0B5C6
(192,181,198)
#C7BDCC
(199,189,204)
#CEC5D2
(206,197,210)
#D5CDD8
(213,205,216)
#DCD5DE
(220,213,222)
#E3DDE4
(227,221,228)
#EAE5EA
(234,229,234)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DB4; }

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

This text font color is #AB9DB4.


Background Color

.myBgColor { background-color: #AB9DB4; }

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

This div background color is #AB9DB4.


Border color

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

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

This div border color is #AB9DB4.


Opacity

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

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

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

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

This text has shadow with #AB9DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DB4 on black background.


Color preview on white background

This text has color #AB9DB4 on white background.



Black color preview on #AB9DB4 background

This text has black color on #AB9DB4 background.


White color preview on #AB9DB4 background

This text has white color on #AB9DB4 background.