COLOR #A6BFCF

HEX: #A6BFCF
RGB: (166,191,207)

Color info

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

RGB color model

#A6BFCF color RGB value is (166,191,207).

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

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 207 of 255 = 81%

166
191
207

R + G + B ~ 74%. #A6BFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 207 = 564 (100%)
R 166 of 564 ~ 29.43%
G 191 of 564 ~ 33.87%
B 207 of 564 ~ 36.7%

%29.43
%33.87
%36.7

CMYK color model

#A6BFCF color CMYK value is (20,8,0,19).

  • cyan value is 19.81%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,8,0,19)
C20M8Y0K19 
(20%,8%,0%,19%)
(0.20/0.08/0.00/0.19)	

CMYK percentages

%19.81
%7.73
%0
%18.82

Codes

Color #A6BFCF in popluar color models

A6BFCF
RGB166191207
HSL203°29.93%73.14%
HSB/HSV203°19.81%81.18%
CMYK19.81%7.73%0.00%
18.82%

Color #A6BFCF in popluar number systems.

HEXA6BFCF
Decimal166191207
Binary101001101011111111001111
Octal246277317

Shades and tints

Shades of #A6BFCF

#A6BFCF
(166,191,207)
#97AEBD
(151,174,189)
#889DAB
(136,157,171)
#798C99
(121,140,153)
#6A7B87
(106,123,135)
#5B6A75
(91,106,117)
#4C5963
(76,89,99)
#3D4851
(61,72,81)
#2E373F
(46,55,63)
#1F262D
(31,38,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #A6BFCF

#A6BFCF
(166,191,207)
#AEC4D3
(174,196,211)
#B6C9D7
(182,201,215)
#BECEDB
(190,206,219)
#C6D3DF
(198,211,223)
#CED8E3
(206,216,227)
#D6DDE7
(214,221,231)
#DEE2EB
(222,226,235)
#E6E7EF
(230,231,239)
#EEECF3
(238,236,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BFCF; }

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

This text font color is #A6BFCF.


Background Color

.myBgColor { background-color: #A6BFCF; }

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

This div background color is #A6BFCF.


Border color

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

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

This div border color is #A6BFCF.


Opacity

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

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

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

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

This text has shadow with #A6BFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFCF on black background.


Color preview on white background

This text has color #A6BFCF on white background.



Black color preview on #A6BFCF background

This text has black color on #A6BFCF background.


White color preview on #A6BFCF background

This text has white color on #A6BFCF background.