COLOR #A6D9FA

HEX: #A6D9FA
RGB: (166,217,250)

Renk bilgisi

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

RGB renk modeli

#A6D9FA color RGB value is (166,217,250).

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

RGB bağlantıları ve doygunluk

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

166
217
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 217 + 250 = 633 (100%)
R 166 of 633 ~ 26.22%
G 217 of 633 ~ 34.28%
B 250 of 633 ~ 39.49%

%26.22
%34.28
%39.49

CMYK RENK MODELİ

#A6D9FA rengi CMYK tonu (34,13,0,2).

  • camgöbeği tonu 33.60%
  • eflatun tonu 13.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(34,13,0,2)
C34M13Y0K2 
(34%,13%,0%,2%)
(0.34/0.13/0.00/0.02)	

CMYK yüzdeleri

%33.6
%13.2
%0
%1.96

Codes

Color #A6D9FA in popluar color models

A6D9FA
RGB166217250
HSL204°89.36%81.57%
HSB/HSV204°33.60%98.04%
CMYK33.60%13.20%0.00%
1.96%

Color #A6D9FA in popluar number systems.

HEXA6D9FA
Decimal166217250
Binary101001101101100111111010
Octal246331372

Shades and tints

Shades of #A6D9FA

#A6D9FA
(166,217,250)
#97C6E4
(151,198,228)
#88B3CE
(136,179,206)
#79A0B8
(121,160,184)
#6A8DA2
(106,141,162)
#5B7A8C
(91,122,140)
#4C6776
(76,103,118)
#3D5460
(61,84,96)
#2E414A
(46,65,74)
#1F2E34
(31,46,52)
#101B1E
(16,27,30)
#000000
(0,0,0)

Tints of #A6D9FA

#A6D9FA
(166,217,250)
#AEDCFA
(174,220,250)
#B6DFFA
(182,223,250)
#BEE2FA
(190,226,250)
#C6E5FA
(198,229,250)
#CEE8FA
(206,232,250)
#D6EBFA
(214,235,250)
#DEEEFA
(222,238,250)
#E6F1FA
(230,241,250)
#EEF4FA
(238,244,250)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D9FA; }

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

This text font color is #A6D9FA.


Background Color

.myBgColor { background-color: #A6D9FA; }

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

This div background color is #A6D9FA.


Border color

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

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

This div border color is #A6D9FA.


Opacity

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

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

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

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

This text has shadow with #A6D9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D9FA on black background.


Color preview on white background

This text has color #A6D9FA on white background.



Black color preview on #A6D9FA background

This text has black color on #A6D9FA background.


White color preview on #A6D9FA background

This text has white color on #A6D9FA background.