COLOR #A8C4BA

HEX: #A8C4BA
RGB: (168,196,186)

Color info

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

RGB color model

#A8C4BA color RGB value is (168,196,186).

  • red value is 168;
  • green value is 196;
  • blue value is 186.
RGB:
(168,196,186)
(66%,77%,73%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 186 of 255 = 73%

168
196
186

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

Portions of RGB colors in percentages

R + G + B =
168 + 196 + 186 = 550 (100%)
R 168 of 550 ~ 30.55%
G 196 of 550 ~ 35.64%
B 186 of 550 ~ 33.82%

%30.55
%35.64
%33.82

CMYK color model

#A8C4BA color CMYK value is (14,0,5,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(14,0,5,23)
C14M0Y5K23 
(14%,0%,5%,23%)
(0.14/0.00/0.05/0.23)	

CMYK percentages

%14.29
%0
%5.1
%23.14

Codes

Color #A8C4BA in popluar color models

A8C4BA
RGB168196186
HSL159°19.18%71.37%
HSB/HSV159°14.29%76.86%
CMYK14.29%0.00%5.10%
23.14%

Color #A8C4BA in popluar number systems.

HEXA8C4BA
Decimal168196186
Binary101010001100010010111010
Octal250304272

Shades and tints

Shades of #A8C4BA

#A8C4BA
(168,196,186)
#99B3AA
(153,179,170)
#8AA29A
(138,162,154)
#7B918A
(123,145,138)
#6C807A
(108,128,122)
#5D6F6A
(93,111,106)
#4E5E5A
(78,94,90)
#3F4D4A
(63,77,74)
#303C3A
(48,60,58)
#212B2A
(33,43,42)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #A8C4BA

#A8C4BA
(168,196,186)
#AFC9C0
(175,201,192)
#B6CEC6
(182,206,198)
#BDD3CC
(189,211,204)
#C4D8D2
(196,216,210)
#CBDDD8
(203,221,216)
#D2E2DE
(210,226,222)
#D9E7E4
(217,231,228)
#E0ECEA
(224,236,234)
#E7F1F0
(231,241,240)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C4BA color. Also use rgb(168,196,186) instead hex code.

Text Font Color

.myTextColor { color: #A8C4BA; }

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

This text font color is #A8C4BA.


Background Color

.myBgColor { background-color: #A8C4BA; }

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

This div background color is #A8C4BA.


Border color

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

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

This div border color is #A8C4BA.


Opacity

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

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

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

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

This text has shadow with #A8C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C4BA on black background.


Color preview on white background

This text has color #A8C4BA on white background.



Black color preview on #A8C4BA background

This text has black color on #A8C4BA background.


White color preview on #A8C4BA background

This text has white color on #A8C4BA background.