COLOR #A5DBF0

HEX: #A5DBF0
RGB: (165,219,240)

Renk bilgisi

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

RGB renk modeli

#A5DBF0 color RGB value is (165,219,240).

  • kırmız ton 165;
  • yeşil ton 219;
  • mavi ton 240.
RGB:
(165,219,240)
(65%,86%,94%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 219 of 255 = 86%
B 240 of 255 = 94%

165
219
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 219 + 240 = 624 (100%)
R 165 of 624 ~ 26.44%
G 219 of 624 ~ 35.1%
B 240 of 624 ~ 38.46%

%26.44
%35.1
%38.46

CMYK RENK MODELİ

#A5DBF0 rengi CMYK tonu (31,9,0,6).

  • camgöbeği tonu 31.25%
  • eflatun tonu 8.75%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(31,9,0,6)
C31M9Y0K6 
(31%,9%,0%,6%)
(0.31/0.09/0.00/0.06)	

CMYK yüzdeleri

%31.25
%8.75
%0
%5.88

Codes

Color #A5DBF0 in popluar color models

A5DBF0
RGB165219240
HSL197°71.43%79.41%
HSB/HSV197°31.25%94.12%
CMYK31.25%8.75%0.00%
5.88%

Color #A5DBF0 in popluar number systems.

HEXA5DBF0
Decimal165219240
Binary101001011101101111110000
Octal245333360

Shades and tints

Shades of #A5DBF0

#A5DBF0
(165,219,240)
#96C8DB
(150,200,219)
#87B5C6
(135,181,198)
#78A2B1
(120,162,177)
#698F9C
(105,143,156)
#5A7C87
(90,124,135)
#4B6972
(75,105,114)
#3C565D
(60,86,93)
#2D4348
(45,67,72)
#1E3033
(30,48,51)
#0F1D1E
(15,29,30)
#000000
(0,0,0)

Tints of #A5DBF0

#A5DBF0
(165,219,240)
#ADDEF1
(173,222,241)
#B5E1F2
(181,225,242)
#BDE4F3
(189,228,243)
#C5E7F4
(197,231,244)
#CDEAF5
(205,234,245)
#D5EDF6
(213,237,246)
#DDF0F7
(221,240,247)
#E5F3F8
(229,243,248)
#EDF6F9
(237,246,249)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DBF0 color. Also use rgb(165,219,240) instead hex code.

Text Font Color

.myTextColor { color: #A5DBF0; }

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

This text font color is #A5DBF0.


Background Color

.myBgColor { background-color: #A5DBF0; }

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

This div background color is #A5DBF0.


Border color

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

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

This div border color is #A5DBF0.


Opacity

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

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

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

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

This text has shadow with #A5DBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBF0 on black background.


Color preview on white background

This text has color #A5DBF0 on white background.



Black color preview on #A5DBF0 background

This text has black color on #A5DBF0 background.


White color preview on #A5DBF0 background

This text has white color on #A5DBF0 background.