COLOR #A7B0CB

HEX: #A7B0CB RGB: (167,176,203)

Color info

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

RGB color model

#A7B0CB color RGB value is (167,176,203).

RGB: (167,176,203) (65%, 69%, 80%)

RGB channels and saturation

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

167
176
203

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

Portions of RGB colors in percentages

R + G + B = 167 + 176 + 203 = 546 (100%)
R 167 of 546 ~ 30.59%
G 176 of 546 ~ 32.23%
B 203 of 546 ~ 37.18'%

%30.59
%32.23
%37.18

CMYK color model

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

  • cyan value is 17.73%
  • magenta value is 13.30%
  • 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
%13.3
%0
%20.39

Codes

Color #A7B0CB in popluar color models

A7 B0 CB
RGB 167 176 203
HSL 225° 25.71% 72.55%
HSB/HSV 225° 17.73% 79.61%
CMYK 17.73% 13.30% 0.00%
20.39%

Color #A7B0CB in popluar number systems.

HEX A7 B0 CB
Decimal 167 176 203
Binary 10100111 10110000 11001011
Octal 247 260 313

Shades and tints

Shades of #A7B0CB

#A7B0CB
(167,176,203)
#98A0B9
(152,160,185)
#8990A7
(137,144,167)
#7A8095
(122,128,149)
#6B7083
(107,112,131)
#5C6071
(92,96,113)
#4D505F
(77,80,95)
#3E404D
(62,64,77)
#2F303B
(47,48,59)
#202029
(32,32,41)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A7B0CB

#A7B0CB
(167,176,203)
#AFB7CF
(175,183,207)
#B7BED3
(183,190,211)
#BFC5D7
(191,197,215)
#C7CCDB
(199,204,219)
#CFD3DF
(207,211,223)
#D7DAE3
(215,218,227)
#DFE1E7
(223,225,231)
#E7E8EB
(231,232,235)
#EFEFEF
(239,239,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B0CB; }

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

This text font color is #A7B0CB.

Background Color

.myBgColor { background-color: #A7B0CB; }

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

This div background color is #A7B0CB.

Border color

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

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

This div border color is #A7B0CB.

Opacity

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

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

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

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

This text has shadow with #A7B0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B0CB.

Preview

Color preview on black background

This text has color #A7B0CB on black background.


Color preview on white background

This text has color #A7B0CB on white background.


Black color preview on #A7B0CB background

This text has black color on #A7B0CB background.


White color preview on #A7B0CB background

This text has white color on #A7B0CB background.


Related colors

Complementary color

Complementary color for #hex is #584F34.


I love getcolorcode.com

Triadic colors

1 #CBA7B0 and #B0CBA7 with #A7B0CB are triadic colors.

2 #CBB0A7 and #B0A7CB with #A7B0CB are triadic colors.