COLOR #A6D5BF

HEX: #A6D5BF
RGB: (166,213,191)

Color info

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

RGB color model

#A6D5BF color RGB value is (166,213,191).

  • red value is 166;
  • green value is 213;
  • blue value is 191.
RGB:
(166,213,191)
(65%,84%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 191 of 255 = 75%

166
213
191

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

Portions of RGB colors in percentages

R + G + B =
166 + 213 + 191 = 570 (100%)
R 166 of 570 ~ 29.12%
G 213 of 570 ~ 37.37%
B 191 of 570 ~ 33.51%

%29.12
%37.37
%33.51

CMYK color model

#A6D5BF color CMYK value is (22,0,10,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(22,0,10,16)
C22M0Y10K16 
(22%,0%,10%,16%)
(0.22/0.00/0.10/0.16)	

CMYK percentages

%22.07
%0
%10.33
%16.47

Codes

Color #A6D5BF in popluar color models

A6D5BF
RGB166213191
HSL152°35.88%74.31%
HSB/HSV152°22.07%83.53%
CMYK22.07%0.00%10.33%
16.47%

Color #A6D5BF in popluar number systems.

HEXA6D5BF
Decimal166213191
Binary101001101101010110111111
Octal246325277

Shades and tints

Shades of #A6D5BF

#A6D5BF
(166,213,191)
#97C2AE
(151,194,174)
#88AF9D
(136,175,157)
#799C8C
(121,156,140)
#6A897B
(106,137,123)
#5B766A
(91,118,106)
#4C6359
(76,99,89)
#3D5048
(61,80,72)
#2E3D37
(46,61,55)
#1F2A26
(31,42,38)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6D5BF

#A6D5BF
(166,213,191)
#AED8C4
(174,216,196)
#B6DBC9
(182,219,201)
#BEDECE
(190,222,206)
#C6E1D3
(198,225,211)
#CEE4D8
(206,228,216)
#D6E7DD
(214,231,221)
#DEEAE2
(222,234,226)
#E6EDE7
(230,237,231)
#EEF0EC
(238,240,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D5BF color. Also use rgb(166,213,191) instead hex code.

Text Font Color

.myTextColor { color: #A6D5BF; }

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

This text font color is #A6D5BF.


Background Color

.myBgColor { background-color: #A6D5BF; }

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

This div background color is #A6D5BF.


Border color

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

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

This div border color is #A6D5BF.


Opacity

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

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

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

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

This text has shadow with #A6D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D5BF on black background.


Color preview on white background

This text has color #A6D5BF on white background.



Black color preview on #A6D5BF background

This text has black color on #A6D5BF background.


White color preview on #A6D5BF background

This text has white color on #A6D5BF background.