COLOR #A8B7CD

HEX: #A8B7CD
RGB: (168,183,205)

Color info

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

RGB color model

#A8B7CD color RGB value is (168,183,205).

  • red value is 168;
  • green value is 183;
  • blue value is 205.
RGB:
(168,183,205)
(66%,72%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 205 of 255 = 80%

168
183
205

R + G + B ~ 73%. #A8B7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 205 = 556 (100%)
R 168 of 556 ~ 30.22%
G 183 of 556 ~ 32.91%
B 205 of 556 ~ 36.87%

%30.22
%32.91
%36.87

CMYK color model

#A8B7CD color CMYK value is (18,11,0,20).

  • cyan value is 18.05%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,11,0,20)
C18M11Y0K20 
(18%,11%,0%,20%)
(0.18/0.11/0.00/0.20)	

CMYK percentages

%18.05
%10.73
%0
%19.61

Codes

Color #A8B7CD in popluar color models

A8B7CD
RGB168183205
HSL216°27.01%73.14%
HSB/HSV216°18.05%80.39%
CMYK18.05%10.73%0.00%
19.61%

Color #A8B7CD in popluar number systems.

HEXA8B7CD
Decimal168183205
Binary101010001011011111001101
Octal250267315

Shades and tints

Shades of #A8B7CD

#A8B7CD
(168,183,205)
#99A7BB
(153,167,187)
#8A97A9
(138,151,169)
#7B8797
(123,135,151)
#6C7785
(108,119,133)
#5D6773
(93,103,115)
#4E5761
(78,87,97)
#3F474F
(63,71,79)
#30373D
(48,55,61)
#21272B
(33,39,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #A8B7CD

#A8B7CD
(168,183,205)
#AFBDD1
(175,189,209)
#B6C3D5
(182,195,213)
#BDC9D9
(189,201,217)
#C4CFDD
(196,207,221)
#CBD5E1
(203,213,225)
#D2DBE5
(210,219,229)
#D9E1E9
(217,225,233)
#E0E7ED
(224,231,237)
#E7EDF1
(231,237,241)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B7CD; }

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

This text font color is #A8B7CD.


Background Color

.myBgColor { background-color: #A8B7CD; }

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

This div background color is #A8B7CD.


Border color

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

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

This div border color is #A8B7CD.


Opacity

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

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

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

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

This text has shadow with #A8B7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B7CD on black background.


Color preview on white background

This text has color #A8B7CD on white background.



Black color preview on #A8B7CD background

This text has black color on #A8B7CD background.


White color preview on #A8B7CD background

This text has white color on #A8B7CD background.