COLOR #A6BFDD

HEX: #A6BFDD
RGB: (166,191,221)

Color info

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

RGB color model

#A6BFDD color RGB value is (166,191,221).

  • red value is 166;
  • green value is 191;
  • blue value is 221.
RGB:
(166,191,221)
(65%,75%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 221 of 255 = 87%

166
191
221

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

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 221 = 578 (100%)
R 166 of 578 ~ 28.72%
G 191 of 578 ~ 33.04%
B 221 of 578 ~ 38.24%

%28.72
%33.04
%38.24

CMYK color model

#A6BFDD color CMYK value is (25,14,0,13).

  • cyan value is 24.89%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,14,0,13)
C25M14Y0K13 
(25%,14%,0%,13%)
(0.25/0.14/0.00/0.13)	

CMYK percentages

%24.89
%13.57
%0
%13.33

Codes

Color #A6BFDD in popluar color models

A6BFDD
RGB166191221
HSL213°44.72%75.88%
HSB/HSV213°24.89%86.67%
CMYK24.89%13.57%0.00%
13.33%

Color #A6BFDD in popluar number systems.

HEXA6BFDD
Decimal166191221
Binary101001101011111111011101
Octal246277335

Shades and tints

Shades of #A6BFDD

#A6BFDD
(166,191,221)
#97AEC9
(151,174,201)
#889DB5
(136,157,181)
#798CA1
(121,140,161)
#6A7B8D
(106,123,141)
#5B6A79
(91,106,121)
#4C5965
(76,89,101)
#3D4851
(61,72,81)
#2E373D
(46,55,61)
#1F2629
(31,38,41)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6BFDD

#A6BFDD
(166,191,221)
#AEC4E0
(174,196,224)
#B6C9E3
(182,201,227)
#BECEE6
(190,206,230)
#C6D3E9
(198,211,233)
#CED8EC
(206,216,236)
#D6DDEF
(214,221,239)
#DEE2F2
(222,226,242)
#E6E7F5
(230,231,245)
#EEECF8
(238,236,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BFDD color. Also use rgb(166,191,221) instead hex code.

Text Font Color

.myTextColor { color: #A6BFDD; }

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

This text font color is #A6BFDD.


Background Color

.myBgColor { background-color: #A6BFDD; }

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

This div background color is #A6BFDD.


Border color

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

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

This div border color is #A6BFDD.


Opacity

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

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

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

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

This text has shadow with #A6BFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFDD on black background.


Color preview on white background

This text has color #A6BFDD on white background.



Black color preview on #A6BFDD background

This text has black color on #A6BFDD background.


White color preview on #A6BFDD background

This text has white color on #A6BFDD background.