COLOR #A6BBCA

HEX: #A6BBCA RGB: (166,187,202)

Color info

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

RGB color model

#A6BBCA color RGB value is (166,187,202).

RGB: (166,187,202) (65%, 73%, 79%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 202 of 255 = 79%

166
187
202

R + G + B ~ 72%. #A6BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 187 + 202 = 555 (100%)
R 166 of 555 ~ 29.91%
G 187 of 555 ~ 33.69%
B 202 of 555 ~ 36.4'%

%29.91
%33.69
%36.4

CMYK color model

#A6BBCA color CMYK value is (18,7,0,21).

  • cyan value is 17.82%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,7,0,21)
C18M7Y0K21 (18%, 7%, 0%, 21%)
(0.18 / 0.07 / 0.00 / 0.21)

CMYK percentages

%17.82
%7.43
%0
%20.78

Codes

Color #A6BBCA in popluar color models

A6 BB CA
RGB 166 187 202
HSL 205° 25.35% 72.16%
HSB/HSV 205° 17.82% 79.22%
CMYK 17.82% 7.43% 0.00%
20.78%

Color #A6BBCA in popluar number systems.

HEX A6 BB CA
Decimal 166 187 202
Binary 10100110 10111011 11001010
Octal 246 273 312

Shades and tints

Shades of #A6BBCA

#A6BBCA
(166,187,202)
#97AAB8
(151,170,184)
#8899A6
(136,153,166)
#798894
(121,136,148)
#6A7782
(106,119,130)
#5B6670
(91,102,112)
#4C555E
(76,85,94)
#3D444C
(61,68,76)
#2E333A
(46,51,58)
#1F2228
(31,34,40)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #A6BBCA

#A6BBCA
(166,187,202)
#AEC1CE
(174,193,206)
#B6C7D2
(182,199,210)
#BECDD6
(190,205,214)
#C6D3DA
(198,211,218)
#CED9DE
(206,217,222)
#D6DFE2
(214,223,226)
#DEE5E6
(222,229,230)
#E6EBEA
(230,235,234)
#EEF1EE
(238,241,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BBCA color. Also use rgb(166,187,202) instead hex code.

Text Font Color

.myTextColor { color: #A6BBCA; }

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

This text font color is #A6BBCA.

Background Color

.myBgColor { background-color: #A6BBCA; }

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

This div background color is #A6BBCA.

Border color

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

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

This div border color is #A6BBCA.

Opacity

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

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

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

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

This text has shadow with #A6BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BBCA.

Preview

Color preview on black background

This text has color #A6BBCA on black background.


Color preview on white background

This text has color #A6BBCA on white background.


Black color preview on #A6BBCA background

This text has black color on #A6BBCA background.


White color preview on #A6BBCA background

This text has white color on #A6BBCA background.


Related colors

Complementary color

Complementary color for #hex is #594435.


I love getcolorcode.com

Triadic colors

1 #CAA6BB and #BBCAA6 with #A6BBCA are triadic colors.

2 #CABBA6 and #BBA6CA with #A6BBCA are triadic colors.