COLOR #A6CABE

HEX: #A6CABE RGB: (166,202,190)

Color info

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

RGB color model

#A6CABE color RGB value is (166,202,190).

RGB: (166,202,190) (65%, 79%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 190 of 255 = 75%

166
202
190

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

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 190 = 558 (100%)
R 166 of 558 ~ 29.75%
G 202 of 558 ~ 36.2%
B 190 of 558 ~ 34.05'%

%29.75
%36.2
%34.05

CMYK color model

#A6CABE color CMYK value is (18,0,6,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK: (18,0,6,21) C18M0Y6K21 (18%,0%,6%,21%) (0.18/0.00/0.06/0.21) 

CMYK percentages

%17.82
%0
%5.94
%20.78

Codes

Color #A6CABE in popluar color models

A6 CA BE
RGB 166 202 190
HSL 160° 25.35% 72.16%
HSB/HSV 160° 17.82% 79.22%
CMYK 17.82% 0.00% 5.94%
20.78%

Color #A6CABE in popluar number systems.

HEX A6 CA BE
Decimal 166 202 190
Binary 10100110 11001010 10111110
Octal 246 312 276

Shades and tints

Shades of #A6CABE

#A6CABE
(166,202,190)
#97B8AD
(151,184,173)
#88A69C
(136,166,156)
#79948B
(121,148,139)
#6A827A
(106,130,122)
#5B7069
(91,112,105)
#4C5E58
(76,94,88)
#3D4C47
(61,76,71)
#2E3A36
(46,58,54)
#1F2825
(31,40,37)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6CABE

#A6CABE
(166,202,190)
#AECEC3
(174,206,195)
#B6D2C8
(182,210,200)
#BED6CD
(190,214,205)
#C6DAD2
(198,218,210)
#CEDED7
(206,222,215)
#D6E2DC
(214,226,220)
#DEE6E1
(222,230,225)
#E6EAE6
(230,234,230)
#EEEEEB
(238,238,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CABE; }

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

This text font color is #A6CABE.

Background Color

.myBgColor { background-color: #A6CABE; }

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

This div background color is #A6CABE.

Border color

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

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

This div border color is #A6CABE.

Opacity

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

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

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

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

This text has shadow with #A6CABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CABE.

Preview

Color preview on black background

This text has color #A6CABE on black background.


Color preview on white background

This text has color #A6CABE on white background.


Black color preview on #A6CABE background

This text has black color on #A6CABE background.


White color preview on #A6CABE background

This text has white color on #A6CABE background.


Related colors

Complementary color

Complementary color for #hex is #593541.


I love getcolorcode.com

Triadic colors

1 #BEA6CA and #CABEA6 with #A6CABE are triadic colors.

2 #BECAA6 and #CAA6BE with #A6CABE are triadic colors.