COLOR #A5ABF6

HEX: #A5ABF6
RGB: (165,171,246)

Renk bilgisi

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

RGB renk modeli

#A5ABF6 color RGB value is (165,171,246).

  • kırmız ton 165;
  • yeşil ton 171;
  • mavi ton 246.
RGB:
(165,171,246)
(65%,67%,96%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 246 of 255 = 96%

165
171
246

R + G + B ~ 76%. #A5ABF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 246 = 582 (100%)
R 165 of 582 ~ 28.35%
G 171 of 582 ~ 29.38%
B 246 of 582 ~ 42.27%

%28.35
%29.38
%42.27

CMYK RENK MODELİ

#A5ABF6 rengi CMYK tonu (33,30,0,4).

  • camgöbeği tonu 32.93%
  • eflatun tonu 30.49%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(33,30,0,4)
C33M30Y0K4 
(33%,30%,0%,4%)
(0.33/0.30/0.00/0.04)	

CMYK yüzdeleri

%32.93
%30.49
%0
%3.53

Codes

Color #A5ABF6 in popluar color models

A5ABF6
RGB165171246
HSL236°81.82%80.59%
HSB/HSV236°32.93%96.47%
CMYK32.93%30.49%0.00%
3.53%

Color #A5ABF6 in popluar number systems.

HEXA5ABF6
Decimal165171246
Binary101001011010101111110110
Octal245253366

Shades and tints

Shades of #A5ABF6

#A5ABF6
(165,171,246)
#969CE0
(150,156,224)
#878DCA
(135,141,202)
#787EB4
(120,126,180)
#696F9E
(105,111,158)
#5A6088
(90,96,136)
#4B5172
(75,81,114)
#3C425C
(60,66,92)
#2D3346
(45,51,70)
#1E2430
(30,36,48)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #A5ABF6

#A5ABF6
(165,171,246)
#ADB2F6
(173,178,246)
#B5B9F6
(181,185,246)
#BDC0F6
(189,192,246)
#C5C7F6
(197,199,246)
#CDCEF6
(205,206,246)
#D5D5F6
(213,213,246)
#DDDCF6
(221,220,246)
#E5E3F6
(229,227,246)
#EDEAF6
(237,234,246)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ABF6 color. Also use rgb(165,171,246) instead hex code.

Text Font Color

.myTextColor { color: #A5ABF6; }

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

This text font color is #A5ABF6.


Background Color

.myBgColor { background-color: #A5ABF6; }

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

This div background color is #A5ABF6.


Border color

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

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

This div border color is #A5ABF6.


Opacity

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

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

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

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

This text has shadow with #A5ABF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABF6 on black background.


Color preview on white background

This text has color #A5ABF6 on white background.



Black color preview on #A5ABF6 background

This text has black color on #A5ABF6 background.


White color preview on #A5ABF6 background

This text has white color on #A5ABF6 background.