COLOR #A6BFD0

HEX: #A6BFD0 RGB: (166,191,208)

Color info

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

RGB color model

#A6BFD0 color RGB value is (166,191,208).

RGB: (166,191,208) (65%, 75%, 82%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 208 of 255 = 82%

166
191
208

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

Portions of RGB colors in percentages

R + G + B = 166 + 191 + 208 = 565 (100%)
R 166 of 565 ~ 29.38%
G 191 of 565 ~ 33.81%
B 208 of 565 ~ 36.81'%

%29.38
%33.81
%36.81

CMYK color model

#A6BFD0 color CMYK value is (20,8,0,18).

  • cyan value is 20.19%
  • magenta value is 8.17%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (20,8,0,18)
C20M8Y0K18 (20%, 8%, 0%, 18%)
(0.20 / 0.08 / 0.00 / 0.18)

CMYK percentages

%20.19
%8.17
%0
%18.43

Codes

Color #A6BFD0 in popluar color models

A6 BF D0
RGB 166 191 208
HSL 204° 30.88% 73.33%
HSB/HSV 204° 20.19% 81.57%
CMYK 20.19% 8.17% 0.00%
18.43%

Color #A6BFD0 in popluar number systems.

HEX A6 BF D0
Decimal 166 191 208
Binary 10100110 10111111 11010000
Octal 246 277 320

Shades and tints

Shades of #A6BFD0

#A6BFD0
(166,191,208)
#97AEBE
(151,174,190)
#889DAC
(136,157,172)
#798C9A
(121,140,154)
#6A7B88
(106,123,136)
#5B6A76
(91,106,118)
#4C5964
(76,89,100)
#3D4852
(61,72,82)
#2E3740
(46,55,64)
#1F262E
(31,38,46)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #A6BFD0

#A6BFD0
(166,191,208)
#AEC4D4
(174,196,212)
#B6C9D8
(182,201,216)
#BECEDC
(190,206,220)
#C6D3E0
(198,211,224)
#CED8E4
(206,216,228)
#D6DDE8
(214,221,232)
#DEE2EC
(222,226,236)
#E6E7F0
(230,231,240)
#EEECF4
(238,236,244)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BFD0; }

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

This text font color is #A6BFD0.

Background Color

.myBgColor { background-color: #A6BFD0; }

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

This div background color is #A6BFD0.

Border color

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

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

This div border color is #A6BFD0.

Opacity

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

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

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

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

This text has shadow with #A6BFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BFD0.

Preview

Color preview on black background

This text has color #A6BFD0 on black background.


Color preview on white background

This text has color #A6BFD0 on white background.


Black color preview on #A6BFD0 background

This text has black color on #A6BFD0 background.


White color preview on #A6BFD0 background

This text has white color on #A6BFD0 background.


Related colors

Complementary color

Complementary color for #hex is #59402F.


I love getcolorcode.com

Triadic colors

1 #D0A6BF and #BFD0A6 with #A6BFD0 are triadic colors.

2 #D0BFA6 and #BFA6D0 with #A6BFD0 are triadic colors.