COLOR #A8C6B4

HEX: #A8C6B4
RGB: (168,198,180)

Color info

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

RGB color model

#A8C6B4 color RGB value is (168,198,180).

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

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 180 of 255 = 71%

168
198
180

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 180 = 546 (100%)
R 168 of 546 ~ 30.77%
G 198 of 546 ~ 36.26%
B 180 of 546 ~ 32.97%

%30.77
%36.26
%32.97

CMYK color model

#A8C6B4 color CMYK value is (15,0,9,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 22.35%
CMYK:
(15,0,9,22)
C15M0Y9K22 
(15%,0%,9%,22%)
(0.15/0.00/0.09/0.22)	

CMYK percentages

%15.15
%0
%9.09
%22.35

Codes

Color #A8C6B4 in popluar color models

A8C6B4
RGB168198180
HSL144°20.83%71.76%
HSB/HSV144°15.15%77.65%
CMYK15.15%0.00%9.09%
22.35%

Color #A8C6B4 in popluar number systems.

HEXA8C6B4
Decimal168198180
Binary101010001100011010110100
Octal250306264

Shades and tints

Shades of #A8C6B4

#A8C6B4
(168,198,180)
#99B4A4
(153,180,164)
#8AA294
(138,162,148)
#7B9084
(123,144,132)
#6C7E74
(108,126,116)
#5D6C64
(93,108,100)
#4E5A54
(78,90,84)
#3F4844
(63,72,68)
#303634
(48,54,52)
#212424
(33,36,36)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A8C6B4

#A8C6B4
(168,198,180)
#AFCBBA
(175,203,186)
#B6D0C0
(182,208,192)
#BDD5C6
(189,213,198)
#C4DACC
(196,218,204)
#CBDFD2
(203,223,210)
#D2E4D8
(210,228,216)
#D9E9DE
(217,233,222)
#E0EEE4
(224,238,228)
#E7F3EA
(231,243,234)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C6B4; }

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

This text font color is #A8C6B4.


Background Color

.myBgColor { background-color: #A8C6B4; }

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

This div background color is #A8C6B4.


Border color

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

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

This div border color is #A8C6B4.


Opacity

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

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

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

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

This text has shadow with #A8C6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6B4 on black background.


Color preview on white background

This text has color #A8C6B4 on white background.



Black color preview on #A8C6B4 background

This text has black color on #A8C6B4 background.


White color preview on #A8C6B4 background

This text has white color on #A8C6B4 background.