COLOR #A6D1BD

HEX: #A6D1BD RGB: (166,209,189)

Color info

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

RGB color model

#A6D1BD color RGB value is (166,209,189).

RGB: (166,209,189) (65%, 82%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 189 of 255 = 74%

166
209
189

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

Portions of RGB colors in percentages

R + G + B = 166 + 209 + 189 = 564 (100%)
R 166 of 564 ~ 29.43%
G 209 of 564 ~ 37.06%
B 189 of 564 ~ 33.51'%

%29.43
%37.06
%33.51

CMYK color model

#A6D1BD color CMYK value is (21,0,10,18).

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

CMYK: (21,0,10,18)
C21M0Y10K18 (21%, 0%, 10%, 18%)
(0.21 / 0.00 / 0.10 / 0.18)

CMYK percentages

%20.57
%0
%9.57
%18.04

Codes

Color #A6D1BD in popluar color models

A6 D1 BD
RGB 166 209 189
HSL 152° 31.85% 73.53%
HSB/HSV 152° 20.57% 81.96%
CMYK 20.57% 0.00% 9.57%
18.04%

Color #A6D1BD in popluar number systems.

HEX A6 D1 BD
Decimal 166 209 189
Binary 10100110 11010001 10111101
Octal 246 321 275

Shades and tints

Shades of #A6D1BD

#A6D1BD
(166,209,189)
#97BEAC
(151,190,172)
#88AB9B
(136,171,155)
#79988A
(121,152,138)
#6A8579
(106,133,121)
#5B7268
(91,114,104)
#4C5F57
(76,95,87)
#3D4C46
(61,76,70)
#2E3935
(46,57,53)
#1F2624
(31,38,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A6D1BD

#A6D1BD
(166,209,189)
#AED5C3
(174,213,195)
#B6D9C9
(182,217,201)
#BEDDCF
(190,221,207)
#C6E1D5
(198,225,213)
#CEE5DB
(206,229,219)
#D6E9E1
(214,233,225)
#DEEDE7
(222,237,231)
#E6F1ED
(230,241,237)
#EEF5F3
(238,245,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1BD; }

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

This text font color is #A6D1BD.

Background Color

.myBgColor { background-color: #A6D1BD; }

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

This div background color is #A6D1BD.

Border color

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

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

This div border color is #A6D1BD.

Opacity

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

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

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

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

This text has shadow with #A6D1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D1BD.

Preview

Color preview on black background

This text has color #A6D1BD on black background.


Color preview on white background

This text has color #A6D1BD on white background.


Black color preview on #A6D1BD background

This text has black color on #A6D1BD background.


White color preview on #A6D1BD background

This text has white color on #A6D1BD background.


Related colors

Complementary color

Complementary color for #hex is #592E42.


I love getcolorcode.com

Triadic colors

1 #BDA6D1 and #D1BDA6 with #A6D1BD are triadic colors.

2 #BDD1A6 and #D1A6BD with #A6D1BD are triadic colors.