COLOR #A5BBD6

HEX: #A5BBD6
RGB: (165,187,214)

Renk bilgisi

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

RGB renk modeli

#A5BBD6 color RGB value is (165,187,214).

  • kırmız ton 165;
  • yeşil ton 187;
  • mavi ton 214.
RGB:
(165,187,214)
(65%,73%,84%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 187 of 255 = 73%
B 214 of 255 = 84%

165
187
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 187 + 214 = 566 (100%)
R 165 of 566 ~ 29.15%
G 187 of 566 ~ 33.04%
B 214 of 566 ~ 37.81%

%29.15
%33.04
%37.81

CMYK RENK MODELİ

#A5BBD6 rengi CMYK tonu (23,13,0,16).

  • camgöbeği tonu 22.90%
  • eflatun tonu 12.62%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(23,13,0,16)
C23M13Y0K16 
(23%,13%,0%,16%)
(0.23/0.13/0.00/0.16)	

CMYK yüzdeleri

%22.9
%12.62
%0
%16.08

Codes

Color #A5BBD6 in popluar color models

A5BBD6
RGB165187214
HSL213°37.40%74.31%
HSB/HSV213°22.90%83.92%
CMYK22.90%12.62%0.00%
16.08%

Color #A5BBD6 in popluar number systems.

HEXA5BBD6
Decimal165187214
Binary101001011011101111010110
Octal245273326

Shades and tints

Shades of #A5BBD6

#A5BBD6
(165,187,214)
#96AAC3
(150,170,195)
#8799B0
(135,153,176)
#78889D
(120,136,157)
#69778A
(105,119,138)
#5A6677
(90,102,119)
#4B5564
(75,85,100)
#3C4451
(60,68,81)
#2D333E
(45,51,62)
#1E222B
(30,34,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A5BBD6

#A5BBD6
(165,187,214)
#ADC1D9
(173,193,217)
#B5C7DC
(181,199,220)
#BDCDDF
(189,205,223)
#C5D3E2
(197,211,226)
#CDD9E5
(205,217,229)
#D5DFE8
(213,223,232)
#DDE5EB
(221,229,235)
#E5EBEE
(229,235,238)
#EDF1F1
(237,241,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BBD6 color. Also use rgb(165,187,214) instead hex code.

Text Font Color

.myTextColor { color: #A5BBD6; }

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

This text font color is #A5BBD6.


Background Color

.myBgColor { background-color: #A5BBD6; }

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

This div background color is #A5BBD6.


Border color

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

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

This div border color is #A5BBD6.


Opacity

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

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

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

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

This text has shadow with #A5BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBD6 on black background.


Color preview on white background

This text has color #A5BBD6 on white background.



Black color preview on #A5BBD6 background

This text has black color on #A5BBD6 background.


White color preview on #A5BBD6 background

This text has white color on #A5BBD6 background.