COLOR #A6BEBE

HEX: #A6BEBE
RGB: (166,190,190)

Color info

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

RGB color model

#A6BEBE color RGB value is (166,190,190).

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

RGB channels and saturation

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

166
190
190

R + G + B ~ 72%. #A6BEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 190 = 546 (100%)
R 166 of 546 ~ 30.4%
G 190 of 546 ~ 34.8%
B 190 of 546 ~ 34.8%

%30.4
%34.8
%34.8

CMYK color model

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

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

CMYK percentages

%12.63
%0
%0
%25.49

Codes

Color #A6BEBE in popluar color models

A6BEBE
RGB166190190
HSL180°15.58%69.80%
HSB/HSV180°12.63%74.51%
CMYK12.63%0.00%0.00%
25.49%

Color #A6BEBE in popluar number systems.

HEXA6BEBE
Decimal166190190
Binary101001101011111010111110
Octal246276276

Shades and tints

Shades of #A6BEBE

#A6BEBE
(166,190,190)
#97ADAD
(151,173,173)
#889C9C
(136,156,156)
#798B8B
(121,139,139)
#6A7A7A
(106,122,122)
#5B6969
(91,105,105)
#4C5858
(76,88,88)
#3D4747
(61,71,71)
#2E3636
(46,54,54)
#1F2525
(31,37,37)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6BEBE

#A6BEBE
(166,190,190)
#AEC3C3
(174,195,195)
#B6C8C8
(182,200,200)
#BECDCD
(190,205,205)
#C6D2D2
(198,210,210)
#CED7D7
(206,215,215)
#D6DCDC
(214,220,220)
#DEE1E1
(222,225,225)
#E6E6E6
(230,230,230)
#EEEBEB
(238,235,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEBE; }

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

This text font color is #A6BEBE.


Background Color

.myBgColor { background-color: #A6BEBE; }

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

This div background color is #A6BEBE.


Border color

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

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

This div border color is #A6BEBE.


Opacity

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

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

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

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

This text has shadow with #A6BEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BEBE on black background.


Color preview on white background

This text has color #A6BEBE on white background.



Black color preview on #A6BEBE background

This text has black color on #A6BEBE background.


White color preview on #A6BEBE background

This text has white color on #A6BEBE background.