COLOR #A5D1FB

HEX: #A5D1FB
RGB: (165,209,251)

Renk bilgisi

#A5D1FB contains mainly green and blue colors. #A5D1FB ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5D1FB color RGB value is (165,209,251).

  • kırmız ton 165;
  • yeşil ton 209;
  • mavi ton 251.
RGB:
(165,209,251)
(65%,82%,98%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 251 of 255 = 98%

165
209
251

R + G + B ~ 82%. #A5D1FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 251 = 625 (100%)
R 165 of 625 ~ 26.4%
G 209 of 625 ~ 33.44%
B 251 of 625 ~ 40.16%

%26.4
%33.44
%40.16

CMYK RENK MODELİ

#A5D1FB rengi CMYK tonu (34,17,0,2).

  • camgöbeği tonu 34.26%
  • eflatun tonu 16.73%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(34,17,0,2)
C34M17Y0K2 
(34%,17%,0%,2%)
(0.34/0.17/0.00/0.02)	

CMYK yüzdeleri

%34.26
%16.73
%0
%1.57

Codes

Color #A5D1FB in popluar color models

A5D1FB
RGB165209251
HSL209°91.49%81.57%
HSB/HSV209°34.26%98.43%
CMYK34.26%16.73%0.00%
1.57%

Color #A5D1FB in popluar number systems.

HEXA5D1FB
Decimal165209251
Binary101001011101000111111011
Octal245321373

Shades and tints

Shades of #A5D1FB

#A5D1FB
(165,209,251)
#96BEE5
(150,190,229)
#87ABCF
(135,171,207)
#7898B9
(120,152,185)
#6985A3
(105,133,163)
#5A728D
(90,114,141)
#4B5F77
(75,95,119)
#3C4C61
(60,76,97)
#2D394B
(45,57,75)
#1E2635
(30,38,53)
#0F131F
(15,19,31)
#000000
(0,0,0)

Tints of #A5D1FB

#A5D1FB
(165,209,251)
#ADD5FB
(173,213,251)
#B5D9FB
(181,217,251)
#BDDDFB
(189,221,251)
#C5E1FB
(197,225,251)
#CDE5FB
(205,229,251)
#D5E9FB
(213,233,251)
#DDEDFB
(221,237,251)
#E5F1FB
(229,241,251)
#EDF5FB
(237,245,251)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D1FB color. Also use rgb(165,209,251) instead hex code.

Text Font Color

.myTextColor { color: #A5D1FB; }

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

This text font color is #A5D1FB.


Background Color

.myBgColor { background-color: #A5D1FB; }

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

This div background color is #A5D1FB.


Border color

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

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

This div border color is #A5D1FB.


Opacity

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

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

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

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

This text has shadow with #A5D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D1FB on black background.


Color preview on white background

This text has color #A5D1FB on white background.



Black color preview on #A5D1FB background

This text has black color on #A5D1FB background.


White color preview on #A5D1FB background

This text has white color on #A5D1FB background.