COLOR #A6C6CC

HEX: #A6C6CC
RGB: (166,198,204)

Renk bilgisi

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

RGB renk modeli

#A6C6CC color RGB value is (166,198,204).

  • kırmız ton 166;
  • yeşil ton 198;
  • mavi ton 204.
RGB:
(166,198,204)
(65%,78%,80%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 198 of 255 = 78%
B 204 of 255 = 80%

166
198
204

R + G + B ~ 74%. #A6C6CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 198 + 204 = 568 (100%)
R 166 of 568 ~ 29.23%
G 198 of 568 ~ 34.86%
B 204 of 568 ~ 35.92%

%29.23
%34.86
%35.92

CMYK RENK MODELİ

#A6C6CC rengi CMYK tonu (19,3,0,20).

  • camgöbeği tonu 18.63%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(19,3,0,20)
C19M3Y0K20 
(19%,3%,0%,20%)
(0.19/0.03/0.00/0.20)	

CMYK yüzdeleri

%18.63
%2.94
%0
%20

Codes

Color #A6C6CC in popluar color models

A6C6CC
RGB166198204
HSL189°27.14%72.55%
HSB/HSV189°18.63%80.00%
CMYK18.63%2.94%0.00%
20.00%

Color #A6C6CC in popluar number systems.

HEXA6C6CC
Decimal166198204
Binary101001101100011011001100
Octal246306314

Shades and tints

Shades of #A6C6CC

#A6C6CC
(166,198,204)
#97B4BA
(151,180,186)
#88A2A8
(136,162,168)
#799096
(121,144,150)
#6A7E84
(106,126,132)
#5B6C72
(91,108,114)
#4C5A60
(76,90,96)
#3D484E
(61,72,78)
#2E363C
(46,54,60)
#1F242A
(31,36,42)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #A6C6CC

#A6C6CC
(166,198,204)
#AECBD0
(174,203,208)
#B6D0D4
(182,208,212)
#BED5D8
(190,213,216)
#C6DADC
(198,218,220)
#CEDFE0
(206,223,224)
#D6E4E4
(214,228,228)
#DEE9E8
(222,233,232)
#E6EEEC
(230,238,236)
#EEF3F0
(238,243,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C6CC color. Also use rgb(166,198,204) instead hex code.

Text Font Color

.myTextColor { color: #A6C6CC; }

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

This text font color is #A6C6CC.


Background Color

.myBgColor { background-color: #A6C6CC; }

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

This div background color is #A6C6CC.


Border color

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

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

This div border color is #A6C6CC.


Opacity

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

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

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

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

This text has shadow with #A6C6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C6CC on black background.


Color preview on white background

This text has color #A6C6CC on white background.



Black color preview on #A6C6CC background

This text has black color on #A6C6CC background.


White color preview on #A6C6CC background

This text has white color on #A6C6CC background.