COLOR #A5D9F9

HEX: #A5D9F9
RGB: (165,217,249)

Renk bilgisi

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

RGB renk modeli

#A5D9F9 color RGB value is (165,217,249).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 249 of 255 = 98%

165
217
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 249 = 631 (100%)
R 165 of 631 ~ 26.15%
G 217 of 631 ~ 34.39%
B 249 of 631 ~ 39.46%

%26.15
%34.39
%39.46

CMYK RENK MODELİ

#A5D9F9 rengi CMYK tonu (34,13,0,2).

  • camgöbeği tonu 33.73%
  • eflatun tonu 12.85%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(34,13,0,2)
C34M13Y0K2 
(34%,13%,0%,2%)
(0.34/0.13/0.00/0.02)	

CMYK yüzdeleri

%33.73
%12.85
%0
%2.35

Codes

Color #A5D9F9 in popluar color models

A5D9F9
RGB165217249
HSL203°87.50%81.18%
HSB/HSV203°33.73%97.65%
CMYK33.73%12.85%0.00%
2.35%

Color #A5D9F9 in popluar number systems.

HEXA5D9F9
Decimal165217249
Binary101001011101100111111001
Octal245331371

Shades and tints

Shades of #A5D9F9

#A5D9F9
(165,217,249)
#96C6E3
(150,198,227)
#87B3CD
(135,179,205)
#78A0B7
(120,160,183)
#698DA1
(105,141,161)
#5A7A8B
(90,122,139)
#4B6775
(75,103,117)
#3C545F
(60,84,95)
#2D4149
(45,65,73)
#1E2E33
(30,46,51)
#0F1B1D
(15,27,29)
#000000
(0,0,0)

Tints of #A5D9F9

#A5D9F9
(165,217,249)
#ADDCF9
(173,220,249)
#B5DFF9
(181,223,249)
#BDE2F9
(189,226,249)
#C5E5F9
(197,229,249)
#CDE8F9
(205,232,249)
#D5EBF9
(213,235,249)
#DDEEF9
(221,238,249)
#E5F1F9
(229,241,249)
#EDF4F9
(237,244,249)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D9F9; }

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

This text font color is #A5D9F9.


Background Color

.myBgColor { background-color: #A5D9F9; }

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

This div background color is #A5D9F9.


Border color

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

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

This div border color is #A5D9F9.


Opacity

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

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

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

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

This text has shadow with #A5D9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D9F9 on black background.


Color preview on white background

This text has color #A5D9F9 on white background.



Black color preview on #A5D9F9 background

This text has black color on #A5D9F9 background.


White color preview on #A5D9F9 background

This text has white color on #A5D9F9 background.