COLOR #A7B6DE

HEX: #A7B6DE
RGB: (167,182,222)

Color info

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

RGB color model

#A7B6DE color RGB value is (167,182,222).

  • red value is 167;
  • green value is 182;
  • blue value is 222.
RGB:
(167,182,222)
(65%,71%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 222 of 255 = 87%

167
182
222

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

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 222 = 571 (100%)
R 167 of 571 ~ 29.25%
G 182 of 571 ~ 31.87%
B 222 of 571 ~ 38.88%

%29.25
%31.87
%38.88

CMYK color model

#A7B6DE color CMYK value is (25,18,0,13).

  • cyan value is 24.77%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,18,0,13)
C25M18Y0K13 
(25%,18%,0%,13%)
(0.25/0.18/0.00/0.13)	

CMYK percentages

%24.77
%18.02
%0
%12.94

Codes

Color #A7B6DE in popluar color models

A7B6DE
RGB167182222
HSL224°45.45%76.27%
HSB/HSV224°24.77%87.06%
CMYK24.77%18.02%0.00%
12.94%

Color #A7B6DE in popluar number systems.

HEXA7B6DE
Decimal167182222
Binary101001111011011011011110
Octal247266336

Shades and tints

Shades of #A7B6DE

#A7B6DE
(167,182,222)
#98A6CA
(152,166,202)
#8996B6
(137,150,182)
#7A86A2
(122,134,162)
#6B768E
(107,118,142)
#5C667A
(92,102,122)
#4D5666
(77,86,102)
#3E4652
(62,70,82)
#2F363E
(47,54,62)
#20262A
(32,38,42)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7B6DE

#A7B6DE
(167,182,222)
#AFBCE1
(175,188,225)
#B7C2E4
(183,194,228)
#BFC8E7
(191,200,231)
#C7CEEA
(199,206,234)
#CFD4ED
(207,212,237)
#D7DAF0
(215,218,240)
#DFE0F3
(223,224,243)
#E7E6F6
(231,230,246)
#EFECF9
(239,236,249)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B6DE color. Also use rgb(167,182,222) instead hex code.

Text Font Color

.myTextColor { color: #A7B6DE; }

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

This text font color is #A7B6DE.


Background Color

.myBgColor { background-color: #A7B6DE; }

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

This div background color is #A7B6DE.


Border color

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

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

This div border color is #A7B6DE.


Opacity

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

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

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

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

This text has shadow with #A7B6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B6DE on black background.


Color preview on white background

This text has color #A7B6DE on white background.



Black color preview on #A7B6DE background

This text has black color on #A7B6DE background.


White color preview on #A7B6DE background

This text has white color on #A7B6DE background.