COLOR #A6BBE5

HEX: #A6BBE5
RGB: (166,187,229)

Color info

#A6BBE5 contains mainly green and blue colors. Web safe color of #A6BBE5 is #99CCCC (or #9CC).

RGB color model

#A6BBE5 color RGB value is (166,187,229).

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

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 229 of 255 = 90%

166
187
229

R + G + B ~ 76%. #A6BBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 229 = 582 (100%)
R 166 of 582 ~ 28.52%
G 187 of 582 ~ 32.13%
B 229 of 582 ~ 39.35%

%28.52
%32.13
%39.35

CMYK color model

#A6BBE5 color CMYK value is (28,18,0,10).

  • cyan value is 27.51%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,18,0,10)
C28M18Y0K10 
(28%,18%,0%,10%)
(0.28/0.18/0.00/0.10)	

CMYK percentages

%27.51
%18.34
%0
%10.2

Codes

Color #A6BBE5 in popluar color models

A6BBE5
RGB166187229
HSL220°54.78%77.45%
HSB/HSV220°27.51%89.80%
CMYK27.51%18.34%0.00%
10.20%

Color #A6BBE5 in popluar number systems.

HEXA6BBE5
Decimal166187229
Binary101001101011101111100101
Octal246273345

Shades and tints

Shades of #A6BBE5

#A6BBE5
(166,187,229)
#97AAD1
(151,170,209)
#8899BD
(136,153,189)
#7988A9
(121,136,169)
#6A7795
(106,119,149)
#5B6681
(91,102,129)
#4C556D
(76,85,109)
#3D4459
(61,68,89)
#2E3345
(46,51,69)
#1F2231
(31,34,49)
#10111D
(16,17,29)
#000000
(0,0,0)

Tints of #A6BBE5

#A6BBE5
(166,187,229)
#AEC1E7
(174,193,231)
#B6C7E9
(182,199,233)
#BECDEB
(190,205,235)
#C6D3ED
(198,211,237)
#CED9EF
(206,217,239)
#D6DFF1
(214,223,241)
#DEE5F3
(222,229,243)
#E6EBF5
(230,235,245)
#EEF1F7
(238,241,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BBE5; }

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

This text font color is #A6BBE5.


Background Color

.myBgColor { background-color: #A6BBE5; }

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

This div background color is #A6BBE5.


Border color

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

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

This div border color is #A6BBE5.


Opacity

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

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

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

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

This text has shadow with #A6BBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BBE5 on black background.


Color preview on white background

This text has color #A6BBE5 on white background.



Black color preview on #A6BBE5 background

This text has black color on #A6BBE5 background.


White color preview on #A6BBE5 background

This text has white color on #A6BBE5 background.