COLOR #AB96D1

HEX: #AB96D1
RGB: (171,150,209)

Renk bilgisi

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

RGB renk modeli

#AB96D1 color RGB value is (171,150,209).

  • kırmız ton 171;
  • yeşil ton 150;
  • mavi ton 209.
RGB:
(171,150,209)
(67%,59%,82%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 150 of 255 = 59%
B 209 of 255 = 82%

171
150
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 150 + 209 = 530 (100%)
R 171 of 530 ~ 32.26%
G 150 of 530 ~ 28.3%
B 209 of 530 ~ 39.43%

%32.26
%28.3
%39.43

CMYK RENK MODELİ

#AB96D1 rengi CMYK tonu (18,28,0,18).

  • camgöbeği tonu 18.18%
  • eflatun tonu 28.23%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(18,28,0,18)
C18M28Y0K18 
(18%,28%,0%,18%)
(0.18/0.28/0.00/0.18)	

CMYK yüzdeleri

%18.18
%28.23
%0
%18.04

Codes

Color #AB96D1 in popluar color models

AB96D1
RGB171150209
HSL261°39.07%70.39%
HSB/HSV261°28.23%81.96%
CMYK18.18%28.23%0.00%
18.04%

Color #AB96D1 in popluar number systems.

HEXAB96D1
Decimal171150209
Binary101010111001011011010001
Octal253226321

Shades and tints

Shades of #AB96D1

#AB96D1
(171,150,209)
#9C89BE
(156,137,190)
#8D7CAB
(141,124,171)
#7E6F98
(126,111,152)
#6F6285
(111,98,133)
#605572
(96,85,114)
#51485F
(81,72,95)
#423B4C
(66,59,76)
#332E39
(51,46,57)
#242126
(36,33,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB96D1

#AB96D1
(171,150,209)
#B29FD5
(178,159,213)
#B9A8D9
(185,168,217)
#C0B1DD
(192,177,221)
#C7BAE1
(199,186,225)
#CEC3E5
(206,195,229)
#D5CCE9
(213,204,233)
#DCD5ED
(220,213,237)
#E3DEF1
(227,222,241)
#EAE7F5
(234,231,245)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB96D1 color. Also use rgb(171,150,209) instead hex code.

Text Font Color

.myTextColor { color: #AB96D1; }

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

This text font color is #AB96D1.


Background Color

.myBgColor { background-color: #AB96D1; }

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

This div background color is #AB96D1.


Border color

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

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

This div border color is #AB96D1.


Opacity

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

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

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

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

This text has shadow with #AB96D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96D1 on black background.


Color preview on white background

This text has color #AB96D1 on white background.



Black color preview on #AB96D1 background

This text has black color on #AB96D1 background.


White color preview on #AB96D1 background

This text has white color on #AB96D1 background.