COLOR #A7B8D7

HEX: #A7B8D7
RGB: (167,184,215)

Color info

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

RGB color model

#A7B8D7 color RGB value is (167,184,215).

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

RGB channels and saturation

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

167
184
215

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 215 = 566 (100%)
R 167 of 566 ~ 29.51%
G 184 of 566 ~ 32.51%
B 215 of 566 ~ 37.99%

%29.51
%32.51
%37.99

CMYK color model

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

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

CMYK percentages

%22.33
%14.42
%0
%15.69

Codes

Color #A7B8D7 in popluar color models

A7B8D7
RGB167184215
HSL219°37.50%74.90%
HSB/HSV219°22.33%84.31%
CMYK22.33%14.42%0.00%
15.69%

Color #A7B8D7 in popluar number systems.

HEXA7B8D7
Decimal167184215
Binary101001111011100011010111
Octal247270327

Shades and tints

Shades of #A7B8D7

#A7B8D7
(167,184,215)
#98A8C4
(152,168,196)
#8998B1
(137,152,177)
#7A889E
(122,136,158)
#6B788B
(107,120,139)
#5C6878
(92,104,120)
#4D5865
(77,88,101)
#3E4852
(62,72,82)
#2F383F
(47,56,63)
#20282C
(32,40,44)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #A7B8D7

#A7B8D7
(167,184,215)
#AFBEDA
(175,190,218)
#B7C4DD
(183,196,221)
#BFCAE0
(191,202,224)
#C7D0E3
(199,208,227)
#CFD6E6
(207,214,230)
#D7DCE9
(215,220,233)
#DFE2EC
(223,226,236)
#E7E8EF
(231,232,239)
#EFEEF2
(239,238,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B8D7; }

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

This text font color is #A7B8D7.


Background Color

.myBgColor { background-color: #A7B8D7; }

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

This div background color is #A7B8D7.


Border color

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

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

This div border color is #A7B8D7.


Opacity

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

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

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

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

This text has shadow with #A7B8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B8D7 on black background.


Color preview on white background

This text has color #A7B8D7 on white background.



Black color preview on #A7B8D7 background

This text has black color on #A7B8D7 background.


White color preview on #A7B8D7 background

This text has white color on #A7B8D7 background.