COLOR #A5D3F8

HEX: #A5D3F8
RGB: (165,211,248)

Renk bilgisi

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

RGB renk modeli

#A5D3F8 color RGB value is (165,211,248).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 211 of 255 = 83%
B 248 of 255 = 97%

165
211
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 211 + 248 = 624 (100%)
R 165 of 624 ~ 26.44%
G 211 of 624 ~ 33.81%
B 248 of 624 ~ 39.74%

%26.44
%33.81
%39.74

CMYK RENK MODELİ

#A5D3F8 rengi CMYK tonu (33,15,0,3).

  • camgöbeği tonu 33.47%
  • eflatun tonu 14.92%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(33,15,0,3)
C33M15Y0K3 
(33%,15%,0%,3%)
(0.33/0.15/0.00/0.03)	

CMYK yüzdeleri

%33.47
%14.92
%0
%2.75

Codes

Color #A5D3F8 in popluar color models

A5D3F8
RGB165211248
HSL207°85.57%80.98%
HSB/HSV207°33.47%97.25%
CMYK33.47%14.92%0.00%
2.75%

Color #A5D3F8 in popluar number systems.

HEXA5D3F8
Decimal165211248
Binary101001011101001111111000
Octal245323370

Shades and tints

Shades of #A5D3F8

#A5D3F8
(165,211,248)
#96C0E2
(150,192,226)
#87ADCC
(135,173,204)
#789AB6
(120,154,182)
#6987A0
(105,135,160)
#5A748A
(90,116,138)
#4B6174
(75,97,116)
#3C4E5E
(60,78,94)
#2D3B48
(45,59,72)
#1E2832
(30,40,50)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #A5D3F8

#A5D3F8
(165,211,248)
#ADD7F8
(173,215,248)
#B5DBF8
(181,219,248)
#BDDFF8
(189,223,248)
#C5E3F8
(197,227,248)
#CDE7F8
(205,231,248)
#D5EBF8
(213,235,248)
#DDEFF8
(221,239,248)
#E5F3F8
(229,243,248)
#EDF7F8
(237,247,248)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3F8; }

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

This text font color is #A5D3F8.


Background Color

.myBgColor { background-color: #A5D3F8; }

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

This div background color is #A5D3F8.


Border color

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

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

This div border color is #A5D3F8.


Opacity

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

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

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

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

This text has shadow with #A5D3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3F8 on black background.


Color preview on white background

This text has color #A5D3F8 on white background.



Black color preview on #A5D3F8 background

This text has black color on #A5D3F8 background.


White color preview on #A5D3F8 background

This text has white color on #A5D3F8 background.