COLOR #A3CACC

HEX: #A3CACC
RGB: (163,202,204)

Color info

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

RGB color model

#A3CACC color RGB value is (163,202,204).

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

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 204 of 255 = 80%

163
202
204

R + G + B ~ 74%. #A3CACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 202 + 204 = 569 (100%)
R 163 of 569 ~ 28.65%
G 202 of 569 ~ 35.5%
B 204 of 569 ~ 35.85%

%28.65
%35.5
%35.85

CMYK color model

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

  • cyan value is 20.10%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,1,0,20)
C20M1Y0K20 
(20%,1%,0%,20%)
(0.20/0.01/0.00/0.20)	

CMYK percentages

%20.1
%0.98
%0
%20

Codes

Color #A3CACC in popluar color models

A3CACC
RGB163202204
HSL183°28.67%71.96%
HSB/HSV183°20.10%80.00%
CMYK20.10%0.98%0.00%
20.00%

Color #A3CACC in popluar number systems.

HEXA3CACC
Decimal163202204
Binary101000111100101011001100
Octal243312314

Shades and tints

Shades of #A3CACC

#A3CACC
(163,202,204)
#95B8BA
(149,184,186)
#87A6A8
(135,166,168)
#799496
(121,148,150)
#6B8284
(107,130,132)
#5D7072
(93,112,114)
#4F5E60
(79,94,96)
#414C4E
(65,76,78)
#333A3C
(51,58,60)
#25282A
(37,40,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #A3CACC

#A3CACC
(163,202,204)
#ABCED0
(171,206,208)
#B3D2D4
(179,210,212)
#BBD6D8
(187,214,216)
#C3DADC
(195,218,220)
#CBDEE0
(203,222,224)
#D3E2E4
(211,226,228)
#DBE6E8
(219,230,232)
#E3EAEC
(227,234,236)
#EBEEF0
(235,238,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CACC; }

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

This text font color is #A3CACC.


Background Color

.myBgColor { background-color: #A3CACC; }

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

This div background color is #A3CACC.


Border color

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

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

This div border color is #A3CACC.


Opacity

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

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

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

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

This text has shadow with #A3CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CACC on black background.


Color preview on white background

This text has color #A3CACC on white background.



Black color preview on #A3CACC background

This text has black color on #A3CACC background.


White color preview on #A3CACC background

This text has white color on #A3CACC background.