COLOR #AB96EE

HEX: #AB96EE
RGB: (171,150,238)

Renk bilgisi

#AB96EE contains mainly blue color. #AB96EE ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AB96EE color RGB value is (171,150,238).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 150 of 255 = 59%
B 238 of 255 = 93%

171
150
238

R + G + B ~ 73%. #AB96EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 150 + 238 = 559 (100%)
R 171 of 559 ~ 30.59%
G 150 of 559 ~ 26.83%
B 238 of 559 ~ 42.58%

%30.59
%26.83
%42.58

CMYK RENK MODELİ

#AB96EE rengi CMYK tonu (28,37,0,7).

  • camgöbeği tonu 28.15%
  • eflatun tonu 36.97%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(28,37,0,7)
C28M37Y0K7 
(28%,37%,0%,7%)
(0.28/0.37/0.00/0.07)	

CMYK yüzdeleri

%28.15
%36.97
%0
%6.67

Codes

Color #AB96EE in popluar color models

AB96EE
RGB171150238
HSL254°72.13%76.08%
HSB/HSV254°36.97%93.33%
CMYK28.15%36.97%0.00%
6.67%

Color #AB96EE in popluar number systems.

HEXAB96EE
Decimal171150238
Binary101010111001011011101110
Octal253226356

Shades and tints

Shades of #AB96EE

#AB96EE
(171,150,238)
#9C89D9
(156,137,217)
#8D7CC4
(141,124,196)
#7E6FAF
(126,111,175)
#6F629A
(111,98,154)
#605585
(96,85,133)
#514870
(81,72,112)
#423B5B
(66,59,91)
#332E46
(51,46,70)
#242131
(36,33,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #AB96EE

#AB96EE
(171,150,238)
#B29FEF
(178,159,239)
#B9A8F0
(185,168,240)
#C0B1F1
(192,177,241)
#C7BAF2
(199,186,242)
#CEC3F3
(206,195,243)
#D5CCF4
(213,204,244)
#DCD5F5
(220,213,245)
#E3DEF6
(227,222,246)
#EAE7F7
(234,231,247)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96EE; }

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

This text font color is #AB96EE.


Background Color

.myBgColor { background-color: #AB96EE; }

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

This div background color is #AB96EE.


Border color

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

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

This div border color is #AB96EE.


Opacity

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

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

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

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

This text has shadow with #AB96EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96EE on black background.


Color preview on white background

This text has color #AB96EE on white background.



Black color preview on #AB96EE background

This text has black color on #AB96EE background.


White color preview on #AB96EE background

This text has white color on #AB96EE background.