COLOR #A5BBDF

HEX: #A5BBDF
RGB: (165,187,223)

Renk bilgisi

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

RGB renk modeli

#A5BBDF color RGB value is (165,187,223).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 187 of 255 = 73%
B 223 of 255 = 87%

165
187
223

R + G + B ~ 75%. #A5BBDF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 187 + 223 = 575 (100%)
R 165 of 575 ~ 28.7%
G 187 of 575 ~ 32.52%
B 223 of 575 ~ 38.78%

%28.7
%32.52
%38.78

CMYK RENK MODELİ

#A5BBDF rengi CMYK tonu (26,16,0,13).

  • camgöbeği tonu 26.01%
  • eflatun tonu 16.14%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(26,16,0,13)
C26M16Y0K13 
(26%,16%,0%,13%)
(0.26/0.16/0.00/0.13)	

CMYK yüzdeleri

%26.01
%16.14
%0
%12.55

Codes

Color #A5BBDF in popluar color models

A5BBDF
RGB165187223
HSL217°47.54%76.08%
HSB/HSV217°26.01%87.45%
CMYK26.01%16.14%0.00%
12.55%

Color #A5BBDF in popluar number systems.

HEXA5BBDF
Decimal165187223
Binary101001011011101111011111
Octal245273337

Shades and tints

Shades of #A5BBDF

#A5BBDF
(165,187,223)
#96AACB
(150,170,203)
#8799B7
(135,153,183)
#7888A3
(120,136,163)
#69778F
(105,119,143)
#5A667B
(90,102,123)
#4B5567
(75,85,103)
#3C4453
(60,68,83)
#2D333F
(45,51,63)
#1E222B
(30,34,43)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5BBDF

#A5BBDF
(165,187,223)
#ADC1E1
(173,193,225)
#B5C7E3
(181,199,227)
#BDCDE5
(189,205,229)
#C5D3E7
(197,211,231)
#CDD9E9
(205,217,233)
#D5DFEB
(213,223,235)
#DDE5ED
(221,229,237)
#E5EBEF
(229,235,239)
#EDF1F1
(237,241,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBDF; }

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

This text font color is #A5BBDF.


Background Color

.myBgColor { background-color: #A5BBDF; }

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

This div background color is #A5BBDF.


Border color

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

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

This div border color is #A5BBDF.


Opacity

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

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

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

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

This text has shadow with #A5BBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBDF on black background.


Color preview on white background

This text has color #A5BBDF on white background.



Black color preview on #A5BBDF background

This text has black color on #A5BBDF background.


White color preview on #A5BBDF background

This text has white color on #A5BBDF background.