COLOR #A6DADB

HEX: #A6DADB
RGB: (166,218,219)

Renk bilgisi

#A6DADB contains red, green and blue colors in about the same proportion. #A6DADB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A6DADB color RGB value is (166,218,219).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 218 of 255 = 85%
B 219 of 255 = 86%

166
218
219

R + G + B ~ 79%. #A6DADB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 218 + 219 = 603 (100%)
R 166 of 603 ~ 27.53%
G 218 of 603 ~ 36.15%
B 219 of 603 ~ 36.32%

%27.53
%36.15
%36.32

CMYK RENK MODELİ

#A6DADB rengi CMYK tonu (24,0,0,14).

  • camgöbeği tonu 24.20%
  • eflatun tonu 0.46%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(24,0,0,14)
C24M0Y0K14 
(24%,0%,0%,14%)
(0.24/0.00/0.00/0.14)	

CMYK yüzdeleri

%24.2
%0.46
%0
%14.12

Codes

Color #A6DADB in popluar color models

A6DADB
RGB166218219
HSL181°42.40%75.49%
HSB/HSV181°24.20%85.88%
CMYK24.20%0.46%0.00%
14.12%

Color #A6DADB in popluar number systems.

HEXA6DADB
Decimal166218219
Binary101001101101101011011011
Octal246332333

Shades and tints

Shades of #A6DADB

#A6DADB
(166,218,219)
#97C7C8
(151,199,200)
#88B4B5
(136,180,181)
#79A1A2
(121,161,162)
#6A8E8F
(106,142,143)
#5B7B7C
(91,123,124)
#4C6869
(76,104,105)
#3D5556
(61,85,86)
#2E4243
(46,66,67)
#1F2F30
(31,47,48)
#101C1D
(16,28,29)
#000000
(0,0,0)

Tints of #A6DADB

#A6DADB
(166,218,219)
#AEDDDE
(174,221,222)
#B6E0E1
(182,224,225)
#BEE3E4
(190,227,228)
#C6E6E7
(198,230,231)
#CEE9EA
(206,233,234)
#D6ECED
(214,236,237)
#DEEFF0
(222,239,240)
#E6F2F3
(230,242,243)
#EEF5F6
(238,245,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DADB; }

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

This text font color is #A6DADB.


Background Color

.myBgColor { background-color: #A6DADB; }

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

This div background color is #A6DADB.


Border color

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

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

This div border color is #A6DADB.


Opacity

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

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

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

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

This text has shadow with #A6DADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DADB on black background.


Color preview on white background

This text has color #A6DADB on white background.



Black color preview on #A6DADB background

This text has black color on #A6DADB background.


White color preview on #A6DADB background

This text has white color on #A6DADB background.