COLOR #A5D6DB

HEX: #A5D6DB
RGB: (165,214,219)

Renk bilgisi

#A5D6DB contains red, green and blue colors in about the same proportion. #A5D6DB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5D6DB color RGB value is (165,214,219).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 214 of 255 = 84%
B 219 of 255 = 86%

165
214
219

R + G + B ~ 78%. #A5D6DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 214 + 219 = 598 (100%)
R 165 of 598 ~ 27.59%
G 214 of 598 ~ 35.79%
B 219 of 598 ~ 36.62%

%27.59
%35.79
%36.62

CMYK RENK MODELİ

#A5D6DB rengi CMYK tonu (25,2,0,14).

  • camgöbeği tonu 24.66%
  • eflatun tonu 2.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,2,0,14)
C25M2Y0K14 
(25%,2%,0%,14%)
(0.25/0.02/0.00/0.14)	

CMYK yüzdeleri

%24.66
%2.28
%0
%14.12

Codes

Color #A5D6DB in popluar color models

A5D6DB
RGB165214219
HSL186°42.86%75.29%
HSB/HSV186°24.66%85.88%
CMYK24.66%2.28%0.00%
14.12%

Color #A5D6DB in popluar number systems.

HEXA5D6DB
Decimal165214219
Binary101001011101011011011011
Octal245326333

Shades and tints

Shades of #A5D6DB

#A5D6DB
(165,214,219)
#96C3C8
(150,195,200)
#87B0B5
(135,176,181)
#789DA2
(120,157,162)
#698A8F
(105,138,143)
#5A777C
(90,119,124)
#4B6469
(75,100,105)
#3C5156
(60,81,86)
#2D3E43
(45,62,67)
#1E2B30
(30,43,48)
#0F181D
(15,24,29)
#000000
(0,0,0)

Tints of #A5D6DB

#A5D6DB
(165,214,219)
#ADD9DE
(173,217,222)
#B5DCE1
(181,220,225)
#BDDFE4
(189,223,228)
#C5E2E7
(197,226,231)
#CDE5EA
(205,229,234)
#D5E8ED
(213,232,237)
#DDEBF0
(221,235,240)
#E5EEF3
(229,238,243)
#EDF1F6
(237,241,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D6DB; }

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

This text font color is #A5D6DB.


Background Color

.myBgColor { background-color: #A5D6DB; }

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

This div background color is #A5D6DB.


Border color

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

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

This div border color is #A5D6DB.


Opacity

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

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

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

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

This text has shadow with #A5D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D6DB on black background.


Color preview on white background

This text has color #A5D6DB on white background.



Black color preview on #A5D6DB background

This text has black color on #A5D6DB background.


White color preview on #A5D6DB background

This text has white color on #A5D6DB background.