COLOR #A6CED6

HEX: #A6CED6
RGB: (166,206,214)

Renk bilgisi

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

RGB renk modeli

#A6CED6 color RGB value is (166,206,214).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 206 of 255 = 81%
B 214 of 255 = 84%

166
206
214

R + G + B ~ 77%. #A6CED6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 206 + 214 = 586 (100%)
R 166 of 586 ~ 28.33%
G 206 of 586 ~ 35.15%
B 214 of 586 ~ 36.52%

%28.33
%35.15
%36.52

CMYK RENK MODELİ

#A6CED6 rengi CMYK tonu (22,4,0,16).

  • camgöbeği tonu 22.43%
  • eflatun tonu 3.74%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(22,4,0,16)
C22M4Y0K16 
(22%,4%,0%,16%)
(0.22/0.04/0.00/0.16)	

CMYK yüzdeleri

%22.43
%3.74
%0
%16.08

Codes

Color #A6CED6 in popluar color models

A6CED6
RGB166206214
HSL190°36.92%74.51%
HSB/HSV190°22.43%83.92%
CMYK22.43%3.74%0.00%
16.08%

Color #A6CED6 in popluar number systems.

HEXA6CED6
Decimal166206214
Binary101001101100111011010110
Octal246316326

Shades and tints

Shades of #A6CED6

#A6CED6
(166,206,214)
#97BCC3
(151,188,195)
#88AAB0
(136,170,176)
#79989D
(121,152,157)
#6A868A
(106,134,138)
#5B7477
(91,116,119)
#4C6264
(76,98,100)
#3D5051
(61,80,81)
#2E3E3E
(46,62,62)
#1F2C2B
(31,44,43)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #A6CED6

#A6CED6
(166,206,214)
#AED2D9
(174,210,217)
#B6D6DC
(182,214,220)
#BEDADF
(190,218,223)
#C6DEE2
(198,222,226)
#CEE2E5
(206,226,229)
#D6E6E8
(214,230,232)
#DEEAEB
(222,234,235)
#E6EEEE
(230,238,238)
#EEF2F1
(238,242,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CED6; }

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

This text font color is #A6CED6.


Background Color

.myBgColor { background-color: #A6CED6; }

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

This div background color is #A6CED6.


Border color

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

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

This div border color is #A6CED6.


Opacity

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

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

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

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

This text has shadow with #A6CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CED6 on black background.


Color preview on white background

This text has color #A6CED6 on white background.



Black color preview on #A6CED6 background

This text has black color on #A6CED6 background.


White color preview on #A6CED6 background

This text has white color on #A6CED6 background.