COLOR #A3CCD9

HEX: #A3CCD9
RGB: (163,204,217)

Color info

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

RGB color model

#A3CCD9 color RGB value is (163,204,217).

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

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 217 of 255 = 85%

163
204
217

R + G + B ~ 76%. #A3CCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 204 + 217 = 584 (100%)
R 163 of 584 ~ 27.91%
G 204 of 584 ~ 34.93%
B 217 of 584 ~ 37.16%

%27.91
%34.93
%37.16

CMYK color model

#A3CCD9 color CMYK value is (25,6,0,15).

  • cyan value is 24.88%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(25,6,0,15)
C25M6Y0K15 
(25%,6%,0%,15%)
(0.25/0.06/0.00/0.15)	

CMYK percentages

%24.88
%5.99
%0
%14.9

Codes

Color #A3CCD9 in popluar color models

A3CCD9
RGB163204217
HSL194°41.54%74.51%
HSB/HSV194°24.88%85.10%
CMYK24.88%5.99%0.00%
14.90%

Color #A3CCD9 in popluar number systems.

HEXA3CCD9
Decimal163204217
Binary101000111100110011011001
Octal243314331

Shades and tints

Shades of #A3CCD9

#A3CCD9
(163,204,217)
#95BAC6
(149,186,198)
#87A8B3
(135,168,179)
#7996A0
(121,150,160)
#6B848D
(107,132,141)
#5D727A
(93,114,122)
#4F6067
(79,96,103)
#414E54
(65,78,84)
#333C41
(51,60,65)
#252A2E
(37,42,46)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #A3CCD9

#A3CCD9
(163,204,217)
#ABD0DC
(171,208,220)
#B3D4DF
(179,212,223)
#BBD8E2
(187,216,226)
#C3DCE5
(195,220,229)
#CBE0E8
(203,224,232)
#D3E4EB
(211,228,235)
#DBE8EE
(219,232,238)
#E3ECF1
(227,236,241)
#EBF0F4
(235,240,244)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCD9; }

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

This text font color is #A3CCD9.


Background Color

.myBgColor { background-color: #A3CCD9; }

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

This div background color is #A3CCD9.


Border color

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

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

This div border color is #A3CCD9.


Opacity

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

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

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

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

This text has shadow with #A3CCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CCD9 on black background.


Color preview on white background

This text has color #A3CCD9 on white background.



Black color preview on #A3CCD9 background

This text has black color on #A3CCD9 background.


White color preview on #A3CCD9 background

This text has white color on #A3CCD9 background.