COLOR #A5ADD7

HEX: #A5ADD7
RGB: (165,173,215)

Renk bilgisi

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

RGB renk modeli

#A5ADD7 color RGB value is (165,173,215).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 215 of 255 = 84%

165
173
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 215 = 553 (100%)
R 165 of 553 ~ 29.84%
G 173 of 553 ~ 31.28%
B 215 of 553 ~ 38.88%

%29.84
%31.28
%38.88

CMYK RENK MODELİ

#A5ADD7 rengi CMYK tonu (23,20,0,16).

  • camgöbeği tonu 23.26%
  • eflatun tonu 19.53%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(23,20,0,16)
C23M20Y0K16 
(23%,20%,0%,16%)
(0.23/0.20/0.00/0.16)	

CMYK yüzdeleri

%23.26
%19.53
%0
%15.69

Codes

Color #A5ADD7 in popluar color models

A5ADD7
RGB165173215
HSL230°38.46%74.51%
HSB/HSV230°23.26%84.31%
CMYK23.26%19.53%0.00%
15.69%

Color #A5ADD7 in popluar number systems.

HEXA5ADD7
Decimal165173215
Binary101001011010110111010111
Octal245255327

Shades and tints

Shades of #A5ADD7

#A5ADD7
(165,173,215)
#969EC4
(150,158,196)
#878FB1
(135,143,177)
#78809E
(120,128,158)
#69718B
(105,113,139)
#5A6278
(90,98,120)
#4B5365
(75,83,101)
#3C4452
(60,68,82)
#2D353F
(45,53,63)
#1E262C
(30,38,44)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5ADD7

#A5ADD7
(165,173,215)
#ADB4DA
(173,180,218)
#B5BBDD
(181,187,221)
#BDC2E0
(189,194,224)
#C5C9E3
(197,201,227)
#CDD0E6
(205,208,230)
#D5D7E9
(213,215,233)
#DDDEEC
(221,222,236)
#E5E5EF
(229,229,239)
#EDECF2
(237,236,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADD7; }

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

This text font color is #A5ADD7.


Background Color

.myBgColor { background-color: #A5ADD7; }

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

This div background color is #A5ADD7.


Border color

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

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

This div border color is #A5ADD7.


Opacity

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

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

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

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

This text has shadow with #A5ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADD7 on black background.


Color preview on white background

This text has color #A5ADD7 on white background.



Black color preview on #A5ADD7 background

This text has black color on #A5ADD7 background.


White color preview on #A5ADD7 background

This text has white color on #A5ADD7 background.