COLOR #A7B3CD

HEX: #A7B3CD
RGB: (167,179,205)

Color info

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

RGB color model

#A7B3CD color RGB value is (167,179,205).

  • red value is 167;
  • green value is 179;
  • blue value is 205.
RGB:
(167,179,205)
(65%,70%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 205 of 255 = 80%

167
179
205

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

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 205 = 551 (100%)
R 167 of 551 ~ 30.31%
G 179 of 551 ~ 32.49%
B 205 of 551 ~ 37.21%

%30.31
%32.49
%37.21

CMYK color model

#A7B3CD color CMYK value is (19,13,0,20).

  • cyan value is 18.54%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,13,0,20)
C19M13Y0K20 
(19%,13%,0%,20%)
(0.19/0.13/0.00/0.20)	

CMYK percentages

%18.54
%12.68
%0
%19.61

Codes

Color #A7B3CD in popluar color models

A7B3CD
RGB167179205
HSL221°27.54%72.94%
HSB/HSV221°18.54%80.39%
CMYK18.54%12.68%0.00%
19.61%

Color #A7B3CD in popluar number systems.

HEXA7B3CD
Decimal167179205
Binary101001111011001111001101
Octal247263315

Shades and tints

Shades of #A7B3CD

#A7B3CD
(167,179,205)
#98A3BB
(152,163,187)
#8993A9
(137,147,169)
#7A8397
(122,131,151)
#6B7385
(107,115,133)
#5C6373
(92,99,115)
#4D5361
(77,83,97)
#3E434F
(62,67,79)
#2F333D
(47,51,61)
#20232B
(32,35,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A7B3CD

#A7B3CD
(167,179,205)
#AFB9D1
(175,185,209)
#B7BFD5
(183,191,213)
#BFC5D9
(191,197,217)
#C7CBDD
(199,203,221)
#CFD1E1
(207,209,225)
#D7D7E5
(215,215,229)
#DFDDE9
(223,221,233)
#E7E3ED
(231,227,237)
#EFE9F1
(239,233,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B3CD color. Also use rgb(167,179,205) instead hex code.

Text Font Color

.myTextColor { color: #A7B3CD; }

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

This text font color is #A7B3CD.


Background Color

.myBgColor { background-color: #A7B3CD; }

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

This div background color is #A7B3CD.


Border color

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

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

This div border color is #A7B3CD.


Opacity

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

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

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

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

This text has shadow with #A7B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B3CD on black background.


Color preview on white background

This text has color #A7B3CD on white background.



Black color preview on #A7B3CD background

This text has black color on #A7B3CD background.


White color preview on #A7B3CD background

This text has white color on #A7B3CD background.