COLOR #A6D7C5

HEX: #A6D7C5
RGB: (166,215,197)

Color info

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

RGB color model

#A6D7C5 color RGB value is (166,215,197).

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

RGB channels and saturation

R 166 of 255 = 65%
G 215 of 255 = 84%
B 197 of 255 = 77%

166
215
197

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

Portions of RGB colors in percentages

R + G + B =
166 + 215 + 197 = 578 (100%)
R 166 of 578 ~ 28.72%
G 215 of 578 ~ 37.2%
B 197 of 578 ~ 34.08%

%28.72
%37.2
%34.08

CMYK color model

#A6D7C5 color CMYK value is (23,0,8,16).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 15.69%
CMYK:
(23,0,8,16)
C23M0Y8K16 
(23%,0%,8%,16%)
(0.23/0.00/0.08/0.16)	

CMYK percentages

%22.79
%0
%8.37
%15.69

Codes

Color #A6D7C5 in popluar color models

A6D7C5
RGB166215197
HSL158°37.98%74.71%
HSB/HSV158°22.79%84.31%
CMYK22.79%0.00%8.37%
15.69%

Color #A6D7C5 in popluar number systems.

HEXA6D7C5
Decimal166215197
Binary101001101101011111000101
Octal246327305

Shades and tints

Shades of #A6D7C5

#A6D7C5
(166,215,197)
#97C4B4
(151,196,180)
#88B1A3
(136,177,163)
#799E92
(121,158,146)
#6A8B81
(106,139,129)
#5B7870
(91,120,112)
#4C655F
(76,101,95)
#3D524E
(61,82,78)
#2E3F3D
(46,63,61)
#1F2C2C
(31,44,44)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #A6D7C5

#A6D7C5
(166,215,197)
#AEDACA
(174,218,202)
#B6DDCF
(182,221,207)
#BEE0D4
(190,224,212)
#C6E3D9
(198,227,217)
#CEE6DE
(206,230,222)
#D6E9E3
(214,233,227)
#DEECE8
(222,236,232)
#E6EFED
(230,239,237)
#EEF2F2
(238,242,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D7C5; }

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

This text font color is #A6D7C5.


Background Color

.myBgColor { background-color: #A6D7C5; }

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

This div background color is #A6D7C5.


Border color

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

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

This div border color is #A6D7C5.


Opacity

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

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

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

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

This text has shadow with #A6D7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D7C5 on black background.


Color preview on white background

This text has color #A6D7C5 on white background.



Black color preview on #A6D7C5 background

This text has black color on #A6D7C5 background.


White color preview on #A6D7C5 background

This text has white color on #A6D7C5 background.