COLOR #A6CDE3

HEX: #A6CDE3
RGB: (166,205,227)

Color info

#A6CDE3 contains mainly green and blue colors. Web safe color of #A6CDE3 is #99CCCC (or #9CC).

RGB color model

#A6CDE3 color RGB value is (166,205,227).

  • red value is 166;
  • green value is 205;
  • blue value is 227.
RGB:
(166,205,227)
(65%,80%,89%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 227 of 255 = 89%

166
205
227

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

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 227 = 598 (100%)
R 166 of 598 ~ 27.76%
G 205 of 598 ~ 34.28%
B 227 of 598 ~ 37.96%

%27.76
%34.28
%37.96

CMYK color model

#A6CDE3 color CMYK value is (27,10,0,11).

  • cyan value is 26.87%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(27,10,0,11)
C27M10Y0K11 
(27%,10%,0%,11%)
(0.27/0.10/0.00/0.11)	

CMYK percentages

%26.87
%9.69
%0
%10.98

Codes

Color #A6CDE3 in popluar color models

A6CDE3
RGB166205227
HSL202°52.14%77.06%
HSB/HSV202°26.87%89.02%
CMYK26.87%9.69%0.00%
10.98%

Color #A6CDE3 in popluar number systems.

HEXA6CDE3
Decimal166205227
Binary101001101100110111100011
Octal246315343

Shades and tints

Shades of #A6CDE3

#A6CDE3
(166,205,227)
#97BBCF
(151,187,207)
#88A9BB
(136,169,187)
#7997A7
(121,151,167)
#6A8593
(106,133,147)
#5B737F
(91,115,127)
#4C616B
(76,97,107)
#3D4F57
(61,79,87)
#2E3D43
(46,61,67)
#1F2B2F
(31,43,47)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #A6CDE3

#A6CDE3
(166,205,227)
#AED1E5
(174,209,229)
#B6D5E7
(182,213,231)
#BED9E9
(190,217,233)
#C6DDEB
(198,221,235)
#CEE1ED
(206,225,237)
#D6E5EF
(214,229,239)
#DEE9F1
(222,233,241)
#E6EDF3
(230,237,243)
#EEF1F5
(238,241,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDE3; }

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

This text font color is #A6CDE3.


Background Color

.myBgColor { background-color: #A6CDE3; }

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

This div background color is #A6CDE3.


Border color

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

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

This div border color is #A6CDE3.


Opacity

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

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

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

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

This text has shadow with #A6CDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDE3 on black background.


Color preview on white background

This text has color #A6CDE3 on white background.



Black color preview on #A6CDE3 background

This text has black color on #A6CDE3 background.


White color preview on #A6CDE3 background

This text has white color on #A6CDE3 background.