COLOR #A3DBF0

HEX: #A3DBF0 RGB: (163,219,240)

Color info

#A3DBF0 contains mainly green and blue colors. Web safe color of #A3DBF0 is #99CCFF (or #9CF).

RGB color model

#A3DBF0 color RGB value is (163,219,240).

RGB: (163,219,240) (64%, 86%, 94%)

RGB channels and saturation

R 163 of 255 = 64%
G 219 of 255 = 86%
B 240 of 255 = 94%

163
219
240

R + G + B ~ 81%. #A3DBF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 219 + 240 = 622 (100%)
R 163 of 622 ~ 26.21%
G 219 of 622 ~ 35.21%
B 240 of 622 ~ 38.59'%

%26.21
%35.21
%38.59

CMYK color model

#A3DBF0 color CMYK value is (32,9,0,6).

  • cyan value is 32.08%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (32,9,0,6)
C32M9Y0K6 (32%, 9%, 0%, 6%)
(0.32 / 0.09 / 0.00 / 0.06)

CMYK percentages

%32.08
%8.75
%0
%5.88

Codes

Color #A3DBF0 in popluar color models

A3 DB F0
RGB 163 219 240
HSL 196° 71.96% 79.02%
HSB/HSV 196° 32.08% 94.12%
CMYK 32.08% 8.75% 0.00%
5.88%

Color #A3DBF0 in popluar number systems.

HEX A3 DB F0
Decimal 163 219 240
Binary 10100011 11011011 11110000
Octal 243 333 360

Shades and tints

Shades of #A3DBF0

#A3DBF0
(163,219,240)
#95C8DB
(149,200,219)
#87B5C6
(135,181,198)
#79A2B1
(121,162,177)
#6B8F9C
(107,143,156)
#5D7C87
(93,124,135)
#4F6972
(79,105,114)
#41565D
(65,86,93)
#334348
(51,67,72)
#253033
(37,48,51)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #A3DBF0

#A3DBF0
(163,219,240)
#ABDEF1
(171,222,241)
#B3E1F2
(179,225,242)
#BBE4F3
(187,228,243)
#C3E7F4
(195,231,244)
#CBEAF5
(203,234,245)
#D3EDF6
(211,237,246)
#DBF0F7
(219,240,247)
#E3F3F8
(227,243,248)
#EBF6F9
(235,246,249)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DBF0; }

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

This text font color is #A3DBF0.

Background Color

.myBgColor { background-color: #A3DBF0; }

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

This div background color is #A3DBF0.

Border color

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

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

This div border color is #A3DBF0.

Opacity

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

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

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

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

This text has shadow with #A3DBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DBF0.

Preview

Color preview on black background

This text has color #A3DBF0 on black background.


Color preview on white background

This text has color #A3DBF0 on white background.


Black color preview on #A3DBF0 background

This text has black color on #A3DBF0 background.


White color preview on #A3DBF0 background

This text has white color on #A3DBF0 background.


Related colors

Complementary color

Complementary color for #hex is #5C240F.


I love getcolorcode.com

Triadic colors

1 #F0A3DB and #DBF0A3 with #A3DBF0 are triadic colors.

2 #F0DBA3 and #DBA3F0 with #A3DBF0 are triadic colors.