COLOR #A7B8CB

HEX: #A7B8CB
RGB: (167,184,203)

Color info

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

RGB color model

#A7B8CB color RGB value is (167,184,203).

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

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 203 of 255 = 80%

167
184
203

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 203 = 554 (100%)
R 167 of 554 ~ 30.14%
G 184 of 554 ~ 33.21%
B 203 of 554 ~ 36.64%

%30.14
%33.21
%36.64

CMYK color model

#A7B8CB color CMYK value is (18,9,0,20).

  • cyan value is 17.73%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,9,0,20)
C18M9Y0K20 
(18%,9%,0%,20%)
(0.18/0.09/0.00/0.20)	

CMYK percentages

%17.73
%9.36
%0
%20.39

Codes

Color #A7B8CB in popluar color models

A7B8CB
RGB167184203
HSL212°25.71%72.55%
HSB/HSV212°17.73%79.61%
CMYK17.73%9.36%0.00%
20.39%

Color #A7B8CB in popluar number systems.

HEXA7B8CB
Decimal167184203
Binary101001111011100011001011
Octal247270313

Shades and tints

Shades of #A7B8CB

#A7B8CB
(167,184,203)
#98A8B9
(152,168,185)
#8998A7
(137,152,167)
#7A8895
(122,136,149)
#6B7883
(107,120,131)
#5C6871
(92,104,113)
#4D585F
(77,88,95)
#3E484D
(62,72,77)
#2F383B
(47,56,59)
#202829
(32,40,41)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #A7B8CB

#A7B8CB
(167,184,203)
#AFBECF
(175,190,207)
#B7C4D3
(183,196,211)
#BFCAD7
(191,202,215)
#C7D0DB
(199,208,219)
#CFD6DF
(207,214,223)
#D7DCE3
(215,220,227)
#DFE2E7
(223,226,231)
#E7E8EB
(231,232,235)
#EFEEEF
(239,238,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B8CB; }

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

This text font color is #A7B8CB.


Background Color

.myBgColor { background-color: #A7B8CB; }

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

This div background color is #A7B8CB.


Border color

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

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

This div border color is #A7B8CB.


Opacity

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

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

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

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

This text has shadow with #A7B8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B8CB on black background.


Color preview on white background

This text has color #A7B8CB on white background.



Black color preview on #A7B8CB background

This text has black color on #A7B8CB background.


White color preview on #A7B8CB background

This text has white color on #A7B8CB background.