COLOR #A5C5DA

HEX: #A5C5DA
RGB: (165,197,218)

Renk bilgisi

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

RGB renk modeli

#A5C5DA color RGB value is (165,197,218).

  • kırmız ton 165;
  • yeşil ton 197;
  • mavi ton 218.
RGB:
(165,197,218)
(65%,77%,85%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 197 of 255 = 77%
B 218 of 255 = 85%

165
197
218

R + G + B ~ 76%. #A5C5DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 197 + 218 = 580 (100%)
R 165 of 580 ~ 28.45%
G 197 of 580 ~ 33.97%
B 218 of 580 ~ 37.59%

%28.45
%33.97
%37.59

CMYK RENK MODELİ

#A5C5DA rengi CMYK tonu (24,10,0,15).

  • camgöbeği tonu 24.31%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(24,10,0,15)
C24M10Y0K15 
(24%,10%,0%,15%)
(0.24/0.10/0.00/0.15)	

CMYK yüzdeleri

%24.31
%9.63
%0
%14.51

Codes

Color #A5C5DA in popluar color models

A5C5DA
RGB165197218
HSL204°41.73%75.10%
HSB/HSV204°24.31%85.49%
CMYK24.31%9.63%0.00%
14.51%

Color #A5C5DA in popluar number systems.

HEXA5C5DA
Decimal165197218
Binary101001011100010111011010
Octal245305332

Shades and tints

Shades of #A5C5DA

#A5C5DA
(165,197,218)
#96B4C7
(150,180,199)
#87A3B4
(135,163,180)
#7892A1
(120,146,161)
#69818E
(105,129,142)
#5A707B
(90,112,123)
#4B5F68
(75,95,104)
#3C4E55
(60,78,85)
#2D3D42
(45,61,66)
#1E2C2F
(30,44,47)
#0F1B1C
(15,27,28)
#000000
(0,0,0)

Tints of #A5C5DA

#A5C5DA
(165,197,218)
#ADCADD
(173,202,221)
#B5CFE0
(181,207,224)
#BDD4E3
(189,212,227)
#C5D9E6
(197,217,230)
#CDDEE9
(205,222,233)
#D5E3EC
(213,227,236)
#DDE8EF
(221,232,239)
#E5EDF2
(229,237,242)
#EDF2F5
(237,242,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C5DA color. Also use rgb(165,197,218) instead hex code.

Text Font Color

.myTextColor { color: #A5C5DA; }

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

This text font color is #A5C5DA.


Background Color

.myBgColor { background-color: #A5C5DA; }

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

This div background color is #A5C5DA.


Border color

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

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

This div border color is #A5C5DA.


Opacity

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

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

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

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

This text has shadow with #A5C5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5DA on black background.


Color preview on white background

This text has color #A5C5DA on white background.



Black color preview on #A5C5DA background

This text has black color on #A5C5DA background.


White color preview on #A5C5DA background

This text has white color on #A5C5DA background.