COLOR #A6D3CD

HEX: #A6D3CD RGB: (166,211,205)

Color info

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

RGB color model

#A6D3CD color RGB value is (166,211,205).

RGB: (166,211,205) (65%, 83%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 211 of 255 = 83%
B 205 of 255 = 80%

166
211
205

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

Portions of RGB colors in percentages

R + G + B = 166 + 211 + 205 = 582 (100%)
R 166 of 582 ~ 28.52%
G 211 of 582 ~ 36.25%
B 205 of 582 ~ 35.22'%

%28.52
%36.25
%35.22

CMYK color model

#A6D3CD color CMYK value is (21,0,3,17).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (21,0,3,17)
C21M0Y3K17 (21%, 0%, 3%, 17%)
(0.21 / 0.00 / 0.03 / 0.17)

CMYK percentages

%21.33
%0
%2.84
%17.25

Codes

Color #A6D3CD in popluar color models

A6 D3 CD
RGB 166 211 205
HSL 172° 33.83% 73.92%
HSB/HSV 172° 21.33% 82.75%
CMYK 21.33% 0.00% 2.84%
17.25%

Color #A6D3CD in popluar number systems.

HEX A6 D3 CD
Decimal 166 211 205
Binary 10100110 11010011 11001101
Octal 246 323 315

Shades and tints

Shades of #A6D3CD

#A6D3CD
(166,211,205)
#97C0BB
(151,192,187)
#88ADA9
(136,173,169)
#799A97
(121,154,151)
#6A8785
(106,135,133)
#5B7473
(91,116,115)
#4C6161
(76,97,97)
#3D4E4F
(61,78,79)
#2E3B3D
(46,59,61)
#1F282B
(31,40,43)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #A6D3CD

#A6D3CD
(166,211,205)
#AED7D1
(174,215,209)
#B6DBD5
(182,219,213)
#BEDFD9
(190,223,217)
#C6E3DD
(198,227,221)
#CEE7E1
(206,231,225)
#D6EBE5
(214,235,229)
#DEEFE9
(222,239,233)
#E6F3ED
(230,243,237)
#EEF7F1
(238,247,241)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D3CD color. Also use rgb(166,211,205) instead hex code.

Text Font Color

.myTextColor { color: #A6D3CD; }

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

This text font color is #A6D3CD.

Background Color

.myBgColor { background-color: #A6D3CD; }

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

This div background color is #A6D3CD.

Border color

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

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

This div border color is #A6D3CD.

Opacity

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

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

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

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

This text has shadow with #A6D3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D3CD.

Preview

Color preview on black background

This text has color #A6D3CD on black background.


Color preview on white background

This text has color #A6D3CD on white background.


Black color preview on #A6D3CD background

This text has black color on #A6D3CD background.


White color preview on #A6D3CD background

This text has white color on #A6D3CD background.


Related colors

Complementary color

Complementary color for #hex is #592C32.


I love getcolorcode.com

Triadic colors

1 #CDA6D3 and #D3CDA6 with #A6D3CD are triadic colors.

2 #CDD3A6 and #D3A6CD with #A6D3CD are triadic colors.