COLOR #A6BEA4

HEX: #A6BEA4
RGB: (166,190,164)

Color info

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

RGB color model

#A6BEA4 color RGB value is (166,190,164).

  • red value is 166;
  • green value is 190;
  • blue value is 164.
RGB:
(166,190,164)
(65%,75%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 164 of 255 = 64%

166
190
164

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

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 164 = 520 (100%)
R 166 of 520 ~ 31.92%
G 190 of 520 ~ 36.54%
B 164 of 520 ~ 31.54%

%31.92
%36.54
%31.54

CMYK color model

#A6BEA4 color CMYK value is (13,0,14,25).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(13,0,14,25)
C13M0Y14K25 
(13%,0%,14%,25%)
(0.13/0.00/0.14/0.25)	

CMYK percentages

%12.63
%0
%13.68
%25.49

Codes

Color #A6BEA4 in popluar color models

A6BEA4
RGB166190164
HSL115°16.67%69.41%
HSB/HSV115°13.68%74.51%
CMYK12.63%0.00%13.68%
25.49%

Color #A6BEA4 in popluar number systems.

HEXA6BEA4
Decimal166190164
Binary101001101011111010100100
Octal246276244

Shades and tints

Shades of #A6BEA4

#A6BEA4
(166,190,164)
#97AD96
(151,173,150)
#889C88
(136,156,136)
#798B7A
(121,139,122)
#6A7A6C
(106,122,108)
#5B695E
(91,105,94)
#4C5850
(76,88,80)
#3D4742
(61,71,66)
#2E3634
(46,54,52)
#1F2526
(31,37,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #A6BEA4

#A6BEA4
(166,190,164)
#AEC3AC
(174,195,172)
#B6C8B4
(182,200,180)
#BECDBC
(190,205,188)
#C6D2C4
(198,210,196)
#CED7CC
(206,215,204)
#D6DCD4
(214,220,212)
#DEE1DC
(222,225,220)
#E6E6E4
(230,230,228)
#EEEBEC
(238,235,236)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEA4; }

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

This text font color is #A6BEA4.


Background Color

.myBgColor { background-color: #A6BEA4; }

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

This div background color is #A6BEA4.


Border color

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

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

This div border color is #A6BEA4.


Opacity

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

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

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

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

This text has shadow with #A6BEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BEA4 on black background.


Color preview on white background

This text has color #A6BEA4 on white background.



Black color preview on #A6BEA4 background

This text has black color on #A6BEA4 background.


White color preview on #A6BEA4 background

This text has white color on #A6BEA4 background.