COLOR #A8CCB8

HEX: #A8CCB8
RGB: (168,204,184)

Color info

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

RGB color model

#A8CCB8 color RGB value is (168,204,184).

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

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 184 of 255 = 72%

168
204
184

R + G + B ~ 73%. #A8CCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 204 + 184 = 556 (100%)
R 168 of 556 ~ 30.22%
G 204 of 556 ~ 36.69%
B 184 of 556 ~ 33.09%

%30.22
%36.69
%33.09

CMYK color model

#A8CCB8 color CMYK value is (18,0,10,20).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(18,0,10,20)
C18M0Y10K20 
(18%,0%,10%,20%)
(0.18/0.00/0.10/0.20)	

CMYK percentages

%17.65
%0
%9.8
%20

Codes

Color #A8CCB8 in popluar color models

A8CCB8
RGB168204184
HSL147°26.09%72.94%
HSB/HSV147°17.65%80.00%
CMYK17.65%0.00%9.80%
20.00%

Color #A8CCB8 in popluar number systems.

HEXA8CCB8
Decimal168204184
Binary101010001100110010111000
Octal250314270

Shades and tints

Shades of #A8CCB8

#A8CCB8
(168,204,184)
#99BAA8
(153,186,168)
#8AA898
(138,168,152)
#7B9688
(123,150,136)
#6C8478
(108,132,120)
#5D7268
(93,114,104)
#4E6058
(78,96,88)
#3F4E48
(63,78,72)
#303C38
(48,60,56)
#212A28
(33,42,40)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #A8CCB8

#A8CCB8
(168,204,184)
#AFD0BE
(175,208,190)
#B6D4C4
(182,212,196)
#BDD8CA
(189,216,202)
#C4DCD0
(196,220,208)
#CBE0D6
(203,224,214)
#D2E4DC
(210,228,220)
#D9E8E2
(217,232,226)
#E0ECE8
(224,236,232)
#E7F0EE
(231,240,238)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CCB8; }

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

This text font color is #A8CCB8.


Background Color

.myBgColor { background-color: #A8CCB8; }

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

This div background color is #A8CCB8.


Border color

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

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

This div border color is #A8CCB8.


Opacity

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

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

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

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

This text has shadow with #A8CCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CCB8 on black background.


Color preview on white background

This text has color #A8CCB8 on white background.



Black color preview on #A8CCB8 background

This text has black color on #A8CCB8 background.


White color preview on #A8CCB8 background

This text has white color on #A8CCB8 background.