COLOR #A5BAD3

HEX: #A5BAD3
RGB: (165,186,211)

Renk bilgisi

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

RGB renk modeli

#A5BAD3 color RGB value is (165,186,211).

  • kırmız ton 165;
  • yeşil ton 186;
  • mavi ton 211.
RGB:
(165,186,211)
(65%,73%,83%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 186 of 255 = 73%
B 211 of 255 = 83%

165
186
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 186 + 211 = 562 (100%)
R 165 of 562 ~ 29.36%
G 186 of 562 ~ 33.1%
B 211 of 562 ~ 37.54%

%29.36
%33.1
%37.54

CMYK RENK MODELİ

#A5BAD3 rengi CMYK tonu (22,12,0,17).

  • camgöbeği tonu 21.80%
  • eflatun tonu 11.85%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(22,12,0,17)
C22M12Y0K17 
(22%,12%,0%,17%)
(0.22/0.12/0.00/0.17)	

CMYK yüzdeleri

%21.8
%11.85
%0
%17.25

Codes

Color #A5BAD3 in popluar color models

A5BAD3
RGB165186211
HSL213°34.33%73.73%
HSB/HSV213°21.80%82.75%
CMYK21.80%11.85%0.00%
17.25%

Color #A5BAD3 in popluar number systems.

HEXA5BAD3
Decimal165186211
Binary101001011011101011010011
Octal245272323

Shades and tints

Shades of #A5BAD3

#A5BAD3
(165,186,211)
#96AAC0
(150,170,192)
#879AAD
(135,154,173)
#788A9A
(120,138,154)
#697A87
(105,122,135)
#5A6A74
(90,106,116)
#4B5A61
(75,90,97)
#3C4A4E
(60,74,78)
#2D3A3B
(45,58,59)
#1E2A28
(30,42,40)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #A5BAD3

#A5BAD3
(165,186,211)
#ADC0D7
(173,192,215)
#B5C6DB
(181,198,219)
#BDCCDF
(189,204,223)
#C5D2E3
(197,210,227)
#CDD8E7
(205,216,231)
#D5DEEB
(213,222,235)
#DDE4EF
(221,228,239)
#E5EAF3
(229,234,243)
#EDF0F7
(237,240,247)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BAD3 color. Also use rgb(165,186,211) instead hex code.

Text Font Color

.myTextColor { color: #A5BAD3; }

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

This text font color is #A5BAD3.


Background Color

.myBgColor { background-color: #A5BAD3; }

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

This div background color is #A5BAD3.


Border color

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

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

This div border color is #A5BAD3.


Opacity

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

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

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

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

This text has shadow with #A5BAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAD3 on black background.


Color preview on white background

This text has color #A5BAD3 on white background.



Black color preview on #A5BAD3 background

This text has black color on #A5BAD3 background.


White color preview on #A5BAD3 background

This text has white color on #A5BAD3 background.