COLOR #A5D9DF

HEX: #A5D9DF
RGB: (165,217,223)

Renk bilgisi

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

RGB renk modeli

#A5D9DF color RGB value is (165,217,223).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 223 of 255 = 87%

165
217
223

R + G + B ~ 79%. #A5D9DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 223 = 605 (100%)
R 165 of 605 ~ 27.27%
G 217 of 605 ~ 35.87%
B 223 of 605 ~ 36.86%

%27.27
%35.87
%36.86

CMYK RENK MODELİ

#A5D9DF rengi CMYK tonu (26,3,0,13).

  • camgöbeği tonu 26.01%
  • eflatun tonu 2.69%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(26,3,0,13)
C26M3Y0K13 
(26%,3%,0%,13%)
(0.26/0.03/0.00/0.13)	

CMYK yüzdeleri

%26.01
%2.69
%0
%12.55

Codes

Color #A5D9DF in popluar color models

A5D9DF
RGB165217223
HSL186°47.54%76.08%
HSB/HSV186°26.01%87.45%
CMYK26.01%2.69%0.00%
12.55%

Color #A5D9DF in popluar number systems.

HEXA5D9DF
Decimal165217223
Binary101001011101100111011111
Octal245331337

Shades and tints

Shades of #A5D9DF

#A5D9DF
(165,217,223)
#96C6CB
(150,198,203)
#87B3B7
(135,179,183)
#78A0A3
(120,160,163)
#698D8F
(105,141,143)
#5A7A7B
(90,122,123)
#4B6767
(75,103,103)
#3C5453
(60,84,83)
#2D413F
(45,65,63)
#1E2E2B
(30,46,43)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #A5D9DF

#A5D9DF
(165,217,223)
#ADDCE1
(173,220,225)
#B5DFE3
(181,223,227)
#BDE2E5
(189,226,229)
#C5E5E7
(197,229,231)
#CDE8E9
(205,232,233)
#D5EBEB
(213,235,235)
#DDEEED
(221,238,237)
#E5F1EF
(229,241,239)
#EDF4F1
(237,244,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D9DF; }

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

This text font color is #A5D9DF.


Background Color

.myBgColor { background-color: #A5D9DF; }

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

This div background color is #A5D9DF.


Border color

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

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

This div border color is #A5D9DF.


Opacity

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

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

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

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

This text has shadow with #A5D9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D9DF on black background.


Color preview on white background

This text has color #A5D9DF on white background.



Black color preview on #A5D9DF background

This text has black color on #A5D9DF background.


White color preview on #A5D9DF background

This text has white color on #A5D9DF background.