COLOR #A6DDC1

HEX: #A6DDC1
RGB: (166,221,193)

Color info

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

RGB color model

#A6DDC1 color RGB value is (166,221,193).

  • red value is 166;
  • green value is 221;
  • blue value is 193.
RGB:
(166,221,193)
(65%,87%,76%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 193 of 255 = 76%

166
221
193

R + G + B ~ 76%. #A6DDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 221 + 193 = 580 (100%)
R 166 of 580 ~ 28.62%
G 221 of 580 ~ 38.1%
B 193 of 580 ~ 33.28%

%28.62
%38.1
%33.28

CMYK color model

#A6DDC1 color CMYK value is (25,0,13,13).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(25,0,13,13)
C25M0Y13K13 
(25%,0%,13%,13%)
(0.25/0.00/0.13/0.13)	

CMYK percentages

%24.89
%0
%12.67
%13.33

Codes

Color #A6DDC1 in popluar color models

A6DDC1
RGB166221193
HSL149°44.72%75.88%
HSB/HSV149°24.89%86.67%
CMYK24.89%0.00%12.67%
13.33%

Color #A6DDC1 in popluar number systems.

HEXA6DDC1
Decimal166221193
Binary101001101101110111000001
Octal246335301

Shades and tints

Shades of #A6DDC1

#A6DDC1
(166,221,193)
#97C9B0
(151,201,176)
#88B59F
(136,181,159)
#79A18E
(121,161,142)
#6A8D7D
(106,141,125)
#5B796C
(91,121,108)
#4C655B
(76,101,91)
#3D514A
(61,81,74)
#2E3D39
(46,61,57)
#1F2928
(31,41,40)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6DDC1

#A6DDC1
(166,221,193)
#AEE0C6
(174,224,198)
#B6E3CB
(182,227,203)
#BEE6D0
(190,230,208)
#C6E9D5
(198,233,213)
#CEECDA
(206,236,218)
#D6EFDF
(214,239,223)
#DEF2E4
(222,242,228)
#E6F5E9
(230,245,233)
#EEF8EE
(238,248,238)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DDC1 color. Also use rgb(166,221,193) instead hex code.

Text Font Color

.myTextColor { color: #A6DDC1; }

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

This text font color is #A6DDC1.


Background Color

.myBgColor { background-color: #A6DDC1; }

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

This div background color is #A6DDC1.


Border color

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

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

This div border color is #A6DDC1.


Opacity

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

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

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

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

This text has shadow with #A6DDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DDC1 on black background.


Color preview on white background

This text has color #A6DDC1 on white background.



Black color preview on #A6DDC1 background

This text has black color on #A6DDC1 background.


White color preview on #A6DDC1 background

This text has white color on #A6DDC1 background.