COLOR #A6DFBD

HEX: #A6DFBD RGB: (166,223,189)

Color info

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

RGB color model

#A6DFBD color RGB value is (166,223,189).

RGB: (166,223,189) (65%, 87%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 223 of 255 = 87%
B 189 of 255 = 74%

166
223
189

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

Portions of RGB colors in percentages

R + G + B = 166 + 223 + 189 = 578 (100%)
R 166 of 578 ~ 28.72%
G 223 of 578 ~ 38.58%
B 189 of 578 ~ 32.7'%

%28.72
%38.58
%32.7

CMYK color model

#A6DFBD color CMYK value is (26,0,15,13).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 12.55%

CMYK: (26,0,15,13)
C26M0Y15K13 (26%, 0%, 15%, 13%)
(0.26 / 0.00 / 0.15 / 0.13)

CMYK percentages

%25.56
%0
%15.25
%12.55

Codes

Color #A6DFBD in popluar color models

A6 DF BD
RGB 166 223 189
HSL 144° 47.11% 76.27%
HSB/HSV 144° 25.56% 87.45%
CMYK 25.56% 0.00% 15.25%
12.55%

Color #A6DFBD in popluar number systems.

HEX A6 DF BD
Decimal 166 223 189
Binary 10100110 11011111 10111101
Octal 246 337 275

Shades and tints

Shades of #A6DFBD

#A6DFBD
(166,223,189)
#97CBAC
(151,203,172)
#88B79B
(136,183,155)
#79A38A
(121,163,138)
#6A8F79
(106,143,121)
#5B7B68
(91,123,104)
#4C6757
(76,103,87)
#3D5346
(61,83,70)
#2E3F35
(46,63,53)
#1F2B24
(31,43,36)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6DFBD

#A6DFBD
(166,223,189)
#AEE1C3
(174,225,195)
#B6E3C9
(182,227,201)
#BEE5CF
(190,229,207)
#C6E7D5
(198,231,213)
#CEE9DB
(206,233,219)
#D6EBE1
(214,235,225)
#DEEDE7
(222,237,231)
#E6EFED
(230,239,237)
#EEF1F3
(238,241,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DFBD; }

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

This text font color is #A6DFBD.

Background Color

.myBgColor { background-color: #A6DFBD; }

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

This div background color is #A6DFBD.

Border color

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

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

This div border color is #A6DFBD.

Opacity

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

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

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

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

This text has shadow with #A6DFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DFBD.

Preview

Color preview on black background

This text has color #A6DFBD on black background.


Color preview on white background

This text has color #A6DFBD on white background.


Black color preview on #A6DFBD background

This text has black color on #A6DFBD background.


White color preview on #A6DFBD background

This text has white color on #A6DFBD background.


Related colors

Complementary color

Complementary color for #hex is #592042.


I love getcolorcode.com

Triadic colors

1 #BDA6DF and #DFBDA6 with #A6DFBD are triadic colors.

2 #BDDFA6 and #DFA6BD with #A6DFBD are triadic colors.