COLOR #A5ADDB

HEX: #A5ADDB
RGB: (165,173,219)

Renk bilgisi

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

RGB renk modeli

#A5ADDB color RGB value is (165,173,219).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 219 of 255 = 86%

165
173
219

R + G + B ~ 73%. #A5ADDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 219 = 557 (100%)
R 165 of 557 ~ 29.62%
G 173 of 557 ~ 31.06%
B 219 of 557 ~ 39.32%

%29.62
%31.06
%39.32

CMYK RENK MODELİ

#A5ADDB rengi CMYK tonu (25,21,0,14).

  • camgöbeği tonu 24.66%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,21,0,14)
C25M21Y0K14 
(25%,21%,0%,14%)
(0.25/0.21/0.00/0.14)	

CMYK yüzdeleri

%24.66
%21
%0
%14.12

Codes

Color #A5ADDB in popluar color models

A5ADDB
RGB165173219
HSL231°42.86%75.29%
HSB/HSV231°24.66%85.88%
CMYK24.66%21.00%0.00%
14.12%

Color #A5ADDB in popluar number systems.

HEXA5ADDB
Decimal165173219
Binary101001011010110111011011
Octal245255333

Shades and tints

Shades of #A5ADDB

#A5ADDB
(165,173,219)
#969EC8
(150,158,200)
#878FB5
(135,143,181)
#7880A2
(120,128,162)
#69718F
(105,113,143)
#5A627C
(90,98,124)
#4B5369
(75,83,105)
#3C4456
(60,68,86)
#2D3543
(45,53,67)
#1E2630
(30,38,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #A5ADDB

#A5ADDB
(165,173,219)
#ADB4DE
(173,180,222)
#B5BBE1
(181,187,225)
#BDC2E4
(189,194,228)
#C5C9E7
(197,201,231)
#CDD0EA
(205,208,234)
#D5D7ED
(213,215,237)
#DDDEF0
(221,222,240)
#E5E5F3
(229,229,243)
#EDECF6
(237,236,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADDB; }

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

This text font color is #A5ADDB.


Background Color

.myBgColor { background-color: #A5ADDB; }

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

This div background color is #A5ADDB.


Border color

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

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

This div border color is #A5ADDB.


Opacity

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

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

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

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

This text has shadow with #A5ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADDB on black background.


Color preview on white background

This text has color #A5ADDB on white background.



Black color preview on #A5ADDB background

This text has black color on #A5ADDB background.


White color preview on #A5ADDB background

This text has white color on #A5ADDB background.