COLOR #A6C9EF

HEX: #A6C9EF
RGB: (166,201,239)

Renk bilgisi

#A6C9EF contains mainly green and blue colors. #A6C9EF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A6C9EF color RGB value is (166,201,239).

  • kırmız ton 166;
  • yeşil ton 201;
  • mavi ton 239.
RGB:
(166,201,239)
(65%,79%,94%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 201 of 255 = 79%
B 239 of 255 = 94%

166
201
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 201 + 239 = 606 (100%)
R 166 of 606 ~ 27.39%
G 201 of 606 ~ 33.17%
B 239 of 606 ~ 39.44%

%27.39
%33.17
%39.44

CMYK RENK MODELİ

#A6C9EF rengi CMYK tonu (31,16,0,6).

  • camgöbeği tonu 30.54%
  • eflatun tonu 15.90%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(31,16,0,6)
C31M16Y0K6 
(31%,16%,0%,6%)
(0.31/0.16/0.00/0.06)	

CMYK yüzdeleri

%30.54
%15.9
%0
%6.27

Codes

Color #A6C9EF in popluar color models

A6C9EF
RGB166201239
HSL211°69.52%79.41%
HSB/HSV211°30.54%93.73%
CMYK30.54%15.90%0.00%
6.27%

Color #A6C9EF in popluar number systems.

HEXA6C9EF
Decimal166201239
Binary101001101100100111101111
Octal246311357

Shades and tints

Shades of #A6C9EF

#A6C9EF
(166,201,239)
#97B7DA
(151,183,218)
#88A5C5
(136,165,197)
#7993B0
(121,147,176)
#6A819B
(106,129,155)
#5B6F86
(91,111,134)
#4C5D71
(76,93,113)
#3D4B5C
(61,75,92)
#2E3947
(46,57,71)
#1F2732
(31,39,50)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #A6C9EF

#A6C9EF
(166,201,239)
#AECDF0
(174,205,240)
#B6D1F1
(182,209,241)
#BED5F2
(190,213,242)
#C6D9F3
(198,217,243)
#CEDDF4
(206,221,244)
#D6E1F5
(214,225,245)
#DEE5F6
(222,229,246)
#E6E9F7
(230,233,247)
#EEEDF8
(238,237,248)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C9EF color. Also use rgb(166,201,239) instead hex code.

Text Font Color

.myTextColor { color: #A6C9EF; }

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

This text font color is #A6C9EF.


Background Color

.myBgColor { background-color: #A6C9EF; }

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

This div background color is #A6C9EF.


Border color

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

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

This div border color is #A6C9EF.


Opacity

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

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

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

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

This text has shadow with #A6C9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C9EF on black background.


Color preview on white background

This text has color #A6C9EF on white background.



Black color preview on #A6C9EF background

This text has black color on #A6C9EF background.


White color preview on #A6C9EF background

This text has white color on #A6C9EF background.