COLOR #A5AAD6

HEX: #A5AAD6
RGB: (165,170,214)

Renk bilgisi

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

RGB renk modeli

#A5AAD6 color RGB value is (165,170,214).

  • kırmız ton 165;
  • yeşil ton 170;
  • mavi ton 214.
RGB:
(165,170,214)
(65%,67%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 170 of 255 = 67%
B 214 of 255 = 84%

165
170
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 170 + 214 = 549 (100%)
R 165 of 549 ~ 30.05%
G 170 of 549 ~ 30.97%
B 214 of 549 ~ 38.98%

%30.05
%30.97
%38.98

CMYK RENK MODELİ

#A5AAD6 rengi CMYK tonu (23,21,0,16).

  • camgöbeği tonu 22.90%
  • eflatun tonu 20.56%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(23,21,0,16)
C23M21Y0K16 
(23%,21%,0%,16%)
(0.23/0.21/0.00/0.16)	

CMYK yüzdeleri

%22.9
%20.56
%0
%16.08

Codes

Color #A5AAD6 in popluar color models

A5AAD6
RGB165170214
HSL234°37.40%74.31%
HSB/HSV234°22.90%83.92%
CMYK22.90%20.56%0.00%
16.08%

Color #A5AAD6 in popluar number systems.

HEXA5AAD6
Decimal165170214
Binary101001011010101011010110
Octal245252326

Shades and tints

Shades of #A5AAD6

#A5AAD6
(165,170,214)
#969BC3
(150,155,195)
#878CB0
(135,140,176)
#787D9D
(120,125,157)
#696E8A
(105,110,138)
#5A5F77
(90,95,119)
#4B5064
(75,80,100)
#3C4151
(60,65,81)
#2D323E
(45,50,62)
#1E232B
(30,35,43)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A5AAD6

#A5AAD6
(165,170,214)
#ADB1D9
(173,177,217)
#B5B8DC
(181,184,220)
#BDBFDF
(189,191,223)
#C5C6E2
(197,198,226)
#CDCDE5
(205,205,229)
#D5D4E8
(213,212,232)
#DDDBEB
(221,219,235)
#E5E2EE
(229,226,238)
#EDE9F1
(237,233,241)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AAD6 color. Also use rgb(165,170,214) instead hex code.

Text Font Color

.myTextColor { color: #A5AAD6; }

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

This text font color is #A5AAD6.


Background Color

.myBgColor { background-color: #A5AAD6; }

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

This div background color is #A5AAD6.


Border color

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

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

This div border color is #A5AAD6.


Opacity

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

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

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

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

This text has shadow with #A5AAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAD6 on black background.


Color preview on white background

This text has color #A5AAD6 on white background.



Black color preview on #A5AAD6 background

This text has black color on #A5AAD6 background.


White color preview on #A5AAD6 background

This text has white color on #A5AAD6 background.