COLOR #A3DBD9

HEX: #A3DBD9
RGB: (163,219,217)

Color info

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

RGB color model

#A3DBD9 color RGB value is (163,219,217).

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

RGB channels and saturation

R 163 of 255 = 64%
G 219 of 255 = 86%
B 217 of 255 = 85%

163
219
217

R + G + B ~ 78%. #A3DBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 219 + 217 = 599 (100%)
R 163 of 599 ~ 27.21%
G 219 of 599 ~ 36.56%
B 217 of 599 ~ 36.23%

%27.21
%36.56
%36.23

CMYK color model

#A3DBD9 color CMYK value is (26,0,1,14).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(26,0,1,14)
C26M0Y1K14 
(26%,0%,1%,14%)
(0.26/0.00/0.01/0.14)	

CMYK percentages

%25.57
%0
%0.91
%14.12

Codes

Color #A3DBD9 in popluar color models

A3DBD9
RGB163219217
HSL178°43.75%74.90%
HSB/HSV178°25.57%85.88%
CMYK25.57%0.00%0.91%
14.12%

Color #A3DBD9 in popluar number systems.

HEXA3DBD9
Decimal163219217
Binary101000111101101111011001
Octal243333331

Shades and tints

Shades of #A3DBD9

#A3DBD9
(163,219,217)
#95C8C6
(149,200,198)
#87B5B3
(135,181,179)
#79A2A0
(121,162,160)
#6B8F8D
(107,143,141)
#5D7C7A
(93,124,122)
#4F6967
(79,105,103)
#415654
(65,86,84)
#334341
(51,67,65)
#25302E
(37,48,46)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #A3DBD9

#A3DBD9
(163,219,217)
#ABDEDC
(171,222,220)
#B3E1DF
(179,225,223)
#BBE4E2
(187,228,226)
#C3E7E5
(195,231,229)
#CBEAE8
(203,234,232)
#D3EDEB
(211,237,235)
#DBF0EE
(219,240,238)
#E3F3F1
(227,243,241)
#EBF6F4
(235,246,244)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DBD9; }

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

This text font color is #A3DBD9.


Background Color

.myBgColor { background-color: #A3DBD9; }

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

This div background color is #A3DBD9.


Border color

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

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

This div border color is #A3DBD9.


Opacity

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

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

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

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

This text has shadow with #A3DBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DBD9 on black background.


Color preview on white background

This text has color #A3DBD9 on white background.



Black color preview on #A3DBD9 background

This text has black color on #A3DBD9 background.


White color preview on #A3DBD9 background

This text has white color on #A3DBD9 background.