COLOR #A3D8CB

HEX: #A3D8CB RGB: (163,216,203)

Color info

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

RGB color model

#A3D8CB color RGB value is (163,216,203).

RGB: (163,216,203) (64%, 85%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 216 of 255 = 85%
B 203 of 255 = 80%

163
216
203

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

Portions of RGB colors in percentages

R + G + B = 163 + 216 + 203 = 582 (100%)
R 163 of 582 ~ 28.01%
G 216 of 582 ~ 37.11%
B 203 of 582 ~ 34.88'%

%28.01
%37.11
%34.88

CMYK color model

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

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%

CMYK: (25,0,6,15)
C25M0Y6K15 (25%, 0%, 6%, 15%)
(0.25 / 0.00 / 0.06 / 0.15)

CMYK percentages

%24.54
%0
%6.02
%15.29

Codes

Color #A3D8CB in popluar color models

A3 D8 CB
RGB 163 216 203
HSL 165° 40.46% 74.31%
HSB/HSV 165° 24.54% 84.71%
CMYK 24.54% 0.00% 6.02%
15.29%

Color #A3D8CB in popluar number systems.

HEX A3 D8 CB
Decimal 163 216 203
Binary 10100011 11011000 11001011
Octal 243 330 313

Shades and tints

Shades of #A3D8CB

#A3D8CB
(163,216,203)
#95C5B9
(149,197,185)
#87B2A7
(135,178,167)
#799F95
(121,159,149)
#6B8C83
(107,140,131)
#5D7971
(93,121,113)
#4F665F
(79,102,95)
#41534D
(65,83,77)
#33403B
(51,64,59)
#252D29
(37,45,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #A3D8CB

#A3D8CB
(163,216,203)
#ABDBCF
(171,219,207)
#B3DED3
(179,222,211)
#BBE1D7
(187,225,215)
#C3E4DB
(195,228,219)
#CBE7DF
(203,231,223)
#D3EAE3
(211,234,227)
#DBEDE7
(219,237,231)
#E3F0EB
(227,240,235)
#EBF3EF
(235,243,239)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D8CB; }

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

This text font color is #A3D8CB.

Background Color

.myBgColor { background-color: #A3D8CB; }

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

This div background color is #A3D8CB.

Border color

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

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

This div border color is #A3D8CB.

Opacity

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

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

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

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

This text has shadow with #A3D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D8CB.

Preview

Color preview on black background

This text has color #A3D8CB on black background.


Color preview on white background

This text has color #A3D8CB on white background.


Black color preview on #A3D8CB background

This text has black color on #A3D8CB background.


White color preview on #A3D8CB background

This text has white color on #A3D8CB background.


Related colors

Complementary color

Complementary color for #hex is #5C2734.


I love getcolorcode.com

Triadic colors

1 #CBA3D8 and #D8CBA3 with #A3D8CB are triadic colors.

2 #CBD8A3 and #D8A3CB with #A3D8CB are triadic colors.