COLOR #A5ABDA

HEX: #A5ABDA
RGB: (165,171,218)

Renk bilgisi

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

RGB renk modeli

#A5ABDA color RGB value is (165,171,218).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 171 of 255 = 67%
B 218 of 255 = 85%

165
171
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 171 + 218 = 554 (100%)
R 165 of 554 ~ 29.78%
G 171 of 554 ~ 30.87%
B 218 of 554 ~ 39.35%

%29.78
%30.87
%39.35

CMYK RENK MODELİ

#A5ABDA rengi CMYK tonu (24,22,0,15).

  • camgöbeği tonu 24.31%
  • eflatun tonu 21.56%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(24,22,0,15)
C24M22Y0K15 
(24%,22%,0%,15%)
(0.24/0.22/0.00/0.15)	

CMYK yüzdeleri

%24.31
%21.56
%0
%14.51

Codes

Color #A5ABDA in popluar color models

A5ABDA
RGB165171218
HSL233°41.73%75.10%
HSB/HSV233°24.31%85.49%
CMYK24.31%21.56%0.00%
14.51%

Color #A5ABDA in popluar number systems.

HEXA5ABDA
Decimal165171218
Binary101001011010101111011010
Octal245253332

Shades and tints

Shades of #A5ABDA

#A5ABDA
(165,171,218)
#969CC7
(150,156,199)
#878DB4
(135,141,180)
#787EA1
(120,126,161)
#696F8E
(105,111,142)
#5A607B
(90,96,123)
#4B5168
(75,81,104)
#3C4255
(60,66,85)
#2D3342
(45,51,66)
#1E242F
(30,36,47)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #A5ABDA

#A5ABDA
(165,171,218)
#ADB2DD
(173,178,221)
#B5B9E0
(181,185,224)
#BDC0E3
(189,192,227)
#C5C7E6
(197,199,230)
#CDCEE9
(205,206,233)
#D5D5EC
(213,213,236)
#DDDCEF
(221,220,239)
#E5E3F2
(229,227,242)
#EDEAF5
(237,234,245)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABDA; }

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

This text font color is #A5ABDA.


Background Color

.myBgColor { background-color: #A5ABDA; }

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

This div background color is #A5ABDA.


Border color

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

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

This div border color is #A5ABDA.


Opacity

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

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

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

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

This text has shadow with #A5ABDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABDA on black background.


Color preview on white background

This text has color #A5ABDA on white background.



Black color preview on #A5ABDA background

This text has black color on #A5ABDA background.


White color preview on #A5ABDA background

This text has white color on #A5ABDA background.