COLOR #A6CDC6

HEX: #A6CDC6 RGB: (166,205,198)

Color info

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

RGB color model

#A6CDC6 color RGB value is (166,205,198).

RGB: (166,205,198) (65%, 80%, 78%)

RGB channels and saturation

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

166
205
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 205 + 198 = 569 (100%)
R 166 of 569 ~ 29.17%
G 205 of 569 ~ 36.03%
B 198 of 569 ~ 34.8'%

%29.17
%36.03
%34.8

CMYK color model

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

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

CMYK: (19,0,3,20)
C19M0Y3K20 (19%, 0%, 3%, 20%)
(0.19 / 0.00 / 0.03 / 0.20)

CMYK percentages

%19.02
%0
%3.41
%19.61

Codes

Color #A6CDC6 in popluar color models

A6 CD C6
RGB 166 205 198
HSL 169° 28.06% 72.75%
HSB/HSV 169° 19.02% 80.39%
CMYK 19.02% 0.00% 3.41%
19.61%

Color #A6CDC6 in popluar number systems.

HEX A6 CD C6
Decimal 166 205 198
Binary 10100110 11001101 11000110
Octal 246 315 306

Shades and tints

Shades of #A6CDC6

#A6CDC6
(166,205,198)
#97BBB4
(151,187,180)
#88A9A2
(136,169,162)
#799790
(121,151,144)
#6A857E
(106,133,126)
#5B736C
(91,115,108)
#4C615A
(76,97,90)
#3D4F48
(61,79,72)
#2E3D36
(46,61,54)
#1F2B24
(31,43,36)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6CDC6

#A6CDC6
(166,205,198)
#AED1CB
(174,209,203)
#B6D5D0
(182,213,208)
#BED9D5
(190,217,213)
#C6DDDA
(198,221,218)
#CEE1DF
(206,225,223)
#D6E5E4
(214,229,228)
#DEE9E9
(222,233,233)
#E6EDEE
(230,237,238)
#EEF1F3
(238,241,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDC6; }

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

This text font color is #A6CDC6.

Background Color

.myBgColor { background-color: #A6CDC6; }

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

This div background color is #A6CDC6.

Border color

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

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

This div border color is #A6CDC6.

Opacity

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

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

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

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

This text has shadow with #A6CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CDC6.

Preview

Color preview on black background

This text has color #A6CDC6 on black background.


Color preview on white background

This text has color #A6CDC6 on white background.


Black color preview on #A6CDC6 background

This text has black color on #A6CDC6 background.


White color preview on #A6CDC6 background

This text has white color on #A6CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #593239.


I love getcolorcode.com

Triadic colors

1 #C6A6CD and #CDC6A6 with #A6CDC6 are triadic colors.

2 #C6CDA6 and #CDA6C6 with #A6CDC6 are triadic colors.