COLOR #A6CED7

HEX: #A6CED7
RGB: (166,206,215)

Color info

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

RGB color model

#A6CED7 color RGB value is (166,206,215).

  • red value is 166;
  • green value is 206;
  • blue value is 215.
RGB:
(166,206,215)
(65%,81%,84%)

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 215 of 255 = 84%

166
206
215

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

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 215 = 587 (100%)
R 166 of 587 ~ 28.28%
G 206 of 587 ~ 35.09%
B 215 of 587 ~ 36.63%

%28.28
%35.09
%36.63

CMYK color model

#A6CED7 color CMYK value is (23,4,0,16).

  • cyan value is 22.79%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(23,4,0,16)
C23M4Y0K16 
(23%,4%,0%,16%)
(0.23/0.04/0.00/0.16)	

CMYK percentages

%22.79
%4.19
%0
%15.69

Codes

Color #A6CED7 in popluar color models

A6CED7
RGB166206215
HSL191°37.98%74.71%
HSB/HSV191°22.79%84.31%
CMYK22.79%4.19%0.00%
15.69%

Color #A6CED7 in popluar number systems.

HEXA6CED7
Decimal166206215
Binary101001101100111011010111
Octal246316327

Shades and tints

Shades of #A6CED7

#A6CED7
(166,206,215)
#97BCC4
(151,188,196)
#88AAB1
(136,170,177)
#79989E
(121,152,158)
#6A868B
(106,134,139)
#5B7478
(91,116,120)
#4C6265
(76,98,101)
#3D5052
(61,80,82)
#2E3E3F
(46,62,63)
#1F2C2C
(31,44,44)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #A6CED7

#A6CED7
(166,206,215)
#AED2DA
(174,210,218)
#B6D6DD
(182,214,221)
#BEDAE0
(190,218,224)
#C6DEE3
(198,222,227)
#CEE2E6
(206,226,230)
#D6E6E9
(214,230,233)
#DEEAEC
(222,234,236)
#E6EEEF
(230,238,239)
#EEF2F2
(238,242,242)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CED7; }

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

This text font color is #A6CED7.


Background Color

.myBgColor { background-color: #A6CED7; }

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

This div background color is #A6CED7.


Border color

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

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

This div border color is #A6CED7.


Opacity

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

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

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

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

This text has shadow with #A6CED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CED7 on black background.


Color preview on white background

This text has color #A6CED7 on white background.



Black color preview on #A6CED7 background

This text has black color on #A6CED7 background.


White color preview on #A6CED7 background

This text has white color on #A6CED7 background.