COLOR #A5D0FD

HEX: #A5D0FD
RGB: (165,208,253)

Renk bilgisi

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

RGB renk modeli

#A5D0FD color RGB value is (165,208,253).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 208 of 255 = 82%
B 253 of 255 = 99%

165
208
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 208 + 253 = 626 (100%)
R 165 of 626 ~ 26.36%
G 208 of 626 ~ 33.23%
B 253 of 626 ~ 40.42%

%26.36
%33.23
%40.42

CMYK RENK MODELİ

#A5D0FD rengi CMYK tonu (35,18,0,1).

  • camgöbeği tonu 34.78%
  • eflatun tonu 17.79%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(35,18,0,1)
C35M18Y0K1 
(35%,18%,0%,1%)
(0.35/0.18/0.00/0.01)	

CMYK yüzdeleri

%34.78
%17.79
%0
%0.78

Codes

Color #A5D0FD in popluar color models

A5D0FD
RGB165208253
HSL211°95.65%81.96%
HSB/HSV211°34.78%99.22%
CMYK34.78%17.79%0.00%
0.78%

Color #A5D0FD in popluar number systems.

HEXA5D0FD
Decimal165208253
Binary101001011101000011111101
Octal245320375

Shades and tints

Shades of #A5D0FD

#A5D0FD
(165,208,253)
#96BEE6
(150,190,230)
#87ACCF
(135,172,207)
#789AB8
(120,154,184)
#6988A1
(105,136,161)
#5A768A
(90,118,138)
#4B6473
(75,100,115)
#3C525C
(60,82,92)
#2D4045
(45,64,69)
#1E2E2E
(30,46,46)
#0F1C17
(15,28,23)
#000000
(0,0,0)

Tints of #A5D0FD

#A5D0FD
(165,208,253)
#ADD4FD
(173,212,253)
#B5D8FD
(181,216,253)
#BDDCFD
(189,220,253)
#C5E0FD
(197,224,253)
#CDE4FD
(205,228,253)
#D5E8FD
(213,232,253)
#DDECFD
(221,236,253)
#E5F0FD
(229,240,253)
#EDF4FD
(237,244,253)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D0FD; }

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

This text font color is #A5D0FD.


Background Color

.myBgColor { background-color: #A5D0FD; }

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

This div background color is #A5D0FD.


Border color

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

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

This div border color is #A5D0FD.


Opacity

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

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

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

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

This text has shadow with #A5D0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D0FD on black background.


Color preview on white background

This text has color #A5D0FD on white background.



Black color preview on #A5D0FD background

This text has black color on #A5D0FD background.


White color preview on #A5D0FD background

This text has white color on #A5D0FD background.