COLOR #A6D6E1

HEX: #A6D6E1
RGB: (166,214,225)

Renk bilgisi

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

RGB renk modeli

#A6D6E1 color RGB value is (166,214,225).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 214 of 255 = 84%
B 225 of 255 = 88%

166
214
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 214 + 225 = 605 (100%)
R 166 of 605 ~ 27.44%
G 214 of 605 ~ 35.37%
B 225 of 605 ~ 37.19%

%27.44
%35.37
%37.19

CMYK RENK MODELİ

#A6D6E1 rengi CMYK tonu (26,5,0,12).

  • camgöbeği tonu 26.22%
  • eflatun tonu 4.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(26,5,0,12)
C26M5Y0K12 
(26%,5%,0%,12%)
(0.26/0.05/0.00/0.12)	

CMYK yüzdeleri

%26.22
%4.89
%0
%11.76

Codes

Color #A6D6E1 in popluar color models

A6D6E1
RGB166214225
HSL191°49.58%76.67%
HSB/HSV191°26.22%88.24%
CMYK26.22%4.89%0.00%
11.76%

Color #A6D6E1 in popluar number systems.

HEXA6D6E1
Decimal166214225
Binary101001101101011011100001
Octal246326341

Shades and tints

Shades of #A6D6E1

#A6D6E1
(166,214,225)
#97C3CD
(151,195,205)
#88B0B9
(136,176,185)
#799DA5
(121,157,165)
#6A8A91
(106,138,145)
#5B777D
(91,119,125)
#4C6469
(76,100,105)
#3D5155
(61,81,85)
#2E3E41
(46,62,65)
#1F2B2D
(31,43,45)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #A6D6E1

#A6D6E1
(166,214,225)
#AED9E3
(174,217,227)
#B6DCE5
(182,220,229)
#BEDFE7
(190,223,231)
#C6E2E9
(198,226,233)
#CEE5EB
(206,229,235)
#D6E8ED
(214,232,237)
#DEEBEF
(222,235,239)
#E6EEF1
(230,238,241)
#EEF1F3
(238,241,243)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D6E1; }

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

This text font color is #A6D6E1.


Background Color

.myBgColor { background-color: #A6D6E1; }

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

This div background color is #A6D6E1.


Border color

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

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

This div border color is #A6D6E1.


Opacity

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

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

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

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

This text has shadow with #A6D6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D6E1 on black background.


Color preview on white background

This text has color #A6D6E1 on white background.



Black color preview on #A6D6E1 background

This text has black color on #A6D6E1 background.


White color preview on #A6D6E1 background

This text has white color on #A6D6E1 background.