COLOR #A6D5DB

HEX: #A6D5DB
RGB: (166,213,219)

Renk bilgisi

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

RGB renk modeli

#A6D5DB color RGB value is (166,213,219).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 213 of 255 = 84%
B 219 of 255 = 86%

166
213
219

R + G + B ~ 78%. #A6D5DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 213 + 219 = 598 (100%)
R 166 of 598 ~ 27.76%
G 213 of 598 ~ 35.62%
B 219 of 598 ~ 36.62%

%27.76
%35.62
%36.62

CMYK RENK MODELİ

#A6D5DB rengi CMYK tonu (24,3,0,14).

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

CMYK yüzdeleri

%24.2
%2.74
%0
%14.12

Codes

Color #A6D5DB in popluar color models

A6D5DB
RGB166213219
HSL187°42.40%75.49%
HSB/HSV187°24.20%85.88%
CMYK24.20%2.74%0.00%
14.12%

Color #A6D5DB in popluar number systems.

HEXA6D5DB
Decimal166213219
Binary101001101101010111011011
Octal246325333

Shades and tints

Shades of #A6D5DB

#A6D5DB
(166,213,219)
#97C2C8
(151,194,200)
#88AFB5
(136,175,181)
#799CA2
(121,156,162)
#6A898F
(106,137,143)
#5B767C
(91,118,124)
#4C6369
(76,99,105)
#3D5056
(61,80,86)
#2E3D43
(46,61,67)
#1F2A30
(31,42,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #A6D5DB

#A6D5DB
(166,213,219)
#AED8DE
(174,216,222)
#B6DBE1
(182,219,225)
#BEDEE4
(190,222,228)
#C6E1E7
(198,225,231)
#CEE4EA
(206,228,234)
#D6E7ED
(214,231,237)
#DEEAF0
(222,234,240)
#E6EDF3
(230,237,243)
#EEF0F6
(238,240,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D5DB; }

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

This text font color is #A6D5DB.


Background Color

.myBgColor { background-color: #A6D5DB; }

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

This div background color is #A6D5DB.


Border color

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

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

This div border color is #A6D5DB.


Opacity

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

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

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

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

This text has shadow with #A6D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D5DB on black background.


Color preview on white background

This text has color #A6D5DB on white background.



Black color preview on #A6D5DB background

This text has black color on #A6D5DB background.


White color preview on #A6D5DB background

This text has white color on #A6D5DB background.