COLOR #A6DBEA

HEX: #A6DBEA RGB: (166,219,234)

Color info

#A6DBEA contains mainly green and blue colors. Web safe color of #A6DBEA is #99CCFF (or #9CF).

RGB color model

#A6DBEA color RGB value is (166,219,234).

RGB: (166,219,234) (65%, 86%, 92%)

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 234 of 255 = 92%

166
219
234

R + G + B ~ 81%. #A6DBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 219 + 234 = 619 (100%)
R 166 of 619 ~ 26.82%
G 219 of 619 ~ 35.38%
B 234 of 619 ~ 37.8'%

%26.82
%35.38
%37.8

CMYK color model

#A6DBEA color CMYK value is (29,6,0,8).

  • cyan value is 29.06%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (29,6,0,8)
C29M6Y0K8 (29%, 6%, 0%, 8%)
(0.29 / 0.06 / 0.00 / 0.08)

CMYK percentages

%29.06
%6.41
%0
%8.24

Codes

Color #A6DBEA in popluar color models

A6 DB EA
RGB 166 219 234
HSL 193° 61.82% 78.43%
HSB/HSV 193° 29.06% 91.76%
CMYK 29.06% 6.41% 0.00%
8.24%

Color #A6DBEA in popluar number systems.

HEX A6 DB EA
Decimal 166 219 234
Binary 10100110 11011011 11101010
Octal 246 333 352

Shades and tints

Shades of #A6DBEA

#A6DBEA
(166,219,234)
#97C8D5
(151,200,213)
#88B5C0
(136,181,192)
#79A2AB
(121,162,171)
#6A8F96
(106,143,150)
#5B7C81
(91,124,129)
#4C696C
(76,105,108)
#3D5657
(61,86,87)
#2E4342
(46,67,66)
#1F302D
(31,48,45)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #A6DBEA

#A6DBEA
(166,219,234)
#AEDEEB
(174,222,235)
#B6E1EC
(182,225,236)
#BEE4ED
(190,228,237)
#C6E7EE
(198,231,238)
#CEEAEF
(206,234,239)
#D6EDF0
(214,237,240)
#DEF0F1
(222,240,241)
#E6F3F2
(230,243,242)
#EEF6F3
(238,246,243)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DBEA; }

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

This text font color is #A6DBEA.

Background Color

.myBgColor { background-color: #A6DBEA; }

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

This div background color is #A6DBEA.

Border color

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

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

This div border color is #A6DBEA.

Opacity

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

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

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

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

This text has shadow with #A6DBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DBEA.

Preview

Color preview on black background

This text has color #A6DBEA on black background.


Color preview on white background

This text has color #A6DBEA on white background.


Black color preview on #A6DBEA background

This text has black color on #A6DBEA background.


White color preview on #A6DBEA background

This text has white color on #A6DBEA background.


Related colors

Complementary color

Complementary color for #hex is #592415.


I love getcolorcode.com

Triadic colors

1 #EAA6DB and #DBEAA6 with #A6DBEA are triadic colors.

2 #EADBA6 and #DBA6EA with #A6DBEA are triadic colors.