COLOR #A6C5F9

HEX: #A6C5F9
RGB: (166,197,249)

Renk bilgisi

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

RGB renk modeli

#A6C5F9 color RGB value is (166,197,249).

  • kırmız ton 166;
  • yeşil ton 197;
  • mavi ton 249.
RGB:
(166,197,249)
(65%,77%,98%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 197 of 255 = 77%
B 249 of 255 = 98%

166
197
249

R + G + B ~ 80%. #A6C5F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 197 + 249 = 612 (100%)
R 166 of 612 ~ 27.12%
G 197 of 612 ~ 32.19%
B 249 of 612 ~ 40.69%

%27.12
%32.19
%40.69

CMYK RENK MODELİ

#A6C5F9 rengi CMYK tonu (33,21,0,2).

  • camgöbeği tonu 33.33%
  • eflatun tonu 20.88%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(33,21,0,2)
C33M21Y0K2 
(33%,21%,0%,2%)
(0.33/0.21/0.00/0.02)	

CMYK yüzdeleri

%33.33
%20.88
%0
%2.35

Codes

Color #A6C5F9 in popluar color models

A6C5F9
RGB166197249
HSL218°87.37%81.37%
HSB/HSV218°33.33%97.65%
CMYK33.33%20.88%0.00%
2.35%

Color #A6C5F9 in popluar number systems.

HEXA6C5F9
Decimal166197249
Binary101001101100010111111001
Octal246305371

Shades and tints

Shades of #A6C5F9

#A6C5F9
(166,197,249)
#97B4E3
(151,180,227)
#88A3CD
(136,163,205)
#7992B7
(121,146,183)
#6A81A1
(106,129,161)
#5B708B
(91,112,139)
#4C5F75
(76,95,117)
#3D4E5F
(61,78,95)
#2E3D49
(46,61,73)
#1F2C33
(31,44,51)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #A6C5F9

#A6C5F9
(166,197,249)
#AECAF9
(174,202,249)
#B6CFF9
(182,207,249)
#BED4F9
(190,212,249)
#C6D9F9
(198,217,249)
#CEDEF9
(206,222,249)
#D6E3F9
(214,227,249)
#DEE8F9
(222,232,249)
#E6EDF9
(230,237,249)
#EEF2F9
(238,242,249)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C5F9 color. Also use rgb(166,197,249) instead hex code.

Text Font Color

.myTextColor { color: #A6C5F9; }

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

This text font color is #A6C5F9.


Background Color

.myBgColor { background-color: #A6C5F9; }

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

This div background color is #A6C5F9.


Border color

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

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

This div border color is #A6C5F9.


Opacity

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

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

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

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

This text has shadow with #A6C5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C5F9 on black background.


Color preview on white background

This text has color #A6C5F9 on white background.



Black color preview on #A6C5F9 background

This text has black color on #A6C5F9 background.


White color preview on #A6C5F9 background

This text has white color on #A6C5F9 background.