COLOR #A5D3F9

HEX: #A5D3F9
RGB: (165,211,249)

Renk bilgisi

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

RGB renk modeli

#A5D3F9 color RGB value is (165,211,249).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 211 of 255 = 83%
B 249 of 255 = 98%

165
211
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 211 + 249 = 625 (100%)
R 165 of 625 ~ 26.4%
G 211 of 625 ~ 33.76%
B 249 of 625 ~ 39.84%

%26.4
%33.76
%39.84

CMYK RENK MODELİ

#A5D3F9 rengi CMYK tonu (34,15,0,2).

  • camgöbeği tonu 33.73%
  • eflatun tonu 15.26%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(34,15,0,2)
C34M15Y0K2 
(34%,15%,0%,2%)
(0.34/0.15/0.00/0.02)	

CMYK yüzdeleri

%33.73
%15.26
%0
%2.35

Codes

Color #A5D3F9 in popluar color models

A5D3F9
RGB165211249
HSL207°87.50%81.18%
HSB/HSV207°33.73%97.65%
CMYK33.73%15.26%0.00%
2.35%

Color #A5D3F9 in popluar number systems.

HEXA5D3F9
Decimal165211249
Binary101001011101001111111001
Octal245323371

Shades and tints

Shades of #A5D3F9

#A5D3F9
(165,211,249)
#96C0E3
(150,192,227)
#87ADCD
(135,173,205)
#789AB7
(120,154,183)
#6987A1
(105,135,161)
#5A748B
(90,116,139)
#4B6175
(75,97,117)
#3C4E5F
(60,78,95)
#2D3B49
(45,59,73)
#1E2833
(30,40,51)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #A5D3F9

#A5D3F9
(165,211,249)
#ADD7F9
(173,215,249)
#B5DBF9
(181,219,249)
#BDDFF9
(189,223,249)
#C5E3F9
(197,227,249)
#CDE7F9
(205,231,249)
#D5EBF9
(213,235,249)
#DDEFF9
(221,239,249)
#E5F3F9
(229,243,249)
#EDF7F9
(237,247,249)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3F9; }

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

This text font color is #A5D3F9.


Background Color

.myBgColor { background-color: #A5D3F9; }

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

This div background color is #A5D3F9.


Border color

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

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

This div border color is #A5D3F9.


Opacity

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

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

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

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

This text has shadow with #A5D3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3F9 on black background.


Color preview on white background

This text has color #A5D3F9 on white background.



Black color preview on #A5D3F9 background

This text has black color on #A5D3F9 background.


White color preview on #A5D3F9 background

This text has white color on #A5D3F9 background.