COLOR #A7BBC8

HEX: #A7BBC8
RGB: (167,187,200)

Color info

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

RGB color model

#A7BBC8 color RGB value is (167,187,200).

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

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 200 of 255 = 78%

167
187
200

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

Portions of RGB colors in percentages

R + G + B =
167 + 187 + 200 = 554 (100%)
R 167 of 554 ~ 30.14%
G 187 of 554 ~ 33.75%
B 200 of 554 ~ 36.1%

%30.14
%33.75
%36.1

CMYK color model

#A7BBC8 color CMYK value is (17,7,0,22).

  • cyan value is 16.50%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(17,7,0,22)
C17M7Y0K22 
(17%,7%,0%,22%)
(0.17/0.07/0.00/0.22)	

CMYK percentages

%16.5
%6.5
%0
%21.57

Codes

Color #A7BBC8 in popluar color models

A7BBC8
RGB167187200
HSL204°23.08%71.96%
HSB/HSV204°16.50%78.43%
CMYK16.50%6.50%0.00%
21.57%

Color #A7BBC8 in popluar number systems.

HEXA7BBC8
Decimal167187200
Binary101001111011101111001000
Octal247273310

Shades and tints

Shades of #A7BBC8

#A7BBC8
(167,187,200)
#98AAB6
(152,170,182)
#8999A4
(137,153,164)
#7A8892
(122,136,146)
#6B7780
(107,119,128)
#5C666E
(92,102,110)
#4D555C
(77,85,92)
#3E444A
(62,68,74)
#2F3338
(47,51,56)
#202226
(32,34,38)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A7BBC8

#A7BBC8
(167,187,200)
#AFC1CD
(175,193,205)
#B7C7D2
(183,199,210)
#BFCDD7
(191,205,215)
#C7D3DC
(199,211,220)
#CFD9E1
(207,217,225)
#D7DFE6
(215,223,230)
#DFE5EB
(223,229,235)
#E7EBF0
(231,235,240)
#EFF1F5
(239,241,245)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBC8; }

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

This text font color is #A7BBC8.


Background Color

.myBgColor { background-color: #A7BBC8; }

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

This div background color is #A7BBC8.


Border color

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

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

This div border color is #A7BBC8.


Opacity

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

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

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

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

This text has shadow with #A7BBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BBC8 on black background.


Color preview on white background

This text has color #A7BBC8 on white background.



Black color preview on #A7BBC8 background

This text has black color on #A7BBC8 background.


White color preview on #A7BBC8 background

This text has white color on #A7BBC8 background.