COLOR #A6B1EB

HEX: #A6B1EB
RGB: (166,177,235)

Color info

#A6B1EB contains mainly green and blue colors. Web safe color of #A6B1EB is #9999FF (or #99F).

RGB color model

#A6B1EB color RGB value is (166,177,235).

  • red value is 166;
  • green value is 177;
  • blue value is 235.
RGB:
(166,177,235)
(65%,69%,92%)

RGB channels and saturation

R 166 of 255 = 65%
G 177 of 255 = 69%
B 235 of 255 = 92%

166
177
235

R + G + B ~ 75%. #A6B1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 177 + 235 = 578 (100%)
R 166 of 578 ~ 28.72%
G 177 of 578 ~ 30.62%
B 235 of 578 ~ 40.66%

%28.72
%30.62
%40.66

CMYK color model

#A6B1EB color CMYK value is (29,25,0,8).

  • cyan value is 29.36%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,25,0,8)
C29M25Y0K8 
(29%,25%,0%,8%)
(0.29/0.25/0.00/0.08)	

CMYK percentages

%29.36
%24.68
%0
%7.84

Codes

Color #A6B1EB in popluar color models

A6B1EB
RGB166177235
HSL230°63.30%78.63%
HSB/HSV230°29.36%92.16%
CMYK29.36%24.68%0.00%
7.84%

Color #A6B1EB in popluar number systems.

HEXA6B1EB
Decimal166177235
Binary101001101011000111101011
Octal246261353

Shades and tints

Shades of #A6B1EB

#A6B1EB
(166,177,235)
#97A1D6
(151,161,214)
#8891C1
(136,145,193)
#7981AC
(121,129,172)
#6A7197
(106,113,151)
#5B6182
(91,97,130)
#4C516D
(76,81,109)
#3D4158
(61,65,88)
#2E3143
(46,49,67)
#1F212E
(31,33,46)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #A6B1EB

#A6B1EB
(166,177,235)
#AEB8EC
(174,184,236)
#B6BFED
(182,191,237)
#BEC6EE
(190,198,238)
#C6CDEF
(198,205,239)
#CED4F0
(206,212,240)
#D6DBF1
(214,219,241)
#DEE2F2
(222,226,242)
#E6E9F3
(230,233,243)
#EEF0F4
(238,240,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B1EB; }

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

This text font color is #A6B1EB.


Background Color

.myBgColor { background-color: #A6B1EB; }

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

This div background color is #A6B1EB.


Border color

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

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

This div border color is #A6B1EB.


Opacity

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

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

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

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

This text has shadow with #A6B1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B1EB on black background.


Color preview on white background

This text has color #A6B1EB on white background.



Black color preview on #A6B1EB background

This text has black color on #A6B1EB background.


White color preview on #A6B1EB background

This text has white color on #A6B1EB background.