COLOR #A7BBD2

HEX: #A7BBD2
RGB: (167,187,210)

Color info

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

RGB color model

#A7BBD2 color RGB value is (167,187,210).

  • red value is 167;
  • green value is 187;
  • blue value is 210.
RGB:
(167,187,210)
(65%,73%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 210 of 255 = 82%

167
187
210

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

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 210 = 564 (100%)
R 167 of 564 ~ 29.61%
G 187 of 564 ~ 33.16%
B 210 of 564 ~ 37.23%

%29.61
%33.16
%37.23

CMYK color model

#A7BBD2 color CMYK value is (20,11,0,18).

  • cyan value is 20.48%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(20,11,0,18)
C20M11Y0K18 
(20%,11%,0%,18%)
(0.20/0.11/0.00/0.18)	

CMYK percentages

%20.48
%10.95
%0
%17.65

Codes

Color #A7BBD2 in popluar color models

A7BBD2
RGB167187210
HSL212°32.33%73.92%
HSB/HSV212°20.48%82.35%
CMYK20.48%10.95%0.00%
17.65%

Color #A7BBD2 in popluar number systems.

HEXA7BBD2
Decimal167187210
Binary101001111011101111010010
Octal247273322

Shades and tints

Shades of #A7BBD2

#A7BBD2
(167,187,210)
#98AABF
(152,170,191)
#8999AC
(137,153,172)
#7A8899
(122,136,153)
#6B7786
(107,119,134)
#5C6673
(92,102,115)
#4D5560
(77,85,96)
#3E444D
(62,68,77)
#2F333A
(47,51,58)
#202227
(32,34,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A7BBD2

#A7BBD2
(167,187,210)
#AFC1D6
(175,193,214)
#B7C7DA
(183,199,218)
#BFCDDE
(191,205,222)
#C7D3E2
(199,211,226)
#CFD9E6
(207,217,230)
#D7DFEA
(215,223,234)
#DFE5EE
(223,229,238)
#E7EBF2
(231,235,242)
#EFF1F6
(239,241,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BBD2 color. Also use rgb(167,187,210) instead hex code.

Text Font Color

.myTextColor { color: #A7BBD2; }

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

This text font color is #A7BBD2.


Background Color

.myBgColor { background-color: #A7BBD2; }

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

This div background color is #A7BBD2.


Border color

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

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

This div border color is #A7BBD2.


Opacity

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

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

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

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

This text has shadow with #A7BBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BBD2 on black background.


Color preview on white background

This text has color #A7BBD2 on white background.



Black color preview on #A7BBD2 background

This text has black color on #A7BBD2 background.


White color preview on #A7BBD2 background

This text has white color on #A7BBD2 background.