COLOR #A7B1CB

HEX: #A7B1CB
RGB: (167,177,203)

Color info

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

RGB color model

#A7B1CB color RGB value is (167,177,203).

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

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 203 of 255 = 80%

167
177
203

R + G + B ~ 71%. #A7B1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 203 = 547 (100%)
R 167 of 547 ~ 30.53%
G 177 of 547 ~ 32.36%
B 203 of 547 ~ 37.11%

%30.53
%32.36
%37.11

CMYK color model

#A7B1CB color CMYK value is (18,13,0,20).

  • cyan value is 17.73%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,13,0,20)
C18M13Y0K20 
(18%,13%,0%,20%)
(0.18/0.13/0.00/0.20)	

CMYK percentages

%17.73
%12.81
%0
%20.39

Codes

Color #A7B1CB in popluar color models

A7B1CB
RGB167177203
HSL223°25.71%72.55%
HSB/HSV223°17.73%79.61%
CMYK17.73%12.81%0.00%
20.39%

Color #A7B1CB in popluar number systems.

HEXA7B1CB
Decimal167177203
Binary101001111011000111001011
Octal247261313

Shades and tints

Shades of #A7B1CB

#A7B1CB
(167,177,203)
#98A1B9
(152,161,185)
#8991A7
(137,145,167)
#7A8195
(122,129,149)
#6B7183
(107,113,131)
#5C6171
(92,97,113)
#4D515F
(77,81,95)
#3E414D
(62,65,77)
#2F313B
(47,49,59)
#202129
(32,33,41)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A7B1CB

#A7B1CB
(167,177,203)
#AFB8CF
(175,184,207)
#B7BFD3
(183,191,211)
#BFC6D7
(191,198,215)
#C7CDDB
(199,205,219)
#CFD4DF
(207,212,223)
#D7DBE3
(215,219,227)
#DFE2E7
(223,226,231)
#E7E9EB
(231,233,235)
#EFF0EF
(239,240,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1CB; }

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

This text font color is #A7B1CB.


Background Color

.myBgColor { background-color: #A7B1CB; }

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

This div background color is #A7B1CB.


Border color

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

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

This div border color is #A7B1CB.


Opacity

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

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

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

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

This text has shadow with #A7B1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B1CB on black background.


Color preview on white background

This text has color #A7B1CB on white background.



Black color preview on #A7B1CB background

This text has black color on #A7B1CB background.


White color preview on #A7B1CB background

This text has white color on #A7B1CB background.