COLOR #A3D3DA

HEX: #A3D3DA RGB: (163,211,218)

Color info

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

RGB color model

#A3D3DA color RGB value is (163,211,218).

RGB: (163,211,218) (64%, 83%, 85%)

RGB channels and saturation

R 163 of 255 = 64%
G 211 of 255 = 83%
B 218 of 255 = 85%

163
211
218

R + G + B ~ 77%. #A3D3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 211 + 218 = 592 (100%)
R 163 of 592 ~ 27.53%
G 211 of 592 ~ 35.64%
B 218 of 592 ~ 36.82'%

%27.53
%35.64
%36.82

CMYK color model

#A3D3DA color CMYK value is (25,3,0,15).

  • cyan value is 25.23%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (25,3,0,15)
C25M3Y0K15 (25%, 3%, 0%, 15%)
(0.25 / 0.03 / 0.00 / 0.15)

CMYK percentages

%25.23
%3.21
%0
%14.51

Codes

Color #A3D3DA in popluar color models

A3 D3 DA
RGB 163 211 218
HSL 188° 42.64% 74.71%
HSB/HSV 188° 25.23% 85.49%
CMYK 25.23% 3.21% 0.00%
14.51%

Color #A3D3DA in popluar number systems.

HEX A3 D3 DA
Decimal 163 211 218
Binary 10100011 11010011 11011010
Octal 243 323 332

Shades and tints

Shades of #A3D3DA

#A3D3DA
(163,211,218)
#95C0C7
(149,192,199)
#87ADB4
(135,173,180)
#799AA1
(121,154,161)
#6B878E
(107,135,142)
#5D747B
(93,116,123)
#4F6168
(79,97,104)
#414E55
(65,78,85)
#333B42
(51,59,66)
#25282F
(37,40,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #A3D3DA

#A3D3DA
(163,211,218)
#ABD7DD
(171,215,221)
#B3DBE0
(179,219,224)
#BBDFE3
(187,223,227)
#C3E3E6
(195,227,230)
#CBE7E9
(203,231,233)
#D3EBEC
(211,235,236)
#DBEFEF
(219,239,239)
#E3F3F2
(227,243,242)
#EBF7F5
(235,247,245)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D3DA color. Also use rgb(163,211,218) instead hex code.

Text Font Color

.myTextColor { color: #A3D3DA; }

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

This text font color is #A3D3DA.

Background Color

.myBgColor { background-color: #A3D3DA; }

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

This div background color is #A3D3DA.

Border color

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

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

This div border color is #A3D3DA.

Opacity

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

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

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

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

This text has shadow with #A3D3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D3DA.

Preview

Color preview on black background

This text has color #A3D3DA on black background.


Color preview on white background

This text has color #A3D3DA on white background.


Black color preview on #A3D3DA background

This text has black color on #A3D3DA background.


White color preview on #A3D3DA background

This text has white color on #A3D3DA background.


Related colors

Complementary color

Complementary color for #hex is #5C2C25.


I love getcolorcode.com

Triadic colors

1 #DAA3D3 and #D3DAA3 with #A3D3DA are triadic colors.

2 #DAD3A3 and #D3A3DA with #A3D3DA are triadic colors.