COLOR #A3DCE6

HEX: #A3DCE6 RGB: (163,220,230)

Color info

#A3DCE6 contains mainly green and blue colors. Web safe color of #A3DCE6 is #99CCCC (or #9CC).

RGB color model

#A3DCE6 color RGB value is (163,220,230).

RGB: (163,220,230) (64%, 86%, 90%)

RGB channels and saturation

R 163 of 255 = 64%
G 220 of 255 = 86%
B 230 of 255 = 90%

163
220
230

R + G + B ~ 80%. #A3DCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 220 + 230 = 613 (100%)
R 163 of 613 ~ 26.59%
G 220 of 613 ~ 35.89%
B 230 of 613 ~ 37.52'%

%26.59
%35.89
%37.52

CMYK color model

#A3DCE6 color CMYK value is (29,4,0,10).

  • cyan value is 29.13%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (29,4,0,10)
C29M4Y0K10 (29%, 4%, 0%, 10%)
(0.29 / 0.04 / 0.00 / 0.10)

CMYK percentages

%29.13
%4.35
%0
%9.8

Codes

Color #A3DCE6 in popluar color models

A3 DC E6
RGB 163 220 230
HSL 189° 57.26% 77.06%
HSB/HSV 189° 29.13% 90.20%
CMYK 29.13% 4.35% 0.00%
9.80%

Color #A3DCE6 in popluar number systems.

HEX A3 DC E6
Decimal 163 220 230
Binary 10100011 11011100 11100110
Octal 243 334 346

Shades and tints

Shades of #A3DCE6

#A3DCE6
(163,220,230)
#95C8D2
(149,200,210)
#87B4BE
(135,180,190)
#79A0AA
(121,160,170)
#6B8C96
(107,140,150)
#5D7882
(93,120,130)
#4F646E
(79,100,110)
#41505A
(65,80,90)
#333C46
(51,60,70)
#252832
(37,40,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #A3DCE6

#A3DCE6
(163,220,230)
#ABDFE8
(171,223,232)
#B3E2EA
(179,226,234)
#BBE5EC
(187,229,236)
#C3E8EE
(195,232,238)
#CBEBF0
(203,235,240)
#D3EEF2
(211,238,242)
#DBF1F4
(219,241,244)
#E3F4F6
(227,244,246)
#EBF7F8
(235,247,248)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DCE6 color. Also use rgb(163,220,230) instead hex code.

Text Font Color

.myTextColor { color: #A3DCE6; }

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

This text font color is #A3DCE6.

Background Color

.myBgColor { background-color: #A3DCE6; }

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

This div background color is #A3DCE6.

Border color

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

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

This div border color is #A3DCE6.

Opacity

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

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

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

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

This text has shadow with #A3DCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DCE6.

Preview

Color preview on black background

This text has color #A3DCE6 on black background.


Color preview on white background

This text has color #A3DCE6 on white background.


Black color preview on #A3DCE6 background

This text has black color on #A3DCE6 background.


White color preview on #A3DCE6 background

This text has white color on #A3DCE6 background.


Related colors

Complementary color

Complementary color for #hex is #5C2319.


I love getcolorcode.com

Triadic colors

1 #E6A3DC and #DCE6A3 with #A3DCE6 are triadic colors.

2 #E6DCA3 and #DCA3E6 with #A3DCE6 are triadic colors.