COLOR #A6DBD5

HEX: #A6DBD5
RGB: (166,219,213)

Color info

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

RGB color model

#A6DBD5 color RGB value is (166,219,213).

  • red value is 166;
  • green value is 219;
  • blue value is 213.
RGB:
(166,219,213)
(65%,86%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 213 of 255 = 84%

166
219
213

R + G + B ~ 78%. #A6DBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 219 + 213 = 598 (100%)
R 166 of 598 ~ 27.76%
G 219 of 598 ~ 36.62%
B 213 of 598 ~ 35.62%

%27.76
%36.62
%35.62

CMYK color model

#A6DBD5 color CMYK value is (24,0,3,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(24,0,3,14)
C24M0Y3K14 
(24%,0%,3%,14%)
(0.24/0.00/0.03/0.14)	

CMYK percentages

%24.2
%0
%2.74
%14.12

Codes

Color #A6DBD5 in popluar color models

A6DBD5
RGB166219213
HSL173°42.40%75.49%
HSB/HSV173°24.20%85.88%
CMYK24.20%0.00%2.74%
14.12%

Color #A6DBD5 in popluar number systems.

HEXA6DBD5
Decimal166219213
Binary101001101101101111010101
Octal246333325

Shades and tints

Shades of #A6DBD5

#A6DBD5
(166,219,213)
#97C8C2
(151,200,194)
#88B5AF
(136,181,175)
#79A29C
(121,162,156)
#6A8F89
(106,143,137)
#5B7C76
(91,124,118)
#4C6963
(76,105,99)
#3D5650
(61,86,80)
#2E433D
(46,67,61)
#1F302A
(31,48,42)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #A6DBD5

#A6DBD5
(166,219,213)
#AEDED8
(174,222,216)
#B6E1DB
(182,225,219)
#BEE4DE
(190,228,222)
#C6E7E1
(198,231,225)
#CEEAE4
(206,234,228)
#D6EDE7
(214,237,231)
#DEF0EA
(222,240,234)
#E6F3ED
(230,243,237)
#EEF6F0
(238,246,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DBD5 color. Also use rgb(166,219,213) instead hex code.

Text Font Color

.myTextColor { color: #A6DBD5; }

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

This text font color is #A6DBD5.


Background Color

.myBgColor { background-color: #A6DBD5; }

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

This div background color is #A6DBD5.


Border color

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

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

This div border color is #A6DBD5.


Opacity

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

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

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

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

This text has shadow with #A6DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DBD5 on black background.


Color preview on white background

This text has color #A6DBD5 on white background.



Black color preview on #A6DBD5 background

This text has black color on #A6DBD5 background.


White color preview on #A6DBD5 background

This text has white color on #A6DBD5 background.