COLOR #A6BEE0

HEX: #A6BEE0 RGB: (166,190,224)

Color info

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

RGB color model

#A6BEE0 color RGB value is (166,190,224).

RGB: (166,190,224) (65%, 75%, 88%)

RGB channels and saturation

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

166
190
224

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

Portions of RGB colors in percentages

R + G + B = 166 + 190 + 224 = 580 (100%)
R 166 of 580 ~ 28.62%
G 190 of 580 ~ 32.76%
B 224 of 580 ~ 38.62'%

%28.62
%32.76
%38.62

CMYK color model

#A6BEE0 color CMYK value is (26,15,0,12).

  • cyan value is 25.89%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (26,15,0,12)
C26M15Y0K12 (26%, 15%, 0%, 12%)
(0.26 / 0.15 / 0.00 / 0.12)

CMYK percentages

%25.89
%15.18
%0
%12.16

Codes

Color #A6BEE0 in popluar color models

A6 BE E0
RGB 166 190 224
HSL 215° 48.33% 76.47%
HSB/HSV 215° 25.89% 87.84%
CMYK 25.89% 15.18% 0.00%
12.16%

Color #A6BEE0 in popluar number systems.

HEX A6 BE E0
Decimal 166 190 224
Binary 10100110 10111110 11100000
Octal 246 276 340

Shades and tints

Shades of #A6BEE0

#A6BEE0
(166,190,224)
#97ADCC
(151,173,204)
#889CB8
(136,156,184)
#798BA4
(121,139,164)
#6A7A90
(106,122,144)
#5B697C
(91,105,124)
#4C5868
(76,88,104)
#3D4754
(61,71,84)
#2E3640
(46,54,64)
#1F252C
(31,37,44)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #A6BEE0

#A6BEE0
(166,190,224)
#AEC3E2
(174,195,226)
#B6C8E4
(182,200,228)
#BECDE6
(190,205,230)
#C6D2E8
(198,210,232)
#CED7EA
(206,215,234)
#D6DCEC
(214,220,236)
#DEE1EE
(222,225,238)
#E6E6F0
(230,230,240)
#EEEBF2
(238,235,242)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BEE0; }

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

This text font color is #A6BEE0.

Background Color

.myBgColor { background-color: #A6BEE0; }

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

This div background color is #A6BEE0.

Border color

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

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

This div border color is #A6BEE0.

Opacity

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

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

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

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

This text has shadow with #A6BEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BEE0.

Preview

Color preview on black background

This text has color #A6BEE0 on black background.


Color preview on white background

This text has color #A6BEE0 on white background.


Black color preview on #A6BEE0 background

This text has black color on #A6BEE0 background.


White color preview on #A6BEE0 background

This text has white color on #A6BEE0 background.


Related colors

Complementary color

Complementary color for #hex is #59411F.


I love getcolorcode.com

Triadic colors

1 #E0A6BE and #BEE0A6 with #A6BEE0 are triadic colors.

2 #E0BEA6 and #BEA6E0 with #A6BEE0 are triadic colors.