COLOR #A6D6EF

HEX: #A6D6EF
RGB: (166,214,239)

Renk bilgisi

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

RGB renk modeli

#A6D6EF color RGB value is (166,214,239).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 214 of 255 = 84%
B 239 of 255 = 94%

166
214
239

R + G + B ~ 81%. #A6D6EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 214 + 239 = 619 (100%)
R 166 of 619 ~ 26.82%
G 214 of 619 ~ 34.57%
B 239 of 619 ~ 38.61%

%26.82
%34.57
%38.61

CMYK RENK MODELİ

#A6D6EF rengi CMYK tonu (31,10,0,6).

  • camgöbeği tonu 30.54%
  • eflatun tonu 10.46%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(31,10,0,6)
C31M10Y0K6 
(31%,10%,0%,6%)
(0.31/0.10/0.00/0.06)	

CMYK yüzdeleri

%30.54
%10.46
%0
%6.27

Codes

Color #A6D6EF in popluar color models

A6D6EF
RGB166214239
HSL201°69.52%79.41%
HSB/HSV201°30.54%93.73%
CMYK30.54%10.46%0.00%
6.27%

Color #A6D6EF in popluar number systems.

HEXA6D6EF
Decimal166214239
Binary101001101101011011101111
Octal246326357

Shades and tints

Shades of #A6D6EF

#A6D6EF
(166,214,239)
#97C3DA
(151,195,218)
#88B0C5
(136,176,197)
#799DB0
(121,157,176)
#6A8A9B
(106,138,155)
#5B7786
(91,119,134)
#4C6471
(76,100,113)
#3D515C
(61,81,92)
#2E3E47
(46,62,71)
#1F2B32
(31,43,50)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #A6D6EF

#A6D6EF
(166,214,239)
#AED9F0
(174,217,240)
#B6DCF1
(182,220,241)
#BEDFF2
(190,223,242)
#C6E2F3
(198,226,243)
#CEE5F4
(206,229,244)
#D6E8F5
(214,232,245)
#DEEBF6
(222,235,246)
#E6EEF7
(230,238,247)
#EEF1F8
(238,241,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D6EF; }

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

This text font color is #A6D6EF.


Background Color

.myBgColor { background-color: #A6D6EF; }

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

This div background color is #A6D6EF.


Border color

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

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

This div border color is #A6D6EF.


Opacity

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

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

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

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

This text has shadow with #A6D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D6EF on black background.


Color preview on white background

This text has color #A6D6EF on white background.



Black color preview on #A6D6EF background

This text has black color on #A6D6EF background.


White color preview on #A6D6EF background

This text has white color on #A6D6EF background.