COLOR #A9C5DA

HEX: #A9C5DA
RGB: (169,197,218)

Renk bilgisi

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

RGB renk modeli

#A9C5DA color RGB value is (169,197,218).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 197 of 255 = 77%
B 218 of 255 = 85%

169
197
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 197 + 218 = 584 (100%)
R 169 of 584 ~ 28.94%
G 197 of 584 ~ 33.73%
B 218 of 584 ~ 37.33%

%28.94
%33.73
%37.33

CMYK RENK MODELİ

#A9C5DA rengi CMYK tonu (22,10,0,15).

  • camgöbeği tonu 22.48%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(22,10,0,15)
C22M10Y0K15 
(22%,10%,0%,15%)
(0.22/0.10/0.00/0.15)	

CMYK yüzdeleri

%22.48
%9.63
%0
%14.51

Codes

Color #A9C5DA in popluar color models

A9C5DA
RGB169197218
HSL206°39.84%75.88%
HSB/HSV206°22.48%85.49%
CMYK22.48%9.63%0.00%
14.51%

Color #A9C5DA in popluar number systems.

HEXA9C5DA
Decimal169197218
Binary101010011100010111011010
Octal251305332

Shades and tints

Shades of #A9C5DA

#A9C5DA
(169,197,218)
#9AB4C7
(154,180,199)
#8BA3B4
(139,163,180)
#7C92A1
(124,146,161)
#6D818E
(109,129,142)
#5E707B
(94,112,123)
#4F5F68
(79,95,104)
#404E55
(64,78,85)
#313D42
(49,61,66)
#222C2F
(34,44,47)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #A9C5DA

#A9C5DA
(169,197,218)
#B0CADD
(176,202,221)
#B7CFE0
(183,207,224)
#BED4E3
(190,212,227)
#C5D9E6
(197,217,230)
#CCDEE9
(204,222,233)
#D3E3EC
(211,227,236)
#DAE8EF
(218,232,239)
#E1EDF2
(225,237,242)
#E8F2F5
(232,242,245)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5DA; }

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

This text font color is #A9C5DA.


Background Color

.myBgColor { background-color: #A9C5DA; }

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

This div background color is #A9C5DA.


Border color

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

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

This div border color is #A9C5DA.


Opacity

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

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

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

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

This text has shadow with #A9C5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5DA on black background.


Color preview on white background

This text has color #A9C5DA on white background.



Black color preview on #A9C5DA background

This text has black color on #A9C5DA background.


White color preview on #A9C5DA background

This text has white color on #A9C5DA background.