COLOR #A8CAB8

HEX: #A8CAB8
RGB: (168,202,184)

Color info

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

RGB color model

#A8CAB8 color RGB value is (168,202,184).

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

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 184 of 255 = 72%

168
202
184

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

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 184 = 554 (100%)
R 168 of 554 ~ 30.32%
G 202 of 554 ~ 36.46%
B 184 of 554 ~ 33.21%

%30.32
%36.46
%33.21

CMYK color model

#A8CAB8 color CMYK value is (17,0,9,21).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(17,0,9,21)
C17M0Y9K21 
(17%,0%,9%,21%)
(0.17/0.00/0.09/0.21)	

CMYK percentages

%16.83
%0
%8.91
%20.78

Codes

Color #A8CAB8 in popluar color models

A8CAB8
RGB168202184
HSL148°24.29%72.55%
HSB/HSV148°16.83%79.22%
CMYK16.83%0.00%8.91%
20.78%

Color #A8CAB8 in popluar number systems.

HEXA8CAB8
Decimal168202184
Binary101010001100101010111000
Octal250312270

Shades and tints

Shades of #A8CAB8

#A8CAB8
(168,202,184)
#99B8A8
(153,184,168)
#8AA698
(138,166,152)
#7B9488
(123,148,136)
#6C8278
(108,130,120)
#5D7068
(93,112,104)
#4E5E58
(78,94,88)
#3F4C48
(63,76,72)
#303A38
(48,58,56)
#212828
(33,40,40)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8CAB8

#A8CAB8
(168,202,184)
#AFCEBE
(175,206,190)
#B6D2C4
(182,210,196)
#BDD6CA
(189,214,202)
#C4DAD0
(196,218,208)
#CBDED6
(203,222,214)
#D2E2DC
(210,226,220)
#D9E6E2
(217,230,226)
#E0EAE8
(224,234,232)
#E7EEEE
(231,238,238)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CAB8; }

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

This text font color is #A8CAB8.


Background Color

.myBgColor { background-color: #A8CAB8; }

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

This div background color is #A8CAB8.


Border color

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

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

This div border color is #A8CAB8.


Opacity

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

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

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

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

This text has shadow with #A8CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CAB8 on black background.


Color preview on white background

This text has color #A8CAB8 on white background.



Black color preview on #A8CAB8 background

This text has black color on #A8CAB8 background.


White color preview on #A8CAB8 background

This text has white color on #A8CAB8 background.