COLOR #A8BCC7

HEX: #A8BCC7
RGB: (168,188,199)

Color info

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

RGB color model

#A8BCC7 color RGB value is (168,188,199).

  • red value is 168;
  • green value is 188;
  • blue value is 199.
RGB:
(168,188,199)
(66%,74%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 199 of 255 = 78%

168
188
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 199 = 555 (100%)
R 168 of 555 ~ 30.27%
G 188 of 555 ~ 33.87%
B 199 of 555 ~ 35.86%

%30.27
%33.87
%35.86

CMYK color model

#A8BCC7 color CMYK value is (16,6,0,22).

  • cyan value is 15.58%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,6,0,22)
C16M6Y0K22 
(16%,6%,0%,22%)
(0.16/0.06/0.00/0.22)	

CMYK percentages

%15.58
%5.53
%0
%21.96

Codes

Color #A8BCC7 in popluar color models

A8BCC7
RGB168188199
HSL201°21.68%71.96%
HSB/HSV201°15.58%78.04%
CMYK15.58%5.53%0.00%
21.96%

Color #A8BCC7 in popluar number systems.

HEXA8BCC7
Decimal168188199
Binary101010001011110011000111
Octal250274307

Shades and tints

Shades of #A8BCC7

#A8BCC7
(168,188,199)
#99ABB5
(153,171,181)
#8A9AA3
(138,154,163)
#7B8991
(123,137,145)
#6C787F
(108,120,127)
#5D676D
(93,103,109)
#4E565B
(78,86,91)
#3F4549
(63,69,73)
#303437
(48,52,55)
#212325
(33,35,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8BCC7

#A8BCC7
(168,188,199)
#AFC2CC
(175,194,204)
#B6C8D1
(182,200,209)
#BDCED6
(189,206,214)
#C4D4DB
(196,212,219)
#CBDAE0
(203,218,224)
#D2E0E5
(210,224,229)
#D9E6EA
(217,230,234)
#E0ECEF
(224,236,239)
#E7F2F4
(231,242,244)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BCC7 color. Also use rgb(168,188,199) instead hex code.

Text Font Color

.myTextColor { color: #A8BCC7; }

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

This text font color is #A8BCC7.


Background Color

.myBgColor { background-color: #A8BCC7; }

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

This div background color is #A8BCC7.


Border color

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

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

This div border color is #A8BCC7.


Opacity

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

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

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

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

This text has shadow with #A8BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCC7 on black background.


Color preview on white background

This text has color #A8BCC7 on white background.



Black color preview on #A8BCC7 background

This text has black color on #A8BCC7 background.


White color preview on #A8BCC7 background

This text has white color on #A8BCC7 background.