COLOR #A6BDA5

HEX: #A6BDA5 RGB: (166,189,165)

Color info

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

RGB color model

#A6BDA5 color RGB value is (166,189,165).

RGB: (166,189,165) (65%, 74%, 65%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 165 of 255 = 65%

166
189
165

R + G + B ~ 68%. #A6BDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 165 = 520 (100%)
R 166 of 520 ~ 31.92%
G 189 of 520 ~ 36.35%
B 165 of 520 ~ 31.73'%

%31.92
%36.35
%31.73

CMYK color model

#A6BDA5 color CMYK value is (12,0,13,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%

CMYK: (12,0,13,26)
C12M0Y13K26 (12%, 0%, 13%, 26%)
(0.12 / 0.00 / 0.13 / 0.26)

CMYK percentages

%12.17
%0
%12.7
%25.88

Codes

Color #A6BDA5 in popluar color models

A6 BD A5
RGB 166 189 165
HSL 118° 15.38% 69.41%
HSB/HSV 118° 12.70% 74.12%
CMYK 12.17% 0.00% 12.70%
25.88%

Color #A6BDA5 in popluar number systems.

HEX A6 BD A5
Decimal 166 189 165
Binary 10100110 10111101 10100101
Octal 246 275 245

Shades and tints

Shades of #A6BDA5

#A6BDA5
(166,189,165)
#97AC96
(151,172,150)
#889B87
(136,155,135)
#798A78
(121,138,120)
#6A7969
(106,121,105)
#5B685A
(91,104,90)
#4C574B
(76,87,75)
#3D463C
(61,70,60)
#2E352D
(46,53,45)
#1F241E
(31,36,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A6BDA5

#A6BDA5
(166,189,165)
#AEC3AD
(174,195,173)
#B6C9B5
(182,201,181)
#BECFBD
(190,207,189)
#C6D5C5
(198,213,197)
#CEDBCD
(206,219,205)
#D6E1D5
(214,225,213)
#DEE7DD
(222,231,221)
#E6EDE5
(230,237,229)
#EEF3ED
(238,243,237)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDA5; }

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

This text font color is #A6BDA5.

Background Color

.myBgColor { background-color: #A6BDA5; }

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

This div background color is #A6BDA5.

Border color

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

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

This div border color is #A6BDA5.

Opacity

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

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

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

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

This text has shadow with #A6BDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BDA5.

Preview

Color preview on black background

This text has color #A6BDA5 on black background.


Color preview on white background

This text has color #A6BDA5 on white background.


Black color preview on #A6BDA5 background

This text has black color on #A6BDA5 background.


White color preview on #A6BDA5 background

This text has white color on #A6BDA5 background.


Related colors

Complementary color

Complementary color for #hex is #59425A.


I love getcolorcode.com

Triadic colors

1 #A5A6BD and #BDA5A6 with #A6BDA5 are triadic colors.

2 #A5BDA6 and #BDA6A5 with #A6BDA5 are triadic colors.