COLOR #A6BEAD

HEX: #A6BEAD RGB: (166,190,173)

Color info

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

RGB color model

#A6BEAD color RGB value is (166,190,173).

RGB: (166,190,173) (65%, 75%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 173 of 255 = 68%

166
190
173

R + G + B ~ 69%. #A6BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 190 + 173 = 529 (100%)
R 166 of 529 ~ 31.38%
G 190 of 529 ~ 35.92%
B 173 of 529 ~ 32.7'%

%31.38
%35.92
%32.7

CMYK color model

#A6BEAD color CMYK value is (13,0,9,25).

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

CMYK: (13,0,9,25)
C13M0Y9K25 (13%, 0%, 9%, 25%)
(0.13 / 0.00 / 0.09 / 0.25)

CMYK percentages

%12.63
%0
%8.95
%25.49

Codes

Color #A6BEAD in popluar color models

A6 BE AD
RGB 166 190 173
HSL 138° 15.58% 69.80%
HSB/HSV 138° 12.63% 74.51%
CMYK 12.63% 0.00% 8.95%
25.49%

Color #A6BEAD in popluar number systems.

HEX A6 BE AD
Decimal 166 190 173
Binary 10100110 10111110 10101101
Octal 246 276 255

Shades and tints

Shades of #A6BEAD

#A6BEAD
(166,190,173)
#97AD9E
(151,173,158)
#889C8F
(136,156,143)
#798B80
(121,139,128)
#6A7A71
(106,122,113)
#5B6962
(91,105,98)
#4C5853
(76,88,83)
#3D4744
(61,71,68)
#2E3635
(46,54,53)
#1F2526
(31,37,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #A6BEAD

#A6BEAD
(166,190,173)
#AEC3B4
(174,195,180)
#B6C8BB
(182,200,187)
#BECDC2
(190,205,194)
#C6D2C9
(198,210,201)
#CED7D0
(206,215,208)
#D6DCD7
(214,220,215)
#DEE1DE
(222,225,222)
#E6E6E5
(230,230,229)
#EEEBEC
(238,235,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEAD; }

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

This text font color is #A6BEAD.

Background Color

.myBgColor { background-color: #A6BEAD; }

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

This div background color is #A6BEAD.

Border color

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

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

This div border color is #A6BEAD.

Opacity

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

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

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

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

This text has shadow with #A6BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BEAD.

Preview

Color preview on black background

This text has color #A6BEAD on black background.


Color preview on white background

This text has color #A6BEAD on white background.


Black color preview on #A6BEAD background

This text has black color on #A6BEAD background.


White color preview on #A6BEAD background

This text has white color on #A6BEAD background.


Related colors

Complementary color

Complementary color for #hex is #594152.


I love getcolorcode.com

Triadic colors

1 #ADA6BE and #BEADA6 with #A6BEAD are triadic colors.

2 #ADBEA6 and #BEA6AD with #A6BEAD are triadic colors.