COLOR #A3D5E3

HEX: #A3D5E3
RGB: (163,213,227)

Color info

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

RGB color model

#A3D5E3 color RGB value is (163,213,227).

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

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 227 of 255 = 89%

163
213
227

R + G + B ~ 79%. #A3D5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 227 = 603 (100%)
R 163 of 603 ~ 27.03%
G 213 of 603 ~ 35.32%
B 227 of 603 ~ 37.65%

%27.03
%35.32
%37.65

CMYK color model

#A3D5E3 color CMYK value is (28,6,0,11).

  • cyan value is 28.19%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,6,0,11)
C28M6Y0K11 
(28%,6%,0%,11%)
(0.28/0.06/0.00/0.11)	

CMYK percentages

%28.19
%6.17
%0
%10.98

Codes

Color #A3D5E3 in popluar color models

A3D5E3
RGB163213227
HSL193°53.33%76.47%
HSB/HSV193°28.19%89.02%
CMYK28.19%6.17%0.00%
10.98%

Color #A3D5E3 in popluar number systems.

HEXA3D5E3
Decimal163213227
Binary101000111101010111100011
Octal243325343

Shades and tints

Shades of #A3D5E3

#A3D5E3
(163,213,227)
#95C2CF
(149,194,207)
#87AFBB
(135,175,187)
#799CA7
(121,156,167)
#6B8993
(107,137,147)
#5D767F
(93,118,127)
#4F636B
(79,99,107)
#415057
(65,80,87)
#333D43
(51,61,67)
#252A2F
(37,42,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #A3D5E3

#A3D5E3
(163,213,227)
#ABD8E5
(171,216,229)
#B3DBE7
(179,219,231)
#BBDEE9
(187,222,233)
#C3E1EB
(195,225,235)
#CBE4ED
(203,228,237)
#D3E7EF
(211,231,239)
#DBEAF1
(219,234,241)
#E3EDF3
(227,237,243)
#EBF0F5
(235,240,245)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D5E3; }

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

This text font color is #A3D5E3.


Background Color

.myBgColor { background-color: #A3D5E3; }

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

This div background color is #A3D5E3.


Border color

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

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

This div border color is #A3D5E3.


Opacity

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

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

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

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

This text has shadow with #A3D5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D5E3 on black background.


Color preview on white background

This text has color #A3D5E3 on white background.



Black color preview on #A3D5E3 background

This text has black color on #A3D5E3 background.


White color preview on #A3D5E3 background

This text has white color on #A3D5E3 background.