COLOR #A7A7CD

HEX: #A7A7CD
RGB: (167,167,205)

Color info

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

RGB color model

#A7A7CD color RGB value is (167,167,205).

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

RGB channels and saturation

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

167
167
205

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

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 205 = 539 (100%)
R 167 of 539 ~ 30.98%
G 167 of 539 ~ 30.98%
B 205 of 539 ~ 38.03%

%30.98
%30.98
%38.03

CMYK color model

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

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

CMYK percentages

%18.54
%18.54
%0
%19.61

Codes

Color #A7A7CD in popluar color models

A7A7CD
RGB167167205
HSL240°27.54%72.94%
HSB/HSV240°18.54%80.39%
CMYK18.54%18.54%0.00%
19.61%

Color #A7A7CD in popluar number systems.

HEXA7A7CD
Decimal167167205
Binary101001111010011111001101
Octal247247315

Shades and tints

Shades of #A7A7CD

#A7A7CD
(167,167,205)
#9898BB
(152,152,187)
#8989A9
(137,137,169)
#7A7A97
(122,122,151)
#6B6B85
(107,107,133)
#5C5C73
(92,92,115)
#4D4D61
(77,77,97)
#3E3E4F
(62,62,79)
#2F2F3D
(47,47,61)
#20202B
(32,32,43)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A7A7CD

#A7A7CD
(167,167,205)
#AFAFD1
(175,175,209)
#B7B7D5
(183,183,213)
#BFBFD9
(191,191,217)
#C7C7DD
(199,199,221)
#CFCFE1
(207,207,225)
#D7D7E5
(215,215,229)
#DFDFE9
(223,223,233)
#E7E7ED
(231,231,237)
#EFEFF1
(239,239,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A7CD; }

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

This text font color is #A7A7CD.


Background Color

.myBgColor { background-color: #A7A7CD; }

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

This div background color is #A7A7CD.


Border color

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

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

This div border color is #A7A7CD.


Opacity

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

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

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

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

This text has shadow with #A7A7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A7CD on black background.


Color preview on white background

This text has color #A7A7CD on white background.



Black color preview on #A7A7CD background

This text has black color on #A7A7CD background.


White color preview on #A7A7CD background

This text has white color on #A7A7CD background.