COLOR #A5D3FD

HEX: #A5D3FD
RGB: (165,211,253)

Renk bilgisi

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

RGB renk modeli

#A5D3FD color RGB value is (165,211,253).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 211 of 255 = 83%
B 253 of 255 = 99%

165
211
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 211 + 253 = 629 (100%)
R 165 of 629 ~ 26.23%
G 211 of 629 ~ 33.55%
B 253 of 629 ~ 40.22%

%26.23
%33.55
%40.22

CMYK RENK MODELİ

#A5D3FD rengi CMYK tonu (35,17,0,1).

  • camgöbeği tonu 34.78%
  • eflatun tonu 16.60%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(35,17,0,1)
C35M17Y0K1 
(35%,17%,0%,1%)
(0.35/0.17/0.00/0.01)	

CMYK yüzdeleri

%34.78
%16.6
%0
%0.78

Codes

Color #A5D3FD in popluar color models

A5D3FD
RGB165211253
HSL209°95.65%81.96%
HSB/HSV209°34.78%99.22%
CMYK34.78%16.60%0.00%
0.78%

Color #A5D3FD in popluar number systems.

HEXA5D3FD
Decimal165211253
Binary101001011101001111111101
Octal245323375

Shades and tints

Shades of #A5D3FD

#A5D3FD
(165,211,253)
#96C0E6
(150,192,230)
#87ADCF
(135,173,207)
#789AB8
(120,154,184)
#6987A1
(105,135,161)
#5A748A
(90,116,138)
#4B6173
(75,97,115)
#3C4E5C
(60,78,92)
#2D3B45
(45,59,69)
#1E282E
(30,40,46)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5D3FD

#A5D3FD
(165,211,253)
#ADD7FD
(173,215,253)
#B5DBFD
(181,219,253)
#BDDFFD
(189,223,253)
#C5E3FD
(197,227,253)
#CDE7FD
(205,231,253)
#D5EBFD
(213,235,253)
#DDEFFD
(221,239,253)
#E5F3FD
(229,243,253)
#EDF7FD
(237,247,253)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3FD; }

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

This text font color is #A5D3FD.


Background Color

.myBgColor { background-color: #A5D3FD; }

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

This div background color is #A5D3FD.


Border color

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

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

This div border color is #A5D3FD.


Opacity

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

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

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

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

This text has shadow with #A5D3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3FD on black background.


Color preview on white background

This text has color #A5D3FD on white background.



Black color preview on #A5D3FD background

This text has black color on #A5D3FD background.


White color preview on #A5D3FD background

This text has white color on #A5D3FD background.