COLOR #A8C6BC

HEX: #A8C6BC
RGB: (168,198,188)

Color info

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

RGB color model

#A8C6BC color RGB value is (168,198,188).

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

RGB channels and saturation

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

168
198
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 188 = 554 (100%)
R 168 of 554 ~ 30.32%
G 198 of 554 ~ 35.74%
B 188 of 554 ~ 33.94%

%30.32
%35.74
%33.94

CMYK color model

#A8C6BC color CMYK value is (15,0,5,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%
CMYK:
(15,0,5,22)
C15M0Y5K22 
(15%,0%,5%,22%)
(0.15/0.00/0.05/0.22)	

CMYK percentages

%15.15
%0
%5.05
%22.35

Codes

Color #A8C6BC in popluar color models

A8C6BC
RGB168198188
HSL160°20.83%71.76%
HSB/HSV160°15.15%77.65%
CMYK15.15%0.00%5.05%
22.35%

Color #A8C6BC in popluar number systems.

HEXA8C6BC
Decimal168198188
Binary101010001100011010111100
Octal250306274

Shades and tints

Shades of #A8C6BC

#A8C6BC
(168,198,188)
#99B4AB
(153,180,171)
#8AA29A
(138,162,154)
#7B9089
(123,144,137)
#6C7E78
(108,126,120)
#5D6C67
(93,108,103)
#4E5A56
(78,90,86)
#3F4845
(63,72,69)
#303634
(48,54,52)
#212423
(33,36,35)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8C6BC

#A8C6BC
(168,198,188)
#AFCBC2
(175,203,194)
#B6D0C8
(182,208,200)
#BDD5CE
(189,213,206)
#C4DAD4
(196,218,212)
#CBDFDA
(203,223,218)
#D2E4E0
(210,228,224)
#D9E9E6
(217,233,230)
#E0EEEC
(224,238,236)
#E7F3F2
(231,243,242)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C6BC; }

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

This text font color is #A8C6BC.


Background Color

.myBgColor { background-color: #A8C6BC; }

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

This div background color is #A8C6BC.


Border color

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

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

This div border color is #A8C6BC.


Opacity

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

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

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

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

This text has shadow with #A8C6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6BC on black background.


Color preview on white background

This text has color #A8C6BC on white background.



Black color preview on #A8C6BC background

This text has black color on #A8C6BC background.


White color preview on #A8C6BC background

This text has white color on #A8C6BC background.