COLOR #A6B7EB

HEX: #A6B7EB RGB: (166,183,235)

Color info

#A6B7EB contains mainly green and blue colors. Web safe color of #A6B7EB is #99CCFF (or #9CF).

RGB color model

#A6B7EB color RGB value is (166,183,235).

RGB: (166,183,235) (65%, 72%, 92%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 235 of 255 = 92%

166
183
235

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

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 235 = 584 (100%)
R 166 of 584 ~ 28.42%
G 183 of 584 ~ 31.34%
B 235 of 584 ~ 40.24'%

%28.42
%31.34
%40.24

CMYK color model

#A6B7EB color CMYK value is (29,22,0,8).

  • cyan value is 29.36%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (29,22,0,8)
C29M22Y0K8 (29%, 22%, 0%, 8%)
(0.29 / 0.22 / 0.00 / 0.08)

CMYK percentages

%29.36
%22.13
%0
%7.84

Codes

Color #A6B7EB in popluar color models

A6 B7 EB
RGB 166 183 235
HSL 225° 63.30% 78.63%
HSB/HSV 225° 29.36% 92.16%
CMYK 29.36% 22.13% 0.00%
7.84%

Color #A6B7EB in popluar number systems.

HEX A6 B7 EB
Decimal 166 183 235
Binary 10100110 10110111 11101011
Octal 246 267 353

Shades and tints

Shades of #A6B7EB

#A6B7EB
(166,183,235)
#97A7D6
(151,167,214)
#8897C1
(136,151,193)
#7987AC
(121,135,172)
#6A7797
(106,119,151)
#5B6782
(91,103,130)
#4C576D
(76,87,109)
#3D4758
(61,71,88)
#2E3743
(46,55,67)
#1F272E
(31,39,46)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #A6B7EB

#A6B7EB
(166,183,235)
#AEBDEC
(174,189,236)
#B6C3ED
(182,195,237)
#BEC9EE
(190,201,238)
#C6CFEF
(198,207,239)
#CED5F0
(206,213,240)
#D6DBF1
(214,219,241)
#DEE1F2
(222,225,242)
#E6E7F3
(230,231,243)
#EEEDF4
(238,237,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B7EB; }

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

This text font color is #A6B7EB.

Background Color

.myBgColor { background-color: #A6B7EB; }

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

This div background color is #A6B7EB.

Border color

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

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

This div border color is #A6B7EB.

Opacity

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

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

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

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

This text has shadow with #A6B7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B7EB.

Preview

Color preview on black background

This text has color #A6B7EB on black background.


Color preview on white background

This text has color #A6B7EB on white background.


Black color preview on #A6B7EB background

This text has black color on #A6B7EB background.


White color preview on #A6B7EB background

This text has white color on #A6B7EB background.


Related colors

Complementary color

Complementary color for #hex is #594814.


I love getcolorcode.com

Triadic colors

1 #EBA6B7 and #B7EBA6 with #A6B7EB are triadic colors.

2 #EBB7A6 and #B7A6EB with #A6B7EB are triadic colors.