COLOR #A6BCCC

HEX: #A6BCCC RGB: (166,188,204)

Color info

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

RGB color model

#A6BCCC color RGB value is (166,188,204).

RGB: (166,188,204) (65%, 74%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 204 of 255 = 80%

166
188
204

R + G + B ~ 73%. #A6BCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 188 + 204 = 558 (100%)
R 166 of 558 ~ 29.75%
G 188 of 558 ~ 33.69%
B 204 of 558 ~ 36.56'%

%29.75
%33.69
%36.56

CMYK color model

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

  • cyan value is 18.63%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (19,8,0,20)
C19M8Y0K20 (19%, 8%, 0%, 20%)
(0.19 / 0.08 / 0.00 / 0.20)

CMYK percentages

%18.63
%7.84
%0
%20

Codes

Color #A6BCCC in popluar color models

A6 BC CC
RGB 166 188 204
HSL 205° 27.14% 72.55%
HSB/HSV 205° 18.63% 80.00%
CMYK 18.63% 7.84% 0.00%
20.00%

Color #A6BCCC in popluar number systems.

HEX A6 BC CC
Decimal 166 188 204
Binary 10100110 10111100 11001100
Octal 246 274 314

Shades and tints

Shades of #A6BCCC

#A6BCCC
(166,188,204)
#97ABBA
(151,171,186)
#889AA8
(136,154,168)
#798996
(121,137,150)
#6A7884
(106,120,132)
#5B6772
(91,103,114)
#4C5660
(76,86,96)
#3D454E
(61,69,78)
#2E343C
(46,52,60)
#1F232A
(31,35,42)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #A6BCCC

#A6BCCC
(166,188,204)
#AEC2D0
(174,194,208)
#B6C8D4
(182,200,212)
#BECED8
(190,206,216)
#C6D4DC
(198,212,220)
#CEDAE0
(206,218,224)
#D6E0E4
(214,224,228)
#DEE6E8
(222,230,232)
#E6ECEC
(230,236,236)
#EEF2F0
(238,242,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BCCC; }

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

This text font color is #A6BCCC.

Background Color

.myBgColor { background-color: #A6BCCC; }

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

This div background color is #A6BCCC.

Border color

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

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

This div border color is #A6BCCC.

Opacity

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

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

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

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

This text has shadow with #A6BCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BCCC.

Preview

Color preview on black background

This text has color #A6BCCC on black background.


Color preview on white background

This text has color #A6BCCC on white background.


Black color preview on #A6BCCC background

This text has black color on #A6BCCC background.


White color preview on #A6BCCC background

This text has white color on #A6BCCC background.


Related colors

Complementary color

Complementary color for #hex is #594333.


I love getcolorcode.com

Triadic colors

1 #CCA6BC and #BCCCA6 with #A6BCCC are triadic colors.

2 #CCBCA6 and #BCA6CC with #A6BCCC are triadic colors.