COLOR #A9C6E1

HEX: #A9C6E1
RGB: (169,198,225)

Renk bilgisi

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

RGB renk modeli

#A9C6E1 color RGB value is (169,198,225).

  • kırmız ton 169;
  • yeşil ton 198;
  • mavi ton 225.
RGB:
(169,198,225)
(66%,78%,88%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 198 of 255 = 78%
B 225 of 255 = 88%

169
198
225

R + G + B ~ 77%. #A9C6E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 198 + 225 = 592 (100%)
R 169 of 592 ~ 28.55%
G 198 of 592 ~ 33.45%
B 225 of 592 ~ 38.01%

%28.55
%33.45
%38.01

CMYK RENK MODELİ

#A9C6E1 rengi CMYK tonu (25,12,0,12).

  • camgöbeği tonu 24.89%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(25,12,0,12)
C25M12Y0K12 
(25%,12%,0%,12%)
(0.25/0.12/0.00/0.12)	

CMYK yüzdeleri

%24.89
%12
%0
%11.76

Codes

Color #A9C6E1 in popluar color models

A9C6E1
RGB169198225
HSL209°48.28%77.25%
HSB/HSV209°24.89%88.24%
CMYK24.89%12.00%0.00%
11.76%

Color #A9C6E1 in popluar number systems.

HEXA9C6E1
Decimal169198225
Binary101010011100011011100001
Octal251306341

Shades and tints

Shades of #A9C6E1

#A9C6E1
(169,198,225)
#9AB4CD
(154,180,205)
#8BA2B9
(139,162,185)
#7C90A5
(124,144,165)
#6D7E91
(109,126,145)
#5E6C7D
(94,108,125)
#4F5A69
(79,90,105)
#404855
(64,72,85)
#313641
(49,54,65)
#22242D
(34,36,45)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9C6E1

#A9C6E1
(169,198,225)
#B0CBE3
(176,203,227)
#B7D0E5
(183,208,229)
#BED5E7
(190,213,231)
#C5DAE9
(197,218,233)
#CCDFEB
(204,223,235)
#D3E4ED
(211,228,237)
#DAE9EF
(218,233,239)
#E1EEF1
(225,238,241)
#E8F3F3
(232,243,243)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C6E1 color. Also use rgb(169,198,225) instead hex code.

Text Font Color

.myTextColor { color: #A9C6E1; }

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

This text font color is #A9C6E1.


Background Color

.myBgColor { background-color: #A9C6E1; }

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

This div background color is #A9C6E1.


Border color

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

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

This div border color is #A9C6E1.


Opacity

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

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

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

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

This text has shadow with #A9C6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C6E1 on black background.


Color preview on white background

This text has color #A9C6E1 on white background.



Black color preview on #A9C6E1 background

This text has black color on #A9C6E1 background.


White color preview on #A9C6E1 background

This text has white color on #A9C6E1 background.