COLOR #A6CABC

HEX: #A6CABC
RGB: (166,202,188)

Color info

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

RGB color model

#A6CABC color RGB value is (166,202,188).

  • red value is 166;
  • green value is 202;
  • blue value is 188.
RGB:
(166,202,188)
(65%,79%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 188 of 255 = 74%

166
202
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 188 = 556 (100%)
R 166 of 556 ~ 29.86%
G 202 of 556 ~ 36.33%
B 188 of 556 ~ 33.81%

%29.86
%36.33
%33.81

CMYK color model

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

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%
CMYK:
(18,0,7,21)
C18M0Y7K21 
(18%,0%,7%,21%)
(0.18/0.00/0.07/0.21)	

CMYK percentages

%17.82
%0
%6.93
%20.78

Codes

Color #A6CABC in popluar color models

A6CABC
RGB166202188
HSL157°25.35%72.16%
HSB/HSV157°17.82%79.22%
CMYK17.82%0.00%6.93%
20.78%

Color #A6CABC in popluar number systems.

HEXA6CABC
Decimal166202188
Binary101001101100101010111100
Octal246312274

Shades and tints

Shades of #A6CABC

#A6CABC
(166,202,188)
#97B8AB
(151,184,171)
#88A69A
(136,166,154)
#799489
(121,148,137)
#6A8278
(106,130,120)
#5B7067
(91,112,103)
#4C5E56
(76,94,86)
#3D4C45
(61,76,69)
#2E3A34
(46,58,52)
#1F2823
(31,40,35)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #A6CABC

#A6CABC
(166,202,188)
#AECEC2
(174,206,194)
#B6D2C8
(182,210,200)
#BED6CE
(190,214,206)
#C6DAD4
(198,218,212)
#CEDEDA
(206,222,218)
#D6E2E0
(214,226,224)
#DEE6E6
(222,230,230)
#E6EAEC
(230,234,236)
#EEEEF2
(238,238,242)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CABC; }

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

This text font color is #A6CABC.


Background Color

.myBgColor { background-color: #A6CABC; }

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

This div background color is #A6CABC.


Border color

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

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

This div border color is #A6CABC.


Opacity

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

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

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

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

This text has shadow with #A6CABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CABC on black background.


Color preview on white background

This text has color #A6CABC on white background.



Black color preview on #A6CABC background

This text has black color on #A6CABC background.


White color preview on #A6CABC background

This text has white color on #A6CABC background.