COLOR #A6CDCC

HEX: #A6CDCC RGB: (166,205,204)

Color info

#A6CDCC contains red, green and blue colors in about the same proportion. Web safe color of #A6CDCC is #99CCCC (or #9CC).

RGB color model

#A6CDCC color RGB value is (166,205,204).

RGB: (166,205,204) (65%, 80%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 204 of 255 = 80%

166
205
204

R + G + B ~ 75%. #A6CDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 205 + 204 = 575 (100%)
R 166 of 575 ~ 28.87%
G 205 of 575 ~ 35.65%
B 204 of 575 ~ 35.48'%

%28.87
%35.65
%35.48

CMYK color model

#A6CDCC color CMYK value is (19,0,0,20).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%

CMYK: (19,0,0,20)
C19M0Y0K20 (19%, 0%, 0%, 20%)
(0.19 / 0.00 / 0.00 / 0.20)

CMYK percentages

%19.02
%0
%0.49
%19.61

Codes

Color #A6CDCC in popluar color models

A6 CD CC
RGB 166 205 204
HSL 178° 28.06% 72.75%
HSB/HSV 178° 19.02% 80.39%
CMYK 19.02% 0.00% 0.49%
19.61%

Color #A6CDCC in popluar number systems.

HEX A6 CD CC
Decimal 166 205 204
Binary 10100110 11001101 11001100
Octal 246 315 314

Shades and tints

Shades of #A6CDCC

#A6CDCC
(166,205,204)
#97BBBA
(151,187,186)
#88A9A8
(136,169,168)
#799796
(121,151,150)
#6A8584
(106,133,132)
#5B7372
(91,115,114)
#4C6160
(76,97,96)
#3D4F4E
(61,79,78)
#2E3D3C
(46,61,60)
#1F2B2A
(31,43,42)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6CDCC

#A6CDCC
(166,205,204)
#AED1D0
(174,209,208)
#B6D5D4
(182,213,212)
#BED9D8
(190,217,216)
#C6DDDC
(198,221,220)
#CEE1E0
(206,225,224)
#D6E5E4
(214,229,228)
#DEE9E8
(222,233,232)
#E6EDEC
(230,237,236)
#EEF1F0
(238,241,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDCC; }

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

This text font color is #A6CDCC.

Background Color

.myBgColor { background-color: #A6CDCC; }

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

This div background color is #A6CDCC.

Border color

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

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

This div border color is #A6CDCC.

Opacity

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

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

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

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

This text has shadow with #A6CDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CDCC.

Preview

Color preview on black background

This text has color #A6CDCC on black background.


Color preview on white background

This text has color #A6CDCC on white background.


Black color preview on #A6CDCC background

This text has black color on #A6CDCC background.


White color preview on #A6CDCC background

This text has white color on #A6CDCC background.


Related colors

Complementary color

Complementary color for #hex is #593233.


I love getcolorcode.com

Triadic colors

1 #CCA6CD and #CDCCA6 with #A6CDCC are triadic colors.

2 #CCCDA6 and #CDA6CC with #A6CDCC are triadic colors.