COLOR #A6C6BE

HEX: #A6C6BE
RGB: (166,198,190)

Color info

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

RGB color model

#A6C6BE color RGB value is (166,198,190).

  • red value is 166;
  • green value is 198;
  • blue value is 190.
RGB:
(166,198,190)
(65%,78%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 190 of 255 = 75%

166
198
190

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

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 190 = 554 (100%)
R 166 of 554 ~ 29.96%
G 198 of 554 ~ 35.74%
B 190 of 554 ~ 34.3%

%29.96
%35.74
%34.3

CMYK color model

#A6C6BE color CMYK value is (16,0,4,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(16,0,4,22)
C16M0Y4K22 
(16%,0%,4%,22%)
(0.16/0.00/0.04/0.22)	

CMYK percentages

%16.16
%0
%4.04
%22.35

Codes

Color #A6C6BE in popluar color models

A6C6BE
RGB166198190
HSL165°21.92%71.37%
HSB/HSV165°16.16%77.65%
CMYK16.16%0.00%4.04%
22.35%

Color #A6C6BE in popluar number systems.

HEXA6C6BE
Decimal166198190
Binary101001101100011010111110
Octal246306276

Shades and tints

Shades of #A6C6BE

#A6C6BE
(166,198,190)
#97B4AD
(151,180,173)
#88A29C
(136,162,156)
#79908B
(121,144,139)
#6A7E7A
(106,126,122)
#5B6C69
(91,108,105)
#4C5A58
(76,90,88)
#3D4847
(61,72,71)
#2E3636
(46,54,54)
#1F2425
(31,36,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A6C6BE

#A6C6BE
(166,198,190)
#AECBC3
(174,203,195)
#B6D0C8
(182,208,200)
#BED5CD
(190,213,205)
#C6DAD2
(198,218,210)
#CEDFD7
(206,223,215)
#D6E4DC
(214,228,220)
#DEE9E1
(222,233,225)
#E6EEE6
(230,238,230)
#EEF3EB
(238,243,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C6BE; }

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

This text font color is #A6C6BE.


Background Color

.myBgColor { background-color: #A6C6BE; }

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

This div background color is #A6C6BE.


Border color

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

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

This div border color is #A6C6BE.


Opacity

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

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

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

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

This text has shadow with #A6C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C6BE on black background.


Color preview on white background

This text has color #A6C6BE on white background.



Black color preview on #A6C6BE background

This text has black color on #A6C6BE background.


White color preview on #A6C6BE background

This text has white color on #A6C6BE background.