COLOR #A6DECB

HEX: #A6DECB RGB: (166,222,203)

Color info

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

RGB color model

#A6DECB color RGB value is (166,222,203).

RGB: (166,222,203) (65%, 87%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 222 of 255 = 87%
B 203 of 255 = 80%

166
222
203

R + G + B ~ 77%. #A6DECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 222 + 203 = 591 (100%)
R 166 of 591 ~ 28.09%
G 222 of 591 ~ 37.56%
B 203 of 591 ~ 34.35'%

%28.09
%37.56
%34.35

CMYK color model

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

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK: (25,0,9,13) C25M0Y9K13 (25%,0%,9%,13%) (0.25/0.00/0.09/0.13) 

CMYK percentages

%25.23
%0
%8.56
%12.94

Codes

Color #A6DECB in popluar color models

A6 DE CB
RGB 166 222 203
HSL 160° 45.90% 76.08%
HSB/HSV 160° 25.23% 87.06%
CMYK 25.23% 0.00% 8.56%
12.94%

Color #A6DECB in popluar number systems.

HEX A6 DE CB
Decimal 166 222 203
Binary 10100110 11011110 11001011
Octal 246 336 313

Shades and tints

Shades of #A6DECB

#A6DECB
(166,222,203)
#97CAB9
(151,202,185)
#88B6A7
(136,182,167)
#79A295
(121,162,149)
#6A8E83
(106,142,131)
#5B7A71
(91,122,113)
#4C665F
(76,102,95)
#3D524D
(61,82,77)
#2E3E3B
(46,62,59)
#1F2A29
(31,42,41)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6DECB

#A6DECB
(166,222,203)
#AEE1CF
(174,225,207)
#B6E4D3
(182,228,211)
#BEE7D7
(190,231,215)
#C6EADB
(198,234,219)
#CEEDDF
(206,237,223)
#D6F0E3
(214,240,227)
#DEF3E7
(222,243,231)
#E6F6EB
(230,246,235)
#EEF9EF
(238,249,239)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DECB color. Also use rgb(166,222,203) instead hex code.

Text Font Color

.myTextColor { color: #A6DECB; }

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

This text font color is #A6DECB.

Background Color

.myBgColor { background-color: #A6DECB; }

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

This div background color is #A6DECB.

Border color

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

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

This div border color is #A6DECB.

Opacity

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

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

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

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

This text has shadow with #A6DECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DECB.

Preview

Color preview on black background

This text has color #A6DECB on black background.


Color preview on white background

This text has color #A6DECB on white background.


Black color preview on #A6DECB background

This text has black color on #A6DECB background.


White color preview on #A6DECB background

This text has white color on #A6DECB background.


Related colors

Complementary color

Complementary color for #hex is #592134.


I love getcolorcode.com

Triadic colors

1 #CBA6DE and #DECBA6 with #A6DECB are triadic colors.

2 #CBDEA6 and #DEA6CB with #A6DECB are triadic colors.