COLOR #A6CECA

HEX: #A6CECA
RGB: (166,206,202)

Color info

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

RGB color model

#A6CECA color RGB value is (166,206,202).

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

RGB channels and saturation

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

166
206
202

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

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 202 = 574 (100%)
R 166 of 574 ~ 28.92%
G 206 of 574 ~ 35.89%
B 202 of 574 ~ 35.19%

%28.92
%35.89
%35.19

CMYK color model

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

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • 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
%1.94
%19.22

Codes

Color #A6CECA in popluar color models

A6CECA
RGB166206202
HSL174°28.99%72.94%
HSB/HSV174°19.42%80.78%
CMYK19.42%0.00%1.94%
19.22%

Color #A6CECA in popluar number systems.

HEXA6CECA
Decimal166206202
Binary101001101100111011001010
Octal246316312

Shades and tints

Shades of #A6CECA

#A6CECA
(166,206,202)
#97BCB8
(151,188,184)
#88AAA6
(136,170,166)
#799894
(121,152,148)
#6A8682
(106,134,130)
#5B7470
(91,116,112)
#4C625E
(76,98,94)
#3D504C
(61,80,76)
#2E3E3A
(46,62,58)
#1F2C28
(31,44,40)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6CECA

#A6CECA
(166,206,202)
#AED2CE
(174,210,206)
#B6D6D2
(182,214,210)
#BEDAD6
(190,218,214)
#C6DEDA
(198,222,218)
#CEE2DE
(206,226,222)
#D6E6E2
(214,230,226)
#DEEAE6
(222,234,230)
#E6EEEA
(230,238,234)
#EEF2EE
(238,242,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CECA; }

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

This text font color is #A6CECA.


Background Color

.myBgColor { background-color: #A6CECA; }

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

This div background color is #A6CECA.


Border color

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

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

This div border color is #A6CECA.


Opacity

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

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

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

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

This text has shadow with #A6CECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CECA on black background.


Color preview on white background

This text has color #A6CECA on white background.



Black color preview on #A6CECA background

This text has black color on #A6CECA background.


White color preview on #A6CECA background

This text has white color on #A6CECA background.