COLOR #A6BEBB

HEX: #A6BEBB
RGB: (166,190,187)

Color info

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

RGB color model

#A6BEBB color RGB value is (166,190,187).

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

RGB channels and saturation

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

166
190
187

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

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 187 = 543 (100%)
R 166 of 543 ~ 30.57%
G 190 of 543 ~ 34.99%
B 187 of 543 ~ 34.44%

%30.57
%34.99
%34.44

CMYK color model

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

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

CMYK percentages

%12.63
%0
%1.58
%25.49

Codes

Color #A6BEBB in popluar color models

A6BEBB
RGB166190187
HSL173°15.58%69.80%
HSB/HSV173°12.63%74.51%
CMYK12.63%0.00%1.58%
25.49%

Color #A6BEBB in popluar number systems.

HEXA6BEBB
Decimal166190187
Binary101001101011111010111011
Octal246276273

Shades and tints

Shades of #A6BEBB

#A6BEBB
(166,190,187)
#97ADAA
(151,173,170)
#889C99
(136,156,153)
#798B88
(121,139,136)
#6A7A77
(106,122,119)
#5B6966
(91,105,102)
#4C5855
(76,88,85)
#3D4744
(61,71,68)
#2E3633
(46,54,51)
#1F2522
(31,37,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6BEBB

#A6BEBB
(166,190,187)
#AEC3C1
(174,195,193)
#B6C8C7
(182,200,199)
#BECDCD
(190,205,205)
#C6D2D3
(198,210,211)
#CED7D9
(206,215,217)
#D6DCDF
(214,220,223)
#DEE1E5
(222,225,229)
#E6E6EB
(230,230,235)
#EEEBF1
(238,235,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEBB; }

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

This text font color is #A6BEBB.


Background Color

.myBgColor { background-color: #A6BEBB; }

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

This div background color is #A6BEBB.


Border color

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

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

This div border color is #A6BEBB.


Opacity

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

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

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

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

This text has shadow with #A6BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BEBB on black background.


Color preview on white background

This text has color #A6BEBB on white background.



Black color preview on #A6BEBB background

This text has black color on #A6BEBB background.


White color preview on #A6BEBB background

This text has white color on #A6BEBB background.