COLOR #A8CACC

HEX: #A8CACC
RGB: (168,202,204)

Color info

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

RGB color model

#A8CACC color RGB value is (168,202,204).

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

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 204 of 255 = 80%

168
202
204

R + G + B ~ 75%. #A8CACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 204 = 574 (100%)
R 168 of 574 ~ 29.27%
G 202 of 574 ~ 35.19%
B 204 of 574 ~ 35.54%

%29.27
%35.19
%35.54

CMYK color model

#A8CACC color CMYK value is (18,1,0,20).

  • cyan value is 17.65%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,1,0,20)
C18M1Y0K20 
(18%,1%,0%,20%)
(0.18/0.01/0.00/0.20)	

CMYK percentages

%17.65
%0.98
%0
%20

Codes

Color #A8CACC in popluar color models

A8CACC
RGB168202204
HSL183°26.09%72.94%
HSB/HSV183°17.65%80.00%
CMYK17.65%0.98%0.00%
20.00%

Color #A8CACC in popluar number systems.

HEXA8CACC
Decimal168202204
Binary101010001100101011001100
Octal250312314

Shades and tints

Shades of #A8CACC

#A8CACC
(168,202,204)
#99B8BA
(153,184,186)
#8AA6A8
(138,166,168)
#7B9496
(123,148,150)
#6C8284
(108,130,132)
#5D7072
(93,112,114)
#4E5E60
(78,94,96)
#3F4C4E
(63,76,78)
#303A3C
(48,58,60)
#21282A
(33,40,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8CACC

#A8CACC
(168,202,204)
#AFCED0
(175,206,208)
#B6D2D4
(182,210,212)
#BDD6D8
(189,214,216)
#C4DADC
(196,218,220)
#CBDEE0
(203,222,224)
#D2E2E4
(210,226,228)
#D9E6E8
(217,230,232)
#E0EAEC
(224,234,236)
#E7EEF0
(231,238,240)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CACC; }

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

This text font color is #A8CACC.


Background Color

.myBgColor { background-color: #A8CACC; }

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

This div background color is #A8CACC.


Border color

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

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

This div border color is #A8CACC.


Opacity

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

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

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

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

This text has shadow with #A8CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CACC on black background.


Color preview on white background

This text has color #A8CACC on white background.



Black color preview on #A8CACC background

This text has black color on #A8CACC background.


White color preview on #A8CACC background

This text has white color on #A8CACC background.