COLOR #A6DAEE

HEX: #A6DAEE
RGB: (166,218,238)

Renk bilgisi

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

RGB renk modeli

#A6DAEE color RGB value is (166,218,238).

  • kırmız ton 166;
  • yeşil ton 218;
  • mavi ton 238.
RGB:
(166,218,238)
(65%,85%,93%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 218 of 255 = 85%
B 238 of 255 = 93%

166
218
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 218 + 238 = 622 (100%)
R 166 of 622 ~ 26.69%
G 218 of 622 ~ 35.05%
B 238 of 622 ~ 38.26%

%26.69
%35.05
%38.26

CMYK RENK MODELİ

#A6DAEE rengi CMYK tonu (30,8,0,7).

  • camgöbeği tonu 30.25%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(30,8,0,7)
C30M8Y0K7 
(30%,8%,0%,7%)
(0.30/0.08/0.00/0.07)	

CMYK yüzdeleri

%30.25
%8.4
%0
%6.67

Codes

Color #A6DAEE in popluar color models

A6DAEE
RGB166218238
HSL197°67.92%79.22%
HSB/HSV197°30.25%93.33%
CMYK30.25%8.40%0.00%
6.67%

Color #A6DAEE in popluar number systems.

HEXA6DAEE
Decimal166218238
Binary101001101101101011101110
Octal246332356

Shades and tints

Shades of #A6DAEE

#A6DAEE
(166,218,238)
#97C7D9
(151,199,217)
#88B4C4
(136,180,196)
#79A1AF
(121,161,175)
#6A8E9A
(106,142,154)
#5B7B85
(91,123,133)
#4C6870
(76,104,112)
#3D555B
(61,85,91)
#2E4246
(46,66,70)
#1F2F31
(31,47,49)
#101C1C
(16,28,28)
#000000
(0,0,0)

Tints of #A6DAEE

#A6DAEE
(166,218,238)
#AEDDEF
(174,221,239)
#B6E0F0
(182,224,240)
#BEE3F1
(190,227,241)
#C6E6F2
(198,230,242)
#CEE9F3
(206,233,243)
#D6ECF4
(214,236,244)
#DEEFF5
(222,239,245)
#E6F2F6
(230,242,246)
#EEF5F7
(238,245,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DAEE color. Also use rgb(166,218,238) instead hex code.

Text Font Color

.myTextColor { color: #A6DAEE; }

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

This text font color is #A6DAEE.


Background Color

.myBgColor { background-color: #A6DAEE; }

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

This div background color is #A6DAEE.


Border color

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

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

This div border color is #A6DAEE.


Opacity

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

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

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

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

This text has shadow with #A6DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DAEE on black background.


Color preview on white background

This text has color #A6DAEE on white background.



Black color preview on #A6DAEE background

This text has black color on #A6DAEE background.


White color preview on #A6DAEE background

This text has white color on #A6DAEE background.