COLOR #A8C3BC

HEX: #A8C3BC
RGB: (168,195,188)

Color info

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

RGB color model

#A8C3BC color RGB value is (168,195,188).

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

RGB channels and saturation

R 168 of 255 = 66%
G 195 of 255 = 76%
B 188 of 255 = 74%

168
195
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 195 + 188 = 551 (100%)
R 168 of 551 ~ 30.49%
G 195 of 551 ~ 35.39%
B 188 of 551 ~ 34.12%

%30.49
%35.39
%34.12

CMYK color model

#A8C3BC color CMYK value is (14,0,4,24).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 23.53%
CMYK:
(14,0,4,24)
C14M0Y4K24 
(14%,0%,4%,24%)
(0.14/0.00/0.04/0.24)	

CMYK percentages

%13.85
%0
%3.59
%23.53

Codes

Color #A8C3BC in popluar color models

A8C3BC
RGB168195188
HSL164°18.37%71.18%
HSB/HSV164°13.85%76.47%
CMYK13.85%0.00%3.59%
23.53%

Color #A8C3BC in popluar number systems.

HEXA8C3BC
Decimal168195188
Binary101010001100001110111100
Octal250303274

Shades and tints

Shades of #A8C3BC

#A8C3BC
(168,195,188)
#99B2AB
(153,178,171)
#8AA19A
(138,161,154)
#7B9089
(123,144,137)
#6C7F78
(108,127,120)
#5D6E67
(93,110,103)
#4E5D56
(78,93,86)
#3F4C45
(63,76,69)
#303B34
(48,59,52)
#212A23
(33,42,35)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #A8C3BC

#A8C3BC
(168,195,188)
#AFC8C2
(175,200,194)
#B6CDC8
(182,205,200)
#BDD2CE
(189,210,206)
#C4D7D4
(196,215,212)
#CBDCDA
(203,220,218)
#D2E1E0
(210,225,224)
#D9E6E6
(217,230,230)
#E0EBEC
(224,235,236)
#E7F0F2
(231,240,242)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C3BC; }

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

This text font color is #A8C3BC.


Background Color

.myBgColor { background-color: #A8C3BC; }

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

This div background color is #A8C3BC.


Border color

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

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

This div border color is #A8C3BC.


Opacity

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

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

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

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

This text has shadow with #A8C3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C3BC on black background.


Color preview on white background

This text has color #A8C3BC on white background.



Black color preview on #A8C3BC background

This text has black color on #A8C3BC background.


White color preview on #A8C3BC background

This text has white color on #A8C3BC background.