COLOR #A7B1CA

HEX: #A7B1CA
RGB: (167,177,202)

Color info

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

RGB color model

#A7B1CA color RGB value is (167,177,202).

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

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 202 of 255 = 79%

167
177
202

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

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 202 = 546 (100%)
R 167 of 546 ~ 30.59%
G 177 of 546 ~ 32.42%
B 202 of 546 ~ 37%

%30.59
%32.42
%37

CMYK color model

#A7B1CA color CMYK value is (17,12,0,21).

  • cyan value is 17.33%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(17,12,0,21)
C17M12Y0K21 
(17%,12%,0%,21%)
(0.17/0.12/0.00/0.21)	

CMYK percentages

%17.33
%12.38
%0
%20.78

Codes

Color #A7B1CA in popluar color models

A7B1CA
RGB167177202
HSL223°24.82%72.35%
HSB/HSV223°17.33%79.22%
CMYK17.33%12.38%0.00%
20.78%

Color #A7B1CA in popluar number systems.

HEXA7B1CA
Decimal167177202
Binary101001111011000111001010
Octal247261312

Shades and tints

Shades of #A7B1CA

#A7B1CA
(167,177,202)
#98A1B8
(152,161,184)
#8991A6
(137,145,166)
#7A8194
(122,129,148)
#6B7182
(107,113,130)
#5C6170
(92,97,112)
#4D515E
(77,81,94)
#3E414C
(62,65,76)
#2F313A
(47,49,58)
#202128
(32,33,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A7B1CA

#A7B1CA
(167,177,202)
#AFB8CE
(175,184,206)
#B7BFD2
(183,191,210)
#BFC6D6
(191,198,214)
#C7CDDA
(199,205,218)
#CFD4DE
(207,212,222)
#D7DBE2
(215,219,226)
#DFE2E6
(223,226,230)
#E7E9EA
(231,233,234)
#EFF0EE
(239,240,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1CA; }

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

This text font color is #A7B1CA.


Background Color

.myBgColor { background-color: #A7B1CA; }

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

This div background color is #A7B1CA.


Border color

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

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

This div border color is #A7B1CA.


Opacity

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

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

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

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

This text has shadow with #A7B1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B1CA on black background.


Color preview on white background

This text has color #A7B1CA on white background.



Black color preview on #A7B1CA background

This text has black color on #A7B1CA background.


White color preview on #A7B1CA background

This text has white color on #A7B1CA background.