COLOR #AB9FDD

HEX: #AB9FDD
RGB: (171,159,221)

Renk bilgisi

#AB9FDD contains mainly red and blue colors. #AB9FDD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB9FDD color RGB value is (171,159,221).

  • kırmız ton 171;
  • yeşil ton 159;
  • mavi ton 221.
RGB:
(171,159,221)
(67%,62%,87%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 159 of 255 = 62%
B 221 of 255 = 87%

171
159
221

R + G + B ~ 72%. #AB9FDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 159 + 221 = 551 (100%)
R 171 of 551 ~ 31.03%
G 159 of 551 ~ 28.86%
B 221 of 551 ~ 40.11%

%31.03
%28.86
%40.11

CMYK RENK MODELİ

#AB9FDD rengi CMYK tonu (23,28,0,13).

  • camgöbeği tonu 22.62%
  • eflatun tonu 28.05%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(23,28,0,13)
C23M28Y0K13 
(23%,28%,0%,13%)
(0.23/0.28/0.00/0.13)	

CMYK yüzdeleri

%22.62
%28.05
%0
%13.33

Codes

Color #AB9FDD in popluar color models

AB9FDD
RGB171159221
HSL252°47.69%74.51%
HSB/HSV252°28.05%86.67%
CMYK22.62%28.05%0.00%
13.33%

Color #AB9FDD in popluar number systems.

HEXAB9FDD
Decimal171159221
Binary101010111001111111011101
Octal253237335

Shades and tints

Shades of #AB9FDD

#AB9FDD
(171,159,221)
#9C91C9
(156,145,201)
#8D83B5
(141,131,181)
#7E75A1
(126,117,161)
#6F678D
(111,103,141)
#605979
(96,89,121)
#514B65
(81,75,101)
#423D51
(66,61,81)
#332F3D
(51,47,61)
#242129
(36,33,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB9FDD

#AB9FDD
(171,159,221)
#B2A7E0
(178,167,224)
#B9AFE3
(185,175,227)
#C0B7E6
(192,183,230)
#C7BFE9
(199,191,233)
#CEC7EC
(206,199,236)
#D5CFEF
(213,207,239)
#DCD7F2
(220,215,242)
#E3DFF5
(227,223,245)
#EAE7F8
(234,231,248)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9FDD color. Also use rgb(171,159,221) instead hex code.

Text Font Color

.myTextColor { color: #AB9FDD; }

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

This text font color is #AB9FDD.


Background Color

.myBgColor { background-color: #AB9FDD; }

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

This div background color is #AB9FDD.


Border color

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

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

This div border color is #AB9FDD.


Opacity

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

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

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

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

This text has shadow with #AB9FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9FDD on black background.


Color preview on white background

This text has color #AB9FDD on white background.



Black color preview on #AB9FDD background

This text has black color on #AB9FDD background.


White color preview on #AB9FDD background

This text has white color on #AB9FDD background.