COLOR #A6D9F9

HEX: #A6D9F9
RGB: (166,217,249)

Renk bilgisi

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

RGB renk modeli

#A6D9F9 color RGB value is (166,217,249).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 217 of 255 = 85%
B 249 of 255 = 98%

166
217
249

R + G + B ~ 83%. #A6D9F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 217 + 249 = 632 (100%)
R 166 of 632 ~ 26.27%
G 217 of 632 ~ 34.34%
B 249 of 632 ~ 39.4%

%26.27
%34.34
%39.4

CMYK RENK MODELİ

#A6D9F9 rengi CMYK tonu (33,13,0,2).

  • camgöbeği tonu 33.33%
  • eflatun tonu 12.85%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(33,13,0,2)
C33M13Y0K2 
(33%,13%,0%,2%)
(0.33/0.13/0.00/0.02)	

CMYK yüzdeleri

%33.33
%12.85
%0
%2.35

Codes

Color #A6D9F9 in popluar color models

A6D9F9
RGB166217249
HSL203°87.37%81.37%
HSB/HSV203°33.33%97.65%
CMYK33.33%12.85%0.00%
2.35%

Color #A6D9F9 in popluar number systems.

HEXA6D9F9
Decimal166217249
Binary101001101101100111111001
Octal246331371

Shades and tints

Shades of #A6D9F9

#A6D9F9
(166,217,249)
#97C6E3
(151,198,227)
#88B3CD
(136,179,205)
#79A0B7
(121,160,183)
#6A8DA1
(106,141,161)
#5B7A8B
(91,122,139)
#4C6775
(76,103,117)
#3D545F
(61,84,95)
#2E4149
(46,65,73)
#1F2E33
(31,46,51)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #A6D9F9

#A6D9F9
(166,217,249)
#AEDCF9
(174,220,249)
#B6DFF9
(182,223,249)
#BEE2F9
(190,226,249)
#C6E5F9
(198,229,249)
#CEE8F9
(206,232,249)
#D6EBF9
(214,235,249)
#DEEEF9
(222,238,249)
#E6F1F9
(230,241,249)
#EEF4F9
(238,244,249)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D9F9; }

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

This text font color is #A6D9F9.


Background Color

.myBgColor { background-color: #A6D9F9; }

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

This div background color is #A6D9F9.


Border color

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

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

This div border color is #A6D9F9.


Opacity

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

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

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

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

This text has shadow with #A6D9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D9F9 on black background.


Color preview on white background

This text has color #A6D9F9 on white background.



Black color preview on #A6D9F9 background

This text has black color on #A6D9F9 background.


White color preview on #A6D9F9 background

This text has white color on #A6D9F9 background.