COLOR #A6BECD

HEX: #A6BECD
RGB: (166,190,205)

Color info

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

RGB color model

#A6BECD color RGB value is (166,190,205).

  • red value is 166;
  • green value is 190;
  • blue value is 205.
RGB:
(166,190,205)
(65%,75%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 205 of 255 = 80%

166
190
205

R + G + B ~ 73%. #A6BECD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 205 = 561 (100%)
R 166 of 561 ~ 29.59%
G 190 of 561 ~ 33.87%
B 205 of 561 ~ 36.54%

%29.59
%33.87
%36.54

CMYK color model

#A6BECD color CMYK value is (19,7,0,20).

  • cyan value is 19.02%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,7,0,20)
C19M7Y0K20 
(19%,7%,0%,20%)
(0.19/0.07/0.00/0.20)	

CMYK percentages

%19.02
%7.32
%0
%19.61

Codes

Color #A6BECD in popluar color models

A6BECD
RGB166190205
HSL203°28.06%72.75%
HSB/HSV203°19.02%80.39%
CMYK19.02%7.32%0.00%
19.61%

Color #A6BECD in popluar number systems.

HEXA6BECD
Decimal166190205
Binary101001101011111011001101
Octal246276315

Shades and tints

Shades of #A6BECD

#A6BECD
(166,190,205)
#97ADBB
(151,173,187)
#889CA9
(136,156,169)
#798B97
(121,139,151)
#6A7A85
(106,122,133)
#5B6973
(91,105,115)
#4C5861
(76,88,97)
#3D474F
(61,71,79)
#2E363D
(46,54,61)
#1F252B
(31,37,43)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #A6BECD

#A6BECD
(166,190,205)
#AEC3D1
(174,195,209)
#B6C8D5
(182,200,213)
#BECDD9
(190,205,217)
#C6D2DD
(198,210,221)
#CED7E1
(206,215,225)
#D6DCE5
(214,220,229)
#DEE1E9
(222,225,233)
#E6E6ED
(230,230,237)
#EEEBF1
(238,235,241)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BECD color. Also use rgb(166,190,205) instead hex code.

Text Font Color

.myTextColor { color: #A6BECD; }

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

This text font color is #A6BECD.


Background Color

.myBgColor { background-color: #A6BECD; }

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

This div background color is #A6BECD.


Border color

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

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

This div border color is #A6BECD.


Opacity

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

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

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

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

This text has shadow with #A6BECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BECD on black background.


Color preview on white background

This text has color #A6BECD on white background.



Black color preview on #A6BECD background

This text has black color on #A6BECD background.


White color preview on #A6BECD background

This text has white color on #A6BECD background.