COLOR #A6D1BF

HEX: #A6D1BF RGB: (166,209,191)

Color info

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

RGB color model

#A6D1BF color RGB value is (166,209,191).

RGB: (166,209,191) (65%, 82%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 191 of 255 = 75%

166
209
191

R + G + B ~ 74%. #A6D1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 209 + 191 = 566 (100%)
R 166 of 566 ~ 29.33%
G 209 of 566 ~ 36.93%
B 191 of 566 ~ 33.75'%

%29.33
%36.93
%33.75

CMYK color model

#A6D1BF color CMYK value is (21,0,9,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 18.04%

CMYK: (21,0,9,18)
C21M0Y9K18 (21%, 0%, 9%, 18%)
(0.21 / 0.00 / 0.09 / 0.18)

CMYK percentages

%20.57
%0
%8.61
%18.04

Codes

Color #A6D1BF in popluar color models

A6 D1 BF
RGB 166 209 191
HSL 155° 31.85% 73.53%
HSB/HSV 155° 20.57% 81.96%
CMYK 20.57% 0.00% 8.61%
18.04%

Color #A6D1BF in popluar number systems.

HEX A6 D1 BF
Decimal 166 209 191
Binary 10100110 11010001 10111111
Octal 246 321 277

Shades and tints

Shades of #A6D1BF

#A6D1BF
(166,209,191)
#97BEAE
(151,190,174)
#88AB9D
(136,171,157)
#79988C
(121,152,140)
#6A857B
(106,133,123)
#5B726A
(91,114,106)
#4C5F59
(76,95,89)
#3D4C48
(61,76,72)
#2E3937
(46,57,55)
#1F2626
(31,38,38)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A6D1BF

#A6D1BF
(166,209,191)
#AED5C4
(174,213,196)
#B6D9C9
(182,217,201)
#BEDDCE
(190,221,206)
#C6E1D3
(198,225,211)
#CEE5D8
(206,229,216)
#D6E9DD
(214,233,221)
#DEEDE2
(222,237,226)
#E6F1E7
(230,241,231)
#EEF5EC
(238,245,236)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1BF; }

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

This text font color is #A6D1BF.

Background Color

.myBgColor { background-color: #A6D1BF; }

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

This div background color is #A6D1BF.

Border color

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

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

This div border color is #A6D1BF.

Opacity

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

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

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

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

This text has shadow with #A6D1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D1BF.

Preview

Color preview on black background

This text has color #A6D1BF on black background.


Color preview on white background

This text has color #A6D1BF on white background.


Black color preview on #A6D1BF background

This text has black color on #A6D1BF background.


White color preview on #A6D1BF background

This text has white color on #A6D1BF background.


Related colors

Complementary color

Complementary color for #hex is #592E40.


I love getcolorcode.com

Triadic colors

1 #BFA6D1 and #D1BFA6 with #A6D1BF are triadic colors.

2 #BFD1A6 and #D1A6BF with #A6D1BF are triadic colors.