COLOR #A5B0DA

HEX: #A5B0DA
RGB: (165,176,218)

Renk bilgisi

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

RGB renk modeli

#A5B0DA color RGB value is (165,176,218).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 176 of 255 = 69%
B 218 of 255 = 85%

165
176
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 176 + 218 = 559 (100%)
R 165 of 559 ~ 29.52%
G 176 of 559 ~ 31.48%
B 218 of 559 ~ 39%

%29.52
%31.48
%39

CMYK RENK MODELİ

#A5B0DA rengi CMYK tonu (24,19,0,15).

  • camgöbeği tonu 24.31%
  • eflatun tonu 19.27%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(24,19,0,15)
C24M19Y0K15 
(24%,19%,0%,15%)
(0.24/0.19/0.00/0.15)	

CMYK yüzdeleri

%24.31
%19.27
%0
%14.51

Codes

Color #A5B0DA in popluar color models

A5B0DA
RGB165176218
HSL228°41.73%75.10%
HSB/HSV228°24.31%85.49%
CMYK24.31%19.27%0.00%
14.51%

Color #A5B0DA in popluar number systems.

HEXA5B0DA
Decimal165176218
Binary101001011011000011011010
Octal245260332

Shades and tints

Shades of #A5B0DA

#A5B0DA
(165,176,218)
#96A0C7
(150,160,199)
#8790B4
(135,144,180)
#7880A1
(120,128,161)
#69708E
(105,112,142)
#5A607B
(90,96,123)
#4B5068
(75,80,104)
#3C4055
(60,64,85)
#2D3042
(45,48,66)
#1E202F
(30,32,47)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #A5B0DA

#A5B0DA
(165,176,218)
#ADB7DD
(173,183,221)
#B5BEE0
(181,190,224)
#BDC5E3
(189,197,227)
#C5CCE6
(197,204,230)
#CDD3E9
(205,211,233)
#D5DAEC
(213,218,236)
#DDE1EF
(221,225,239)
#E5E8F2
(229,232,242)
#EDEFF5
(237,239,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B0DA; }

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

This text font color is #A5B0DA.


Background Color

.myBgColor { background-color: #A5B0DA; }

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

This div background color is #A5B0DA.


Border color

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

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

This div border color is #A5B0DA.


Opacity

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

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

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

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

This text has shadow with #A5B0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B0DA on black background.


Color preview on white background

This text has color #A5B0DA on white background.



Black color preview on #A5B0DA background

This text has black color on #A5B0DA background.


White color preview on #A5B0DA background

This text has white color on #A5B0DA background.