COLOR #A9C5E6

HEX: #A9C5E6
RGB: (169,197,230)

Renk bilgisi

#A9C5E6 contains mainly green and blue colors. #A9C5E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A9C5E6 color RGB value is (169,197,230).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 197 of 255 = 77%
B 230 of 255 = 90%

169
197
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 197 + 230 = 596 (100%)
R 169 of 596 ~ 28.36%
G 197 of 596 ~ 33.05%
B 230 of 596 ~ 38.59%

%28.36
%33.05
%38.59

CMYK RENK MODELİ

#A9C5E6 rengi CMYK tonu (27,14,0,10).

  • camgöbeği tonu 26.52%
  • eflatun tonu 14.35%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(27,14,0,10)
C27M14Y0K10 
(27%,14%,0%,10%)
(0.27/0.14/0.00/0.10)	

CMYK yüzdeleri

%26.52
%14.35
%0
%9.8

Codes

Color #A9C5E6 in popluar color models

A9C5E6
RGB169197230
HSL212°54.95%78.24%
HSB/HSV212°26.52%90.20%
CMYK26.52%14.35%0.00%
9.80%

Color #A9C5E6 in popluar number systems.

HEXA9C5E6
Decimal169197230
Binary101010011100010111100110
Octal251305346

Shades and tints

Shades of #A9C5E6

#A9C5E6
(169,197,230)
#9AB4D2
(154,180,210)
#8BA3BE
(139,163,190)
#7C92AA
(124,146,170)
#6D8196
(109,129,150)
#5E7082
(94,112,130)
#4F5F6E
(79,95,110)
#404E5A
(64,78,90)
#313D46
(49,61,70)
#222C32
(34,44,50)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #A9C5E6

#A9C5E6
(169,197,230)
#B0CAE8
(176,202,232)
#B7CFEA
(183,207,234)
#BED4EC
(190,212,236)
#C5D9EE
(197,217,238)
#CCDEF0
(204,222,240)
#D3E3F2
(211,227,242)
#DAE8F4
(218,232,244)
#E1EDF6
(225,237,246)
#E8F2F8
(232,242,248)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5E6; }

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

This text font color is #A9C5E6.


Background Color

.myBgColor { background-color: #A9C5E6; }

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

This div background color is #A9C5E6.


Border color

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

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

This div border color is #A9C5E6.


Opacity

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

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

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

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

This text has shadow with #A9C5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5E6 on black background.


Color preview on white background

This text has color #A9C5E6 on white background.



Black color preview on #A9C5E6 background

This text has black color on #A9C5E6 background.


White color preview on #A9C5E6 background

This text has white color on #A9C5E6 background.