COLOR #A7B7CC

HEX: #A7B7CC
RGB: (167,183,204)

Color info

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

RGB color model

#A7B7CC color RGB value is (167,183,204).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 204 of 255 = 80%

167
183
204

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

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 204 = 554 (100%)
R 167 of 554 ~ 30.14%
G 183 of 554 ~ 33.03%
B 204 of 554 ~ 36.82%

%30.14
%33.03
%36.82

CMYK color model

#A7B7CC color CMYK value is (18,10,0,20).

  • cyan value is 18.14%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,10,0,20)
C18M10Y0K20 
(18%,10%,0%,20%)
(0.18/0.10/0.00/0.20)	

CMYK percentages

%18.14
%10.29
%0
%20

Codes

Color #A7B7CC in popluar color models

A7B7CC
RGB167183204
HSL214°26.62%72.75%
HSB/HSV214°18.14%80.00%
CMYK18.14%10.29%0.00%
20.00%

Color #A7B7CC in popluar number systems.

HEXA7B7CC
Decimal167183204
Binary101001111011011111001100
Octal247267314

Shades and tints

Shades of #A7B7CC

#A7B7CC
(167,183,204)
#98A7BA
(152,167,186)
#8997A8
(137,151,168)
#7A8796
(122,135,150)
#6B7784
(107,119,132)
#5C6772
(92,103,114)
#4D5760
(77,87,96)
#3E474E
(62,71,78)
#2F373C
(47,55,60)
#20272A
(32,39,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7B7CC

#A7B7CC
(167,183,204)
#AFBDD0
(175,189,208)
#B7C3D4
(183,195,212)
#BFC9D8
(191,201,216)
#C7CFDC
(199,207,220)
#CFD5E0
(207,213,224)
#D7DBE4
(215,219,228)
#DFE1E8
(223,225,232)
#E7E7EC
(231,231,236)
#EFEDF0
(239,237,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B7CC; }

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

This text font color is #A7B7CC.


Background Color

.myBgColor { background-color: #A7B7CC; }

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

This div background color is #A7B7CC.


Border color

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

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

This div border color is #A7B7CC.


Opacity

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

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

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

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

This text has shadow with #A7B7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7CC on black background.


Color preview on white background

This text has color #A7B7CC on white background.



Black color preview on #A7B7CC background

This text has black color on #A7B7CC background.


White color preview on #A7B7CC background

This text has white color on #A7B7CC background.