COLOR #A8C0B8

HEX: #A8C0B8
RGB: (168,192,184)

Color info

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

RGB color model

#A8C0B8 color RGB value is (168,192,184).

  • red value is 168;
  • green value is 192;
  • blue value is 184.
RGB:
(168,192,184)
(66%,75%,72%)

RGB channels and saturation

R 168 of 255 = 66%
G 192 of 255 = 75%
B 184 of 255 = 72%

168
192
184

R + G + B ~ 71%. #A8C0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 192 + 184 = 544 (100%)
R 168 of 544 ~ 30.88%
G 192 of 544 ~ 35.29%
B 184 of 544 ~ 33.82%

%30.88
%35.29
%33.82

CMYK color model

#A8C0B8 color CMYK value is (13,0,4,25).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 24.71%
CMYK:
(13,0,4,25)
C13M0Y4K25 
(13%,0%,4%,25%)
(0.13/0.00/0.04/0.25)	

CMYK percentages

%12.5
%0
%4.17
%24.71

Codes

Color #A8C0B8 in popluar color models

A8C0B8
RGB168192184
HSL160°16.00%70.59%
HSB/HSV160°12.50%75.29%
CMYK12.50%0.00%4.17%
24.71%

Color #A8C0B8 in popluar number systems.

HEXA8C0B8
Decimal168192184
Binary101010001100000010111000
Octal250300270

Shades and tints

Shades of #A8C0B8

#A8C0B8
(168,192,184)
#99AFA8
(153,175,168)
#8A9E98
(138,158,152)
#7B8D88
(123,141,136)
#6C7C78
(108,124,120)
#5D6B68
(93,107,104)
#4E5A58
(78,90,88)
#3F4948
(63,73,72)
#303838
(48,56,56)
#212728
(33,39,40)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8C0B8

#A8C0B8
(168,192,184)
#AFC5BE
(175,197,190)
#B6CAC4
(182,202,196)
#BDCFCA
(189,207,202)
#C4D4D0
(196,212,208)
#CBD9D6
(203,217,214)
#D2DEDC
(210,222,220)
#D9E3E2
(217,227,226)
#E0E8E8
(224,232,232)
#E7EDEE
(231,237,238)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C0B8 color. Also use rgb(168,192,184) instead hex code.

Text Font Color

.myTextColor { color: #A8C0B8; }

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

This text font color is #A8C0B8.


Background Color

.myBgColor { background-color: #A8C0B8; }

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

This div background color is #A8C0B8.


Border color

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

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

This div border color is #A8C0B8.


Opacity

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

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

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

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

This text has shadow with #A8C0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C0B8 on black background.


Color preview on white background

This text has color #A8C0B8 on white background.



Black color preview on #A8C0B8 background

This text has black color on #A8C0B8 background.


White color preview on #A8C0B8 background

This text has white color on #A8C0B8 background.