COLOR #A3D5EF

HEX: #A3D5EF
RGB: (163,213,239)

Color info

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

RGB color model

#A3D5EF color RGB value is (163,213,239).

  • red value is 163;
  • green value is 213;
  • blue value is 239.
RGB:
(163,213,239)
(64%,84%,94%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 239 of 255 = 94%

163
213
239

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

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 239 = 615 (100%)
R 163 of 615 ~ 26.5%
G 213 of 615 ~ 34.63%
B 239 of 615 ~ 38.86%

%26.5
%34.63
%38.86

CMYK color model

#A3D5EF color CMYK value is (32,11,0,6).

  • cyan value is 31.80%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(32,11,0,6)
C32M11Y0K6 
(32%,11%,0%,6%)
(0.32/0.11/0.00/0.06)	

CMYK percentages

%31.8
%10.88
%0
%6.27

Codes

Color #A3D5EF in popluar color models

A3D5EF
RGB163213239
HSL201°70.37%78.82%
HSB/HSV201°31.80%93.73%
CMYK31.80%10.88%0.00%
6.27%

Color #A3D5EF in popluar number systems.

HEXA3D5EF
Decimal163213239
Binary101000111101010111101111
Octal243325357

Shades and tints

Shades of #A3D5EF

#A3D5EF
(163,213,239)
#95C2DA
(149,194,218)
#87AFC5
(135,175,197)
#799CB0
(121,156,176)
#6B899B
(107,137,155)
#5D7686
(93,118,134)
#4F6371
(79,99,113)
#41505C
(65,80,92)
#333D47
(51,61,71)
#252A32
(37,42,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #A3D5EF

#A3D5EF
(163,213,239)
#ABD8F0
(171,216,240)
#B3DBF1
(179,219,241)
#BBDEF2
(187,222,242)
#C3E1F3
(195,225,243)
#CBE4F4
(203,228,244)
#D3E7F5
(211,231,245)
#DBEAF6
(219,234,246)
#E3EDF7
(227,237,247)
#EBF0F8
(235,240,248)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D5EF color. Also use rgb(163,213,239) instead hex code.

Text Font Color

.myTextColor { color: #A3D5EF; }

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

This text font color is #A3D5EF.


Background Color

.myBgColor { background-color: #A3D5EF; }

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

This div background color is #A3D5EF.


Border color

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

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

This div border color is #A3D5EF.


Opacity

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

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

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

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

This text has shadow with #A3D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D5EF on black background.


Color preview on white background

This text has color #A3D5EF on white background.



Black color preview on #A3D5EF background

This text has black color on #A3D5EF background.


White color preview on #A3D5EF background

This text has white color on #A3D5EF background.