COLOR #A6BFD5

HEX: #A6BFD5
RGB: (166,191,213)

Color info

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

RGB color model

#A6BFD5 color RGB value is (166,191,213).

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

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 213 of 255 = 84%

166
191
213

R + G + B ~ 75%. #A6BFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 213 = 570 (100%)
R 166 of 570 ~ 29.12%
G 191 of 570 ~ 33.51%
B 213 of 570 ~ 37.37%

%29.12
%33.51
%37.37

CMYK color model

#A6BFD5 color CMYK value is (22,10,0,16).

  • cyan value is 22.07%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,10,0,16)
C22M10Y0K16 
(22%,10%,0%,16%)
(0.22/0.10/0.00/0.16)	

CMYK percentages

%22.07
%10.33
%0
%16.47

Codes

Color #A6BFD5 in popluar color models

A6BFD5
RGB166191213
HSL208°35.88%74.31%
HSB/HSV208°22.07%83.53%
CMYK22.07%10.33%0.00%
16.47%

Color #A6BFD5 in popluar number systems.

HEXA6BFD5
Decimal166191213
Binary101001101011111111010101
Octal246277325

Shades and tints

Shades of #A6BFD5

#A6BFD5
(166,191,213)
#97AEC2
(151,174,194)
#889DAF
(136,157,175)
#798C9C
(121,140,156)
#6A7B89
(106,123,137)
#5B6A76
(91,106,118)
#4C5963
(76,89,99)
#3D4850
(61,72,80)
#2E373D
(46,55,61)
#1F262A
(31,38,42)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6BFD5

#A6BFD5
(166,191,213)
#AEC4D8
(174,196,216)
#B6C9DB
(182,201,219)
#BECEDE
(190,206,222)
#C6D3E1
(198,211,225)
#CED8E4
(206,216,228)
#D6DDE7
(214,221,231)
#DEE2EA
(222,226,234)
#E6E7ED
(230,231,237)
#EEECF0
(238,236,240)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BFD5; }

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

This text font color is #A6BFD5.


Background Color

.myBgColor { background-color: #A6BFD5; }

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

This div background color is #A6BFD5.


Border color

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

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

This div border color is #A6BFD5.


Opacity

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

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

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

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

This text has shadow with #A6BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFD5 on black background.


Color preview on white background

This text has color #A6BFD5 on white background.



Black color preview on #A6BFD5 background

This text has black color on #A6BFD5 background.


White color preview on #A6BFD5 background

This text has white color on #A6BFD5 background.