COLOR #A6CEDA

HEX: #A6CEDA RGB: (166,206,218)

Color info

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

RGB color model

#A6CEDA color RGB value is (166,206,218).

RGB: (166,206,218) (65%, 81%, 85%)

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 218 of 255 = 85%

166
206
218

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

Portions of RGB colors in percentages

R + G + B = 166 + 206 + 218 = 590 (100%)
R 166 of 590 ~ 28.14%
G 206 of 590 ~ 34.92%
B 218 of 590 ~ 36.95'%

%28.14
%34.92
%36.95

CMYK color model

#A6CEDA color CMYK value is (24,6,0,15).

  • cyan value is 23.85%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (24,6,0,15) C24M6Y0K15 (24%,6%,0%,15%) (0.24/0.06/0.00/0.15) 

CMYK percentages

%23.85
%5.5
%0
%14.51

Codes

Color #A6CEDA in popluar color models

A6 CE DA
RGB 166 206 218
HSL 194° 41.27% 75.29%
HSB/HSV 194° 23.85% 85.49%
CMYK 23.85% 5.50% 0.00%
14.51%

Color #A6CEDA in popluar number systems.

HEX A6 CE DA
Decimal 166 206 218
Binary 10100110 11001110 11011010
Octal 246 316 332

Shades and tints

Shades of #A6CEDA

#A6CEDA
(166,206,218)
#97BCC7
(151,188,199)
#88AAB4
(136,170,180)
#7998A1
(121,152,161)
#6A868E
(106,134,142)
#5B747B
(91,116,123)
#4C6268
(76,98,104)
#3D5055
(61,80,85)
#2E3E42
(46,62,66)
#1F2C2F
(31,44,47)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #A6CEDA

#A6CEDA
(166,206,218)
#AED2DD
(174,210,221)
#B6D6E0
(182,214,224)
#BEDAE3
(190,218,227)
#C6DEE6
(198,222,230)
#CEE2E9
(206,226,233)
#D6E6EC
(214,230,236)
#DEEAEF
(222,234,239)
#E6EEF2
(230,238,242)
#EEF2F5
(238,242,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CEDA color. Also use rgb(166,206,218) instead hex code.

Text Font Color

.myTextColor { color: #A6CEDA; }

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

This text font color is #A6CEDA.

Background Color

.myBgColor { background-color: #A6CEDA; }

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

This div background color is #A6CEDA.

Border color

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

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

This div border color is #A6CEDA.

Opacity

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

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

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

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

This text has shadow with #A6CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CEDA.

Preview

Color preview on black background

This text has color #A6CEDA on black background.


Color preview on white background

This text has color #A6CEDA on white background.


Black color preview on #A6CEDA background

This text has black color on #A6CEDA background.


White color preview on #A6CEDA background

This text has white color on #A6CEDA background.


Related colors

Complementary color

Complementary color for #hex is #593125.


I love getcolorcode.com

Triadic colors

1 #DAA6CE and #CEDAA6 with #A6CEDA are triadic colors.

2 #DACEA6 and #CEA6DA with #A6CEDA are triadic colors.