COLOR #A6CEC8

HEX: #A6CEC8
RGB: (166,206,200)

Color info

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

RGB color model

#A6CEC8 color RGB value is (166,206,200).

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

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 200 of 255 = 78%

166
206
200

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

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 200 = 572 (100%)
R 166 of 572 ~ 29.02%
G 206 of 572 ~ 36.01%
B 200 of 572 ~ 34.97%

%29.02
%36.01
%34.97

CMYK color model

#A6CEC8 color CMYK value is (19,0,3,19).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 19.22%
CMYK:
(19,0,3,19)
C19M0Y3K19 
(19%,0%,3%,19%)
(0.19/0.00/0.03/0.19)	

CMYK percentages

%19.42
%0
%2.91
%19.22

Codes

Color #A6CEC8 in popluar color models

A6CEC8
RGB166206200
HSL171°28.99%72.94%
HSB/HSV171°19.42%80.78%
CMYK19.42%0.00%2.91%
19.22%

Color #A6CEC8 in popluar number systems.

HEXA6CEC8
Decimal166206200
Binary101001101100111011001000
Octal246316310

Shades and tints

Shades of #A6CEC8

#A6CEC8
(166,206,200)
#97BCB6
(151,188,182)
#88AAA4
(136,170,164)
#799892
(121,152,146)
#6A8680
(106,134,128)
#5B746E
(91,116,110)
#4C625C
(76,98,92)
#3D504A
(61,80,74)
#2E3E38
(46,62,56)
#1F2C26
(31,44,38)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #A6CEC8

#A6CEC8
(166,206,200)
#AED2CD
(174,210,205)
#B6D6D2
(182,214,210)
#BEDAD7
(190,218,215)
#C6DEDC
(198,222,220)
#CEE2E1
(206,226,225)
#D6E6E6
(214,230,230)
#DEEAEB
(222,234,235)
#E6EEF0
(230,238,240)
#EEF2F5
(238,242,245)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CEC8; }

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

This text font color is #A6CEC8.


Background Color

.myBgColor { background-color: #A6CEC8; }

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

This div background color is #A6CEC8.


Border color

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

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

This div border color is #A6CEC8.


Opacity

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

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

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

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

This text has shadow with #A6CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CEC8 on black background.


Color preview on white background

This text has color #A6CEC8 on white background.



Black color preview on #A6CEC8 background

This text has black color on #A6CEC8 background.


White color preview on #A6CEC8 background

This text has white color on #A6CEC8 background.