COLOR #A5D3FE

HEX: #A5D3FE
RGB: (165,211,254)

Renk bilgisi

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

RGB renk modeli

#A5D3FE color RGB value is (165,211,254).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 211 of 255 = 83%
B 254 of 255 = 100%

165
211
254

R + G + B ~ 83%. #A5D3FE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 211 + 254 = 630 (100%)
R 165 of 630 ~ 26.19%
G 211 of 630 ~ 33.49%
B 254 of 630 ~ 40.32%

%26.19
%33.49
%40.32

CMYK RENK MODELİ

#A5D3FE rengi CMYK tonu (35,17,0,0).

  • camgöbeği tonu 35.04%
  • eflatun tonu 16.93%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(35,17,0,0)
C35M17Y0K0 
(35%,17%,0%,0%)
(0.35/0.17/0.00/0.00)	

CMYK yüzdeleri

%35.04
%16.93
%0
%0.39

Codes

Color #A5D3FE in popluar color models

A5D3FE
RGB165211254
HSL209°97.80%82.16%
HSB/HSV209°35.04%99.61%
CMYK35.04%16.93%0.00%
0.39%

Color #A5D3FE in popluar number systems.

HEXA5D3FE
Decimal165211254
Binary101001011101001111111110
Octal245323376

Shades and tints

Shades of #A5D3FE

#A5D3FE
(165,211,254)
#96C0E7
(150,192,231)
#87ADD0
(135,173,208)
#789AB9
(120,154,185)
#6987A2
(105,135,162)
#5A748B
(90,116,139)
#4B6174
(75,97,116)
#3C4E5D
(60,78,93)
#2D3B46
(45,59,70)
#1E282F
(30,40,47)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5D3FE

#A5D3FE
(165,211,254)
#ADD7FE
(173,215,254)
#B5DBFE
(181,219,254)
#BDDFFE
(189,223,254)
#C5E3FE
(197,227,254)
#CDE7FE
(205,231,254)
#D5EBFE
(213,235,254)
#DDEFFE
(221,239,254)
#E5F3FE
(229,243,254)
#EDF7FE
(237,247,254)
#F5FBFE
(245,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3FE; }

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

This text font color is #A5D3FE.


Background Color

.myBgColor { background-color: #A5D3FE; }

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

This div background color is #A5D3FE.


Border color

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

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

This div border color is #A5D3FE.


Opacity

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

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

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

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

This text has shadow with #A5D3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3FE on black background.


Color preview on white background

This text has color #A5D3FE on white background.



Black color preview on #A5D3FE background

This text has black color on #A5D3FE background.


White color preview on #A5D3FE background

This text has white color on #A5D3FE background.