COLOR #A6CEC9

HEX: #A6CEC9
RGB: (166,206,201)

Color info

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

RGB color model

#A6CEC9 color RGB value is (166,206,201).

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

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 201 of 255 = 79%

166
206
201

R + G + B ~ 75%. #A6CEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 201 = 573 (100%)
R 166 of 573 ~ 28.97%
G 206 of 573 ~ 35.95%
B 201 of 573 ~ 35.08%

%28.97
%35.95
%35.08

CMYK color model

#A6CEC9 color CMYK value is (19,0,2,19).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(19,0,2,19)
C19M0Y2K19 
(19%,0%,2%,19%)
(0.19/0.00/0.02/0.19)	

CMYK percentages

%19.42
%0
%2.43
%19.22

Codes

Color #A6CEC9 in popluar color models

A6CEC9
RGB166206201
HSL173°28.99%72.94%
HSB/HSV173°19.42%80.78%
CMYK19.42%0.00%2.43%
19.22%

Color #A6CEC9 in popluar number systems.

HEXA6CEC9
Decimal166206201
Binary101001101100111011001001
Octal246316311

Shades and tints

Shades of #A6CEC9

#A6CEC9
(166,206,201)
#97BCB7
(151,188,183)
#88AAA5
(136,170,165)
#799893
(121,152,147)
#6A8681
(106,134,129)
#5B746F
(91,116,111)
#4C625D
(76,98,93)
#3D504B
(61,80,75)
#2E3E39
(46,62,57)
#1F2C27
(31,44,39)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6CEC9

#A6CEC9
(166,206,201)
#AED2CD
(174,210,205)
#B6D6D1
(182,214,209)
#BEDAD5
(190,218,213)
#C6DED9
(198,222,217)
#CEE2DD
(206,226,221)
#D6E6E1
(214,230,225)
#DEEAE5
(222,234,229)
#E6EEE9
(230,238,233)
#EEF2ED
(238,242,237)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CEC9; }

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

This text font color is #A6CEC9.


Background Color

.myBgColor { background-color: #A6CEC9; }

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

This div background color is #A6CEC9.


Border color

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

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

This div border color is #A6CEC9.


Opacity

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

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

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

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

This text has shadow with #A6CEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CEC9 on black background.


Color preview on white background

This text has color #A6CEC9 on white background.



Black color preview on #A6CEC9 background

This text has black color on #A6CEC9 background.


White color preview on #A6CEC9 background

This text has white color on #A6CEC9 background.