COLOR #A5ADE1

HEX: #A5ADE1
RGB: (165,173,225)

Renk bilgisi

#A5ADE1 contains mainly green and blue colors. #A5ADE1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A5ADE1 color RGB value is (165,173,225).

  • kırmız ton 165;
  • yeşil ton 173;
  • mavi ton 225.
RGB:
(165,173,225)
(65%,68%,88%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 225 of 255 = 88%

165
173
225

R + G + B ~ 74%. #A5ADE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 225 = 563 (100%)
R 165 of 563 ~ 29.31%
G 173 of 563 ~ 30.73%
B 225 of 563 ~ 39.96%

%29.31
%30.73
%39.96

CMYK RENK MODELİ

#A5ADE1 rengi CMYK tonu (27,23,0,12).

  • camgöbeği tonu 26.67%
  • eflatun tonu 23.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(27,23,0,12)
C27M23Y0K12 
(27%,23%,0%,12%)
(0.27/0.23/0.00/0.12)	

CMYK yüzdeleri

%26.67
%23.11
%0
%11.76

Codes

Color #A5ADE1 in popluar color models

A5ADE1
RGB165173225
HSL232°50.00%76.47%
HSB/HSV232°26.67%88.24%
CMYK26.67%23.11%0.00%
11.76%

Color #A5ADE1 in popluar number systems.

HEXA5ADE1
Decimal165173225
Binary101001011010110111100001
Octal245255341

Shades and tints

Shades of #A5ADE1

#A5ADE1
(165,173,225)
#969ECD
(150,158,205)
#878FB9
(135,143,185)
#7880A5
(120,128,165)
#697191
(105,113,145)
#5A627D
(90,98,125)
#4B5369
(75,83,105)
#3C4455
(60,68,85)
#2D3541
(45,53,65)
#1E262D
(30,38,45)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5ADE1

#A5ADE1
(165,173,225)
#ADB4E3
(173,180,227)
#B5BBE5
(181,187,229)
#BDC2E7
(189,194,231)
#C5C9E9
(197,201,233)
#CDD0EB
(205,208,235)
#D5D7ED
(213,215,237)
#DDDEEF
(221,222,239)
#E5E5F1
(229,229,241)
#EDECF3
(237,236,243)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ADE1 color. Also use rgb(165,173,225) instead hex code.

Text Font Color

.myTextColor { color: #A5ADE1; }

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

This text font color is #A5ADE1.


Background Color

.myBgColor { background-color: #A5ADE1; }

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

This div background color is #A5ADE1.


Border color

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

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

This div border color is #A5ADE1.


Opacity

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

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

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

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

This text has shadow with #A5ADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADE1 on black background.


Color preview on white background

This text has color #A5ADE1 on white background.



Black color preview on #A5ADE1 background

This text has black color on #A5ADE1 background.


White color preview on #A5ADE1 background

This text has white color on #A5ADE1 background.