COLOR #A6CAB7

HEX: #A6CAB7 RGB: (166,202,183)

Color info

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

RGB color model

#A6CAB7 color RGB value is (166,202,183).

RGB: (166,202,183) (65%, 79%, 72%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 183 of 255 = 72%

166
202
183

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

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 183 = 551 (100%)
R 166 of 551 ~ 30.13%
G 202 of 551 ~ 36.66%
B 183 of 551 ~ 33.21'%

%30.13
%36.66
%33.21

CMYK color model

#A6CAB7 color CMYK value is (18,0,9,21).

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

CMYK: (18,0,9,21)
C18M0Y9K21 (18%, 0%, 9%, 21%)
(0.18 / 0.00 / 0.09 / 0.21)

CMYK percentages

%17.82
%0
%9.41
%20.78

Codes

Color #A6CAB7 in popluar color models

A6 CA B7
RGB 166 202 183
HSL 148° 25.35% 72.16%
HSB/HSV 148° 17.82% 79.22%
CMYK 17.82% 0.00% 9.41%
20.78%

Color #A6CAB7 in popluar number systems.

HEX A6 CA B7
Decimal 166 202 183
Binary 10100110 11001010 10110111
Octal 246 312 267

Shades and tints

Shades of #A6CAB7

#A6CAB7
(166,202,183)
#97B8A7
(151,184,167)
#88A697
(136,166,151)
#799487
(121,148,135)
#6A8277
(106,130,119)
#5B7067
(91,112,103)
#4C5E57
(76,94,87)
#3D4C47
(61,76,71)
#2E3A37
(46,58,55)
#1F2827
(31,40,39)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6CAB7

#A6CAB7
(166,202,183)
#AECEBD
(174,206,189)
#B6D2C3
(182,210,195)
#BED6C9
(190,214,201)
#C6DACF
(198,218,207)
#CEDED5
(206,222,213)
#D6E2DB
(214,226,219)
#DEE6E1
(222,230,225)
#E6EAE7
(230,234,231)
#EEEEED
(238,238,237)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAB7; }

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

This text font color is #A6CAB7.

Background Color

.myBgColor { background-color: #A6CAB7; }

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

This div background color is #A6CAB7.

Border color

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

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

This div border color is #A6CAB7.

Opacity

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

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

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

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

This text has shadow with #A6CAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CAB7.

Preview

Color preview on black background

This text has color #A6CAB7 on black background.


Color preview on white background

This text has color #A6CAB7 on white background.


Black color preview on #A6CAB7 background

This text has black color on #A6CAB7 background.


White color preview on #A6CAB7 background

This text has white color on #A6CAB7 background.


Related colors

Complementary color

Complementary color for #hex is #593548.


I love getcolorcode.com

Triadic colors

1 #B7A6CA and #CAB7A6 with #A6CAB7 are triadic colors.

2 #B7CAA6 and #CAA6B7 with #A6CAB7 are triadic colors.