COLOR #A7B0D0

HEX: #A7B0D0
RGB: (167,176,208)

Color info

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

RGB color model

#A7B0D0 color RGB value is (167,176,208).

  • red value is 167;
  • green value is 176;
  • blue value is 208.
RGB:
(167,176,208)
(65%,69%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 208 of 255 = 82%

167
176
208

R + G + B ~ 72%. #A7B0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 208 = 551 (100%)
R 167 of 551 ~ 30.31%
G 176 of 551 ~ 31.94%
B 208 of 551 ~ 37.75%

%30.31
%31.94
%37.75

CMYK color model

#A7B0D0 color CMYK value is (20,15,0,18).

  • cyan value is 19.71%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(20,15,0,18)
C20M15Y0K18 
(20%,15%,0%,18%)
(0.20/0.15/0.00/0.18)	

CMYK percentages

%19.71
%15.38
%0
%18.43

Codes

Color #A7B0D0 in popluar color models

A7B0D0
RGB167176208
HSL227°30.37%73.53%
HSB/HSV227°19.71%81.57%
CMYK19.71%15.38%0.00%
18.43%

Color #A7B0D0 in popluar number systems.

HEXA7B0D0
Decimal167176208
Binary101001111011000011010000
Octal247260320

Shades and tints

Shades of #A7B0D0

#A7B0D0
(167,176,208)
#98A0BE
(152,160,190)
#8990AC
(137,144,172)
#7A809A
(122,128,154)
#6B7088
(107,112,136)
#5C6076
(92,96,118)
#4D5064
(77,80,100)
#3E4052
(62,64,82)
#2F3040
(47,48,64)
#20202E
(32,32,46)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #A7B0D0

#A7B0D0
(167,176,208)
#AFB7D4
(175,183,212)
#B7BED8
(183,190,216)
#BFC5DC
(191,197,220)
#C7CCE0
(199,204,224)
#CFD3E4
(207,211,228)
#D7DAE8
(215,218,232)
#DFE1EC
(223,225,236)
#E7E8F0
(231,232,240)
#EFEFF4
(239,239,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B0D0 color. Also use rgb(167,176,208) instead hex code.

Text Font Color

.myTextColor { color: #A7B0D0; }

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

This text font color is #A7B0D0.


Background Color

.myBgColor { background-color: #A7B0D0; }

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

This div background color is #A7B0D0.


Border color

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

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

This div border color is #A7B0D0.


Opacity

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

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

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

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

This text has shadow with #A7B0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B0D0 on black background.


Color preview on white background

This text has color #A7B0D0 on white background.



Black color preview on #A7B0D0 background

This text has black color on #A7B0D0 background.


White color preview on #A7B0D0 background

This text has white color on #A7B0D0 background.