COLOR #A6BDBE

HEX: #A6BDBE RGB: (166,189,190)

Color info

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

RGB color model

#A6BDBE color RGB value is (166,189,190).

RGB: (166,189,190) (65%, 74%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 190 of 255 = 75%

166
189
190

R + G + B ~ 71%. #A6BDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 190 = 545 (100%)
R 166 of 545 ~ 30.46%
G 189 of 545 ~ 34.68%
B 190 of 545 ~ 34.86'%

%30.46
%34.68
%34.86

CMYK color model

#A6BDBE color CMYK value is (13,1,0,25).

  • cyan value is 12.63%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (13,1,0,25)
C13M1Y0K25 (13%, 1%, 0%, 25%)
(0.13 / 0.01 / 0.00 / 0.25)

CMYK percentages

%12.63
%0.53
%0
%25.49

Codes

Color #A6BDBE in popluar color models

A6 BD BE
RGB 166 189 190
HSL 183° 15.58% 69.80%
HSB/HSV 183° 12.63% 74.51%
CMYK 12.63% 0.53% 0.00%
25.49%

Color #A6BDBE in popluar number systems.

HEX A6 BD BE
Decimal 166 189 190
Binary 10100110 10111101 10111110
Octal 246 275 276

Shades and tints

Shades of #A6BDBE

#A6BDBE
(166,189,190)
#97ACAD
(151,172,173)
#889B9C
(136,155,156)
#798A8B
(121,138,139)
#6A797A
(106,121,122)
#5B6869
(91,104,105)
#4C5758
(76,87,88)
#3D4647
(61,70,71)
#2E3536
(46,53,54)
#1F2425
(31,36,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A6BDBE

#A6BDBE
(166,189,190)
#AEC3C3
(174,195,195)
#B6C9C8
(182,201,200)
#BECFCD
(190,207,205)
#C6D5D2
(198,213,210)
#CEDBD7
(206,219,215)
#D6E1DC
(214,225,220)
#DEE7E1
(222,231,225)
#E6EDE6
(230,237,230)
#EEF3EB
(238,243,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDBE; }

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

This text font color is #A6BDBE.

Background Color

.myBgColor { background-color: #A6BDBE; }

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

This div background color is #A6BDBE.

Border color

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

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

This div border color is #A6BDBE.

Opacity

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

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

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

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

This text has shadow with #A6BDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BDBE.

Preview

Color preview on black background

This text has color #A6BDBE on black background.


Color preview on white background

This text has color #A6BDBE on white background.


Black color preview on #A6BDBE background

This text has black color on #A6BDBE background.


White color preview on #A6BDBE background

This text has white color on #A6BDBE background.


Related colors

Complementary color

Complementary color for #hex is #594241.


I love getcolorcode.com

Triadic colors

1 #BEA6BD and #BDBEA6 with #A6BDBE are triadic colors.

2 #BEBDA6 and #BDA6BE with #A6BDBE are triadic colors.