COLOR #A7A8CB

HEX: #A7A8CB RGB: (167,168,203)

Color info

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

RGB color model

#A7A8CB color RGB value is (167,168,203).

RGB: (167,168,203) (65%, 66%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 203 of 255 = 80%

167
168
203

R + G + B ~ 70%. #A7A8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 168 + 203 = 538 (100%)
R 167 of 538 ~ 31.04%
G 168 of 538 ~ 31.23%
B 203 of 538 ~ 37.73'%

%31.04
%31.23
%37.73

CMYK color model

#A7A8CB color CMYK value is (18,17,0,20).

  • cyan value is 17.73%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (18,17,0,20)
C18M17Y0K20 (18%, 17%, 0%, 20%)
(0.18 / 0.17 / 0.00 / 0.20)

CMYK percentages

%17.73
%17.24
%0
%20.39

Codes

Color #A7A8CB in popluar color models

A7 A8 CB
RGB 167 168 203
HSL 238° 25.71% 72.55%
HSB/HSV 238° 17.73% 79.61%
CMYK 17.73% 17.24% 0.00%
20.39%

Color #A7A8CB in popluar number systems.

HEX A7 A8 CB
Decimal 167 168 203
Binary 10100111 10101000 11001011
Octal 247 250 313

Shades and tints

Shades of #A7A8CB

#A7A8CB
(167,168,203)
#9899B9
(152,153,185)
#898AA7
(137,138,167)
#7A7B95
(122,123,149)
#6B6C83
(107,108,131)
#5C5D71
(92,93,113)
#4D4E5F
(77,78,95)
#3E3F4D
(62,63,77)
#2F303B
(47,48,59)
#202129
(32,33,41)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #A7A8CB

#A7A8CB
(167,168,203)
#AFAFCF
(175,175,207)
#B7B6D3
(183,182,211)
#BFBDD7
(191,189,215)
#C7C4DB
(199,196,219)
#CFCBDF
(207,203,223)
#D7D2E3
(215,210,227)
#DFD9E7
(223,217,231)
#E7E0EB
(231,224,235)
#EFE7EF
(239,231,239)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A8CB; }

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

This text font color is #A7A8CB.

Background Color

.myBgColor { background-color: #A7A8CB; }

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

This div background color is #A7A8CB.

Border color

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

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

This div border color is #A7A8CB.

Opacity

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

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

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

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

This text has shadow with #A7A8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A8CB.

Preview

Color preview on black background

This text has color #A7A8CB on black background.


Color preview on white background

This text has color #A7A8CB on white background.


Black color preview on #A7A8CB background

This text has black color on #A7A8CB background.


White color preview on #A7A8CB background

This text has white color on #A7A8CB background.


Related colors

Complementary color

Complementary color for #hex is #585734.


I love getcolorcode.com

Triadic colors

1 #CBA7A8 and #A8CBA7 with #A7A8CB are triadic colors.

2 #CBA8A7 and #A8A7CB with #A7A8CB are triadic colors.