COLOR #A7B8D6

HEX: #A7B8D6
RGB: (167,184,214)

Color info

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

RGB color model

#A7B8D6 color RGB value is (167,184,214).

  • red value is 167;
  • green value is 184;
  • blue value is 214.
RGB:
(167,184,214)
(65%,72%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 214 of 255 = 84%

167
184
214

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 214 = 565 (100%)
R 167 of 565 ~ 29.56%
G 184 of 565 ~ 32.57%
B 214 of 565 ~ 37.88%

%29.56
%32.57
%37.88

CMYK color model

#A7B8D6 color CMYK value is (22,14,0,16).

  • cyan value is 21.96%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,14,0,16)
C22M14Y0K16 
(22%,14%,0%,16%)
(0.22/0.14/0.00/0.16)	

CMYK percentages

%21.96
%14.02
%0
%16.08

Codes

Color #A7B8D6 in popluar color models

A7B8D6
RGB167184214
HSL218°36.43%74.71%
HSB/HSV218°21.96%83.92%
CMYK21.96%14.02%0.00%
16.08%

Color #A7B8D6 in popluar number systems.

HEXA7B8D6
Decimal167184214
Binary101001111011100011010110
Octal247270326

Shades and tints

Shades of #A7B8D6

#A7B8D6
(167,184,214)
#98A8C3
(152,168,195)
#8998B0
(137,152,176)
#7A889D
(122,136,157)
#6B788A
(107,120,138)
#5C6877
(92,104,119)
#4D5864
(77,88,100)
#3E4851
(62,72,81)
#2F383E
(47,56,62)
#20282B
(32,40,43)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #A7B8D6

#A7B8D6
(167,184,214)
#AFBED9
(175,190,217)
#B7C4DC
(183,196,220)
#BFCADF
(191,202,223)
#C7D0E2
(199,208,226)
#CFD6E5
(207,214,229)
#D7DCE8
(215,220,232)
#DFE2EB
(223,226,235)
#E7E8EE
(231,232,238)
#EFEEF1
(239,238,241)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B8D6 color. Also use rgb(167,184,214) instead hex code.

Text Font Color

.myTextColor { color: #A7B8D6; }

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

This text font color is #A7B8D6.


Background Color

.myBgColor { background-color: #A7B8D6; }

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

This div background color is #A7B8D6.


Border color

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

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

This div border color is #A7B8D6.


Opacity

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

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

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

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

This text has shadow with #A7B8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B8D6 on black background.


Color preview on white background

This text has color #A7B8D6 on white background.



Black color preview on #A7B8D6 background

This text has black color on #A7B8D6 background.


White color preview on #A7B8D6 background

This text has white color on #A7B8D6 background.