COLOR #A3EED1

HEX: #A3EED1
RGB: (163,238,209)

Color info

#A3EED1 contains mainly green and blue colors. Web safe color of #A3EED1 is #99FFCC (or #9FC).

RGB color model

#A3EED1 color RGB value is (163,238,209).

  • red value is 163;
  • green value is 238;
  • blue value is 209.
RGB:
(163,238,209)
(64%,93%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 238 of 255 = 93%
B 209 of 255 = 82%

163
238
209

R + G + B ~ 80%. #A3EED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 238 + 209 = 610 (100%)
R 163 of 610 ~ 26.72%
G 238 of 610 ~ 39.02%
B 209 of 610 ~ 34.26%

%26.72
%39.02
%34.26

CMYK color model

#A3EED1 color CMYK value is (32,0,12,7).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(32,0,12,7)
C32M0Y12K7 
(32%,0%,12%,7%)
(0.32/0.00/0.12/0.07)	

CMYK percentages

%31.51
%0
%12.18
%6.67

Codes

Color #A3EED1 in popluar color models

A3EED1
RGB163238209
HSL157°68.81%78.63%
HSB/HSV157°31.51%93.33%
CMYK31.51%0.00%12.18%
6.67%

Color #A3EED1 in popluar number systems.

HEXA3EED1
Decimal163238209
Binary101000111110111011010001
Octal243356321

Shades and tints

Shades of #A3EED1

#A3EED1
(163,238,209)
#95D9BE
(149,217,190)
#87C4AB
(135,196,171)
#79AF98
(121,175,152)
#6B9A85
(107,154,133)
#5D8572
(93,133,114)
#4F705F
(79,112,95)
#415B4C
(65,91,76)
#334639
(51,70,57)
#253126
(37,49,38)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #A3EED1

#A3EED1
(163,238,209)
#ABEFD5
(171,239,213)
#B3F0D9
(179,240,217)
#BBF1DD
(187,241,221)
#C3F2E1
(195,242,225)
#CBF3E5
(203,243,229)
#D3F4E9
(211,244,233)
#DBF5ED
(219,245,237)
#E3F6F1
(227,246,241)
#EBF7F5
(235,247,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EED1 color. Also use rgb(163,238,209) instead hex code.

Text Font Color

.myTextColor { color: #A3EED1; }

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

This text font color is #A3EED1.


Background Color

.myBgColor { background-color: #A3EED1; }

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

This div background color is #A3EED1.


Border color

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

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

This div border color is #A3EED1.


Opacity

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

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

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

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

This text has shadow with #A3EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EED1 on black background.


Color preview on white background

This text has color #A3EED1 on white background.



Black color preview on #A3EED1 background

This text has black color on #A3EED1 background.


White color preview on #A3EED1 background

This text has white color on #A3EED1 background.