COLOR #A3EDF0

HEX: #A3EDF0
RGB: (163,237,240)

Color info

#A3EDF0 contains mainly green and blue colors. Web safe color of #A3EDF0 is #99FFFF (or #9FF).

RGB color model

#A3EDF0 color RGB value is (163,237,240).

  • red value is 163;
  • green value is 237;
  • blue value is 240.
RGB:
(163,237,240)
(64%,93%,94%)

RGB channels and saturation

R 163 of 255 = 64%
G 237 of 255 = 93%
B 240 of 255 = 94%

163
237
240

R + G + B ~ 84%. #A3EDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 237 + 240 = 640 (100%)
R 163 of 640 ~ 25.47%
G 237 of 640 ~ 37.03%
B 240 of 640 ~ 37.5%

%25.47
%37.03
%37.5

CMYK color model

#A3EDF0 color CMYK value is (32,1,0,6).

  • cyan value is 32.08%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(32,1,0,6)
C32M1Y0K6 
(32%,1%,0%,6%)
(0.32/0.01/0.00/0.06)	

CMYK percentages

%32.08
%1.25
%0
%5.88

Codes

Color #A3EDF0 in popluar color models

A3EDF0
RGB163237240
HSL182°71.96%79.02%
HSB/HSV182°32.08%94.12%
CMYK32.08%1.25%0.00%
5.88%

Color #A3EDF0 in popluar number systems.

HEXA3EDF0
Decimal163237240
Binary101000111110110111110000
Octal243355360

Shades and tints

Shades of #A3EDF0

#A3EDF0
(163,237,240)
#95D8DB
(149,216,219)
#87C3C6
(135,195,198)
#79AEB1
(121,174,177)
#6B999C
(107,153,156)
#5D8487
(93,132,135)
#4F6F72
(79,111,114)
#415A5D
(65,90,93)
#334548
(51,69,72)
#253033
(37,48,51)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #A3EDF0

#A3EDF0
(163,237,240)
#ABEEF1
(171,238,241)
#B3EFF2
(179,239,242)
#BBF0F3
(187,240,243)
#C3F1F4
(195,241,244)
#CBF2F5
(203,242,245)
#D3F3F6
(211,243,246)
#DBF4F7
(219,244,247)
#E3F5F8
(227,245,248)
#EBF6F9
(235,246,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EDF0 color. Also use rgb(163,237,240) instead hex code.

Text Font Color

.myTextColor { color: #A3EDF0; }

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

This text font color is #A3EDF0.


Background Color

.myBgColor { background-color: #A3EDF0; }

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

This div background color is #A3EDF0.


Border color

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

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

This div border color is #A3EDF0.


Opacity

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

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

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

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

This text has shadow with #A3EDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EDF0 on black background.


Color preview on white background

This text has color #A3EDF0 on white background.



Black color preview on #A3EDF0 background

This text has black color on #A3EDF0 background.


White color preview on #A3EDF0 background

This text has white color on #A3EDF0 background.