COLOR #AB9BD6

HEX: #AB9BD6
RGB: (171,155,214)

Renk bilgisi

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

RGB renk modeli

#AB9BD6 color RGB value is (171,155,214).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 155 of 255 = 61%
B 214 of 255 = 84%

171
155
214

R + G + B ~ 71%. #AB9BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 155 + 214 = 540 (100%)
R 171 of 540 ~ 31.67%
G 155 of 540 ~ 28.7%
B 214 of 540 ~ 39.63%

%31.67
%28.7
%39.63

CMYK RENK MODELİ

#AB9BD6 rengi CMYK tonu (20,28,0,16).

  • camgöbeği tonu 20.09%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(20,28,0,16)
C20M28Y0K16 
(20%,28%,0%,16%)
(0.20/0.28/0.00/0.16)	

CMYK yüzdeleri

%20.09
%27.57
%0
%16.08

Codes

Color #AB9BD6 in popluar color models

AB9BD6
RGB171155214
HSL256°41.84%72.35%
HSB/HSV256°27.57%83.92%
CMYK20.09%27.57%0.00%
16.08%

Color #AB9BD6 in popluar number systems.

HEXAB9BD6
Decimal171155214
Binary101010111001101111010110
Octal253233326

Shades and tints

Shades of #AB9BD6

#AB9BD6
(171,155,214)
#9C8DC3
(156,141,195)
#8D7FB0
(141,127,176)
#7E719D
(126,113,157)
#6F638A
(111,99,138)
#605577
(96,85,119)
#514764
(81,71,100)
#423951
(66,57,81)
#332B3E
(51,43,62)
#241D2B
(36,29,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #AB9BD6

#AB9BD6
(171,155,214)
#B2A4D9
(178,164,217)
#B9ADDC
(185,173,220)
#C0B6DF
(192,182,223)
#C7BFE2
(199,191,226)
#CEC8E5
(206,200,229)
#D5D1E8
(213,209,232)
#DCDAEB
(220,218,235)
#E3E3EE
(227,227,238)
#EAECF1
(234,236,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BD6; }

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

This text font color is #AB9BD6.


Background Color

.myBgColor { background-color: #AB9BD6; }

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

This div background color is #AB9BD6.


Border color

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

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

This div border color is #AB9BD6.


Opacity

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

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

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

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

This text has shadow with #AB9BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BD6 on black background.


Color preview on white background

This text has color #AB9BD6 on white background.



Black color preview on #AB9BD6 background

This text has black color on #AB9BD6 background.


White color preview on #AB9BD6 background

This text has white color on #AB9BD6 background.