COLOR #A6D7F9

HEX: #A6D7F9
RGB: (166,215,249)

Renk bilgisi

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

RGB renk modeli

#A6D7F9 color RGB value is (166,215,249).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 215 of 255 = 84%
B 249 of 255 = 98%

166
215
249

R + G + B ~ 82%. #A6D7F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 215 + 249 = 630 (100%)
R 166 of 630 ~ 26.35%
G 215 of 630 ~ 34.13%
B 249 of 630 ~ 39.52%

%26.35
%34.13
%39.52

CMYK RENK MODELİ

#A6D7F9 rengi CMYK tonu (33,14,0,2).

  • camgöbeği tonu 33.33%
  • eflatun tonu 13.65%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(33,14,0,2)
C33M14Y0K2 
(33%,14%,0%,2%)
(0.33/0.14/0.00/0.02)	

CMYK yüzdeleri

%33.33
%13.65
%0
%2.35

Codes

Color #A6D7F9 in popluar color models

A6D7F9
RGB166215249
HSL205°87.37%81.37%
HSB/HSV205°33.33%97.65%
CMYK33.33%13.65%0.00%
2.35%

Color #A6D7F9 in popluar number systems.

HEXA6D7F9
Decimal166215249
Binary101001101101011111111001
Octal246327371

Shades and tints

Shades of #A6D7F9

#A6D7F9
(166,215,249)
#97C4E3
(151,196,227)
#88B1CD
(136,177,205)
#799EB7
(121,158,183)
#6A8BA1
(106,139,161)
#5B788B
(91,120,139)
#4C6575
(76,101,117)
#3D525F
(61,82,95)
#2E3F49
(46,63,73)
#1F2C33
(31,44,51)
#10191D
(16,25,29)
#000000
(0,0,0)

Tints of #A6D7F9

#A6D7F9
(166,215,249)
#AEDAF9
(174,218,249)
#B6DDF9
(182,221,249)
#BEE0F9
(190,224,249)
#C6E3F9
(198,227,249)
#CEE6F9
(206,230,249)
#D6E9F9
(214,233,249)
#DEECF9
(222,236,249)
#E6EFF9
(230,239,249)
#EEF2F9
(238,242,249)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D7F9; }

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

This text font color is #A6D7F9.


Background Color

.myBgColor { background-color: #A6D7F9; }

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

This div background color is #A6D7F9.


Border color

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

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

This div border color is #A6D7F9.


Opacity

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

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

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

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

This text has shadow with #A6D7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D7F9 on black background.


Color preview on white background

This text has color #A6D7F9 on white background.



Black color preview on #A6D7F9 background

This text has black color on #A6D7F9 background.


White color preview on #A6D7F9 background

This text has white color on #A6D7F9 background.