COLOR #A3C7E3

HEX: #A3C7E3
RGB: (163,199,227)

Color info

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

RGB color model

#A3C7E3 color RGB value is (163,199,227).

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

RGB channels and saturation

R 163 of 255 = 64%
G 199 of 255 = 78%
B 227 of 255 = 89%

163
199
227

R + G + B ~ 77%. #A3C7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 199 + 227 = 589 (100%)
R 163 of 589 ~ 27.67%
G 199 of 589 ~ 33.79%
B 227 of 589 ~ 38.54%

%27.67
%33.79
%38.54

CMYK color model

#A3C7E3 color CMYK value is (28,12,0,11).

  • cyan value is 28.19%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,12,0,11)
C28M12Y0K11 
(28%,12%,0%,11%)
(0.28/0.12/0.00/0.11)	

CMYK percentages

%28.19
%12.33
%0
%10.98

Codes

Color #A3C7E3 in popluar color models

A3C7E3
RGB163199227
HSL206°53.33%76.47%
HSB/HSV206°28.19%89.02%
CMYK28.19%12.33%0.00%
10.98%

Color #A3C7E3 in popluar number systems.

HEXA3C7E3
Decimal163199227
Binary101000111100011111100011
Octal243307343

Shades and tints

Shades of #A3C7E3

#A3C7E3
(163,199,227)
#95B5CF
(149,181,207)
#87A3BB
(135,163,187)
#7991A7
(121,145,167)
#6B7F93
(107,127,147)
#5D6D7F
(93,109,127)
#4F5B6B
(79,91,107)
#414957
(65,73,87)
#333743
(51,55,67)
#25252F
(37,37,47)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #A3C7E3

#A3C7E3
(163,199,227)
#ABCCE5
(171,204,229)
#B3D1E7
(179,209,231)
#BBD6E9
(187,214,233)
#C3DBEB
(195,219,235)
#CBE0ED
(203,224,237)
#D3E5EF
(211,229,239)
#DBEAF1
(219,234,241)
#E3EFF3
(227,239,243)
#EBF4F5
(235,244,245)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C7E3; }

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

This text font color is #A3C7E3.


Background Color

.myBgColor { background-color: #A3C7E3; }

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

This div background color is #A3C7E3.


Border color

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

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

This div border color is #A3C7E3.


Opacity

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

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

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

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

This text has shadow with #A3C7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C7E3 on black background.


Color preview on white background

This text has color #A3C7E3 on white background.



Black color preview on #A3C7E3 background

This text has black color on #A3C7E3 background.


White color preview on #A3C7E3 background

This text has white color on #A3C7E3 background.