COLOR #A3D8CD

HEX: #A3D8CD RGB: (163,216,205)

Color info

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

RGB color model

#A3D8CD color RGB value is (163,216,205).

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

RGB channels and saturation

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

163
216
205

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

Portions of RGB colors in percentages

R + G + B = 163 + 216 + 205 = 584 (100%)
R 163 of 584 ~ 27.91%
G 216 of 584 ~ 36.99%
B 205 of 584 ~ 35.1'%

%27.91
%36.99
%35.1

CMYK color model

#A3D8CD color CMYK value is (25,0,5,15).

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

CMYK: (25,0,5,15)
C25M0Y5K15 (25%, 0%, 5%, 15%)
(0.25 / 0.00 / 0.05 / 0.15)

CMYK percentages

%24.54
%0
%5.09
%15.29

Codes

Color #A3D8CD in popluar color models

A3 D8 CD
RGB 163 216 205
HSL 168° 40.46% 74.31%
HSB/HSV 168° 24.54% 84.71%
CMYK 24.54% 0.00% 5.09%
15.29%

Color #A3D8CD in popluar number systems.

HEX A3 D8 CD
Decimal 163 216 205
Binary 10100011 11011000 11001101
Octal 243 330 315

Shades and tints

Shades of #A3D8CD

#A3D8CD
(163,216,205)
#95C5BB
(149,197,187)
#87B2A9
(135,178,169)
#799F97
(121,159,151)
#6B8C85
(107,140,133)
#5D7973
(93,121,115)
#4F6661
(79,102,97)
#41534F
(65,83,79)
#33403D
(51,64,61)
#252D2B
(37,45,43)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #A3D8CD

#A3D8CD
(163,216,205)
#ABDBD1
(171,219,209)
#B3DED5
(179,222,213)
#BBE1D9
(187,225,217)
#C3E4DD
(195,228,221)
#CBE7E1
(203,231,225)
#D3EAE5
(211,234,229)
#DBEDE9
(219,237,233)
#E3F0ED
(227,240,237)
#EBF3F1
(235,243,241)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D8CD; }

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

This text font color is #A3D8CD.

Background Color

.myBgColor { background-color: #A3D8CD; }

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

This div background color is #A3D8CD.

Border color

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

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

This div border color is #A3D8CD.

Opacity

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

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

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

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

This text has shadow with #A3D8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D8CD.

Preview

Color preview on black background

This text has color #A3D8CD on black background.


Color preview on white background

This text has color #A3D8CD on white background.


Black color preview on #A3D8CD background

This text has black color on #A3D8CD background.


White color preview on #A3D8CD background

This text has white color on #A3D8CD background.


Related colors

Complementary color

Complementary color for #hex is #5C2732.


I love getcolorcode.com

Triadic colors

1 #CDA3D8 and #D8CDA3 with #A3D8CD are triadic colors.

2 #CDD8A3 and #D8A3CD with #A3D8CD are triadic colors.