COLOR #A3D6CB

HEX: #A3D6CB
RGB: (163,214,203)

Color info

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

RGB color model

#A3D6CB color RGB value is (163,214,203).

  • red value is 163;
  • green value is 214;
  • blue value is 203.
RGB:
(163,214,203)
(64%,84%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 214 of 255 = 84%
B 203 of 255 = 80%

163
214
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 214 + 203 = 580 (100%)
R 163 of 580 ~ 28.1%
G 214 of 580 ~ 36.9%
B 203 of 580 ~ 35%

%28.1
%36.9
%35

CMYK color model

#A3D6CB color CMYK value is (24,0,5,16).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(24,0,5,16)
C24M0Y5K16 
(24%,0%,5%,16%)
(0.24/0.00/0.05/0.16)	

CMYK percentages

%23.83
%0
%5.14
%16.08

Codes

Color #A3D6CB in popluar color models

A3D6CB
RGB163214203
HSL167°38.35%73.92%
HSB/HSV167°23.83%83.92%
CMYK23.83%0.00%5.14%
16.08%

Color #A3D6CB in popluar number systems.

HEXA3D6CB
Decimal163214203
Binary101000111101011011001011
Octal243326313

Shades and tints

Shades of #A3D6CB

#A3D6CB
(163,214,203)
#95C3B9
(149,195,185)
#87B0A7
(135,176,167)
#799D95
(121,157,149)
#6B8A83
(107,138,131)
#5D7771
(93,119,113)
#4F645F
(79,100,95)
#41514D
(65,81,77)
#333E3B
(51,62,59)
#252B29
(37,43,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #A3D6CB

#A3D6CB
(163,214,203)
#ABD9CF
(171,217,207)
#B3DCD3
(179,220,211)
#BBDFD7
(187,223,215)
#C3E2DB
(195,226,219)
#CBE5DF
(203,229,223)
#D3E8E3
(211,232,227)
#DBEBE7
(219,235,231)
#E3EEEB
(227,238,235)
#EBF1EF
(235,241,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D6CB color. Also use rgb(163,214,203) instead hex code.

Text Font Color

.myTextColor { color: #A3D6CB; }

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

This text font color is #A3D6CB.


Background Color

.myBgColor { background-color: #A3D6CB; }

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

This div background color is #A3D6CB.


Border color

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

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

This div border color is #A3D6CB.


Opacity

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

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

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

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

This text has shadow with #A3D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D6CB on black background.


Color preview on white background

This text has color #A3D6CB on white background.



Black color preview on #A3D6CB background

This text has black color on #A3D6CB background.


White color preview on #A3D6CB background

This text has white color on #A3D6CB background.