COLOR #A6BFD4

HEX: #A6BFD4
RGB: (166,191,212)

Color info

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

RGB color model

#A6BFD4 color RGB value is (166,191,212).

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

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 212 of 255 = 83%

166
191
212

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

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 212 = 569 (100%)
R 166 of 569 ~ 29.17%
G 191 of 569 ~ 33.57%
B 212 of 569 ~ 37.26%

%29.17
%33.57
%37.26

CMYK color model

#A6BFD4 color CMYK value is (22,10,0,17).

  • cyan value is 21.70%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,10,0,17)
C22M10Y0K17 
(22%,10%,0%,17%)
(0.22/0.10/0.00/0.17)	

CMYK percentages

%21.7
%9.91
%0
%16.86

Codes

Color #A6BFD4 in popluar color models

A6BFD4
RGB166191212
HSL207°34.85%74.12%
HSB/HSV207°21.70%83.14%
CMYK21.70%9.91%0.00%
16.86%

Color #A6BFD4 in popluar number systems.

HEXA6BFD4
Decimal166191212
Binary101001101011111111010100
Octal246277324

Shades and tints

Shades of #A6BFD4

#A6BFD4
(166,191,212)
#97AEC1
(151,174,193)
#889DAE
(136,157,174)
#798C9B
(121,140,155)
#6A7B88
(106,123,136)
#5B6A75
(91,106,117)
#4C5962
(76,89,98)
#3D484F
(61,72,79)
#2E373C
(46,55,60)
#1F2629
(31,38,41)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #A6BFD4

#A6BFD4
(166,191,212)
#AEC4D7
(174,196,215)
#B6C9DA
(182,201,218)
#BECEDD
(190,206,221)
#C6D3E0
(198,211,224)
#CED8E3
(206,216,227)
#D6DDE6
(214,221,230)
#DEE2E9
(222,226,233)
#E6E7EC
(230,231,236)
#EEECEF
(238,236,239)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BFD4; }

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

This text font color is #A6BFD4.


Background Color

.myBgColor { background-color: #A6BFD4; }

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

This div background color is #A6BFD4.


Border color

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

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

This div border color is #A6BFD4.


Opacity

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

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

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

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

This text has shadow with #A6BFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFD4 on black background.


Color preview on white background

This text has color #A6BFD4 on white background.



Black color preview on #A6BFD4 background

This text has black color on #A6BFD4 background.


White color preview on #A6BFD4 background

This text has white color on #A6BFD4 background.