COLOR #A6D4E1

HEX: #A6D4E1
RGB: (166,212,225)

Color info

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

RGB color model

#A6D4E1 color RGB value is (166,212,225).

  • red value is 166;
  • green value is 212;
  • blue value is 225.
RGB:
(166,212,225)
(65%,83%,88%)

RGB channels and saturation

R 166 of 255 = 65%
G 212 of 255 = 83%
B 225 of 255 = 88%

166
212
225

R + G + B ~ 79%. #A6D4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 212 + 225 = 603 (100%)
R 166 of 603 ~ 27.53%
G 212 of 603 ~ 35.16%
B 225 of 603 ~ 37.31%

%27.53
%35.16
%37.31

CMYK color model

#A6D4E1 color CMYK value is (26,6,0,12).

  • cyan value is 26.22%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,6,0,12)
C26M6Y0K12 
(26%,6%,0%,12%)
(0.26/0.06/0.00/0.12)	

CMYK percentages

%26.22
%5.78
%0
%11.76

Codes

Color #A6D4E1 in popluar color models

A6D4E1
RGB166212225
HSL193°49.58%76.67%
HSB/HSV193°26.22%88.24%
CMYK26.22%5.78%0.00%
11.76%

Color #A6D4E1 in popluar number systems.

HEXA6D4E1
Decimal166212225
Binary101001101101010011100001
Octal246324341

Shades and tints

Shades of #A6D4E1

#A6D4E1
(166,212,225)
#97C1CD
(151,193,205)
#88AEB9
(136,174,185)
#799BA5
(121,155,165)
#6A8891
(106,136,145)
#5B757D
(91,117,125)
#4C6269
(76,98,105)
#3D4F55
(61,79,85)
#2E3C41
(46,60,65)
#1F292D
(31,41,45)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6D4E1

#A6D4E1
(166,212,225)
#AED7E3
(174,215,227)
#B6DAE5
(182,218,229)
#BEDDE7
(190,221,231)
#C6E0E9
(198,224,233)
#CEE3EB
(206,227,235)
#D6E6ED
(214,230,237)
#DEE9EF
(222,233,239)
#E6ECF1
(230,236,241)
#EEEFF3
(238,239,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D4E1 color. Also use rgb(166,212,225) instead hex code.

Text Font Color

.myTextColor { color: #A6D4E1; }

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

This text font color is #A6D4E1.


Background Color

.myBgColor { background-color: #A6D4E1; }

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

This div background color is #A6D4E1.


Border color

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

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

This div border color is #A6D4E1.


Opacity

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

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

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

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

This text has shadow with #A6D4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D4E1 on black background.


Color preview on white background

This text has color #A6D4E1 on white background.



Black color preview on #A6D4E1 background

This text has black color on #A6D4E1 background.


White color preview on #A6D4E1 background

This text has white color on #A6D4E1 background.