COLOR #A3D3E7

HEX: #A3D3E7
RGB: (163,211,231)

Color info

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

RGB color model

#A3D3E7 color RGB value is (163,211,231).

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

RGB channels and saturation

R 163 of 255 = 64%
G 211 of 255 = 83%
B 231 of 255 = 91%

163
211
231

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

Portions of RGB colors in percentages

R + G + B =
163 + 211 + 231 = 605 (100%)
R 163 of 605 ~ 26.94%
G 211 of 605 ~ 34.88%
B 231 of 605 ~ 38.18%

%26.94
%34.88
%38.18

CMYK color model

#A3D3E7 color CMYK value is (29,9,0,9).

  • cyan value is 29.44%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,9,0,9)
C29M9Y0K9 
(29%,9%,0%,9%)
(0.29/0.09/0.00/0.09)	

CMYK percentages

%29.44
%8.66
%0
%9.41

Codes

Color #A3D3E7 in popluar color models

A3D3E7
RGB163211231
HSL198°58.62%77.25%
HSB/HSV198°29.44%90.59%
CMYK29.44%8.66%0.00%
9.41%

Color #A3D3E7 in popluar number systems.

HEXA3D3E7
Decimal163211231
Binary101000111101001111100111
Octal243323347

Shades and tints

Shades of #A3D3E7

#A3D3E7
(163,211,231)
#95C0D2
(149,192,210)
#87ADBD
(135,173,189)
#799AA8
(121,154,168)
#6B8793
(107,135,147)
#5D747E
(93,116,126)
#4F6169
(79,97,105)
#414E54
(65,78,84)
#333B3F
(51,59,63)
#25282A
(37,40,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A3D3E7

#A3D3E7
(163,211,231)
#ABD7E9
(171,215,233)
#B3DBEB
(179,219,235)
#BBDFED
(187,223,237)
#C3E3EF
(195,227,239)
#CBE7F1
(203,231,241)
#D3EBF3
(211,235,243)
#DBEFF5
(219,239,245)
#E3F3F7
(227,243,247)
#EBF7F9
(235,247,249)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D3E7; }

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

This text font color is #A3D3E7.


Background Color

.myBgColor { background-color: #A3D3E7; }

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

This div background color is #A3D3E7.


Border color

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

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

This div border color is #A3D3E7.


Opacity

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

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

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

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

This text has shadow with #A3D3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D3E7 on black background.


Color preview on white background

This text has color #A3D3E7 on white background.



Black color preview on #A3D3E7 background

This text has black color on #A3D3E7 background.


White color preview on #A3D3E7 background

This text has white color on #A3D3E7 background.