COLOR #A3D3E5

HEX: #A3D3E5
RGB: (163,211,229)

Color info

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

RGB color model

#A3D3E5 color RGB value is (163,211,229).

  • red value is 163;
  • green value is 211;
  • blue value is 229.
RGB:
(163,211,229)
(64%,83%,90%)

RGB channels and saturation

R 163 of 255 = 64%
G 211 of 255 = 83%
B 229 of 255 = 90%

163
211
229

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

Portions of RGB colors in percentages

R + G + B =
163 + 211 + 229 = 603 (100%)
R 163 of 603 ~ 27.03%
G 211 of 603 ~ 34.99%
B 229 of 603 ~ 37.98%

%27.03
%34.99
%37.98

CMYK color model

#A3D3E5 color CMYK value is (29,8,0,10).

  • cyan value is 28.82%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(29,8,0,10)
C29M8Y0K10 
(29%,8%,0%,10%)
(0.29/0.08/0.00/0.10)	

CMYK percentages

%28.82
%7.86
%0
%10.2

Codes

Color #A3D3E5 in popluar color models

A3D3E5
RGB163211229
HSL196°55.93%76.86%
HSB/HSV196°28.82%89.80%
CMYK28.82%7.86%0.00%
10.20%

Color #A3D3E5 in popluar number systems.

HEXA3D3E5
Decimal163211229
Binary101000111101001111100101
Octal243323345

Shades and tints

Shades of #A3D3E5

#A3D3E5
(163,211,229)
#95C0D1
(149,192,209)
#87ADBD
(135,173,189)
#799AA9
(121,154,169)
#6B8795
(107,135,149)
#5D7481
(93,116,129)
#4F616D
(79,97,109)
#414E59
(65,78,89)
#333B45
(51,59,69)
#252831
(37,40,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #A3D3E5

#A3D3E5
(163,211,229)
#ABD7E7
(171,215,231)
#B3DBE9
(179,219,233)
#BBDFEB
(187,223,235)
#C3E3ED
(195,227,237)
#CBE7EF
(203,231,239)
#D3EBF1
(211,235,241)
#DBEFF3
(219,239,243)
#E3F3F5
(227,243,245)
#EBF7F7
(235,247,247)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D3E5 color. Also use rgb(163,211,229) instead hex code.

Text Font Color

.myTextColor { color: #A3D3E5; }

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

This text font color is #A3D3E5.


Background Color

.myBgColor { background-color: #A3D3E5; }

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

This div background color is #A3D3E5.


Border color

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

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

This div border color is #A3D3E5.


Opacity

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

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

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

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

This text has shadow with #A3D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D3E5 on black background.


Color preview on white background

This text has color #A3D3E5 on white background.



Black color preview on #A3D3E5 background

This text has black color on #A3D3E5 background.


White color preview on #A3D3E5 background

This text has white color on #A3D3E5 background.