COLOR #A3E8CD

HEX: #A3E8CD
RGB: (163,232,205)

Color info

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

RGB color model

#A3E8CD color RGB value is (163,232,205).

  • red value is 163;
  • green value is 232;
  • blue value is 205.
RGB:
(163,232,205)
(64%,91%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 232 of 255 = 91%
B 205 of 255 = 80%

163
232
205

R + G + B ~ 78%. #A3E8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 232 + 205 = 600 (100%)
R 163 of 600 ~ 27.17%
G 232 of 600 ~ 38.67%
B 205 of 600 ~ 34.17%

%27.17
%38.67
%34.17

CMYK color model

#A3E8CD color CMYK value is (30,0,12,9).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 9.02%
CMYK:
(30,0,12,9)
C30M0Y12K9 
(30%,0%,12%,9%)
(0.30/0.00/0.12/0.09)	

CMYK percentages

%29.74
%0
%11.64
%9.02

Codes

Color #A3E8CD in popluar color models

A3E8CD
RGB163232205
HSL157°60.00%77.45%
HSB/HSV157°29.74%90.98%
CMYK29.74%0.00%11.64%
9.02%

Color #A3E8CD in popluar number systems.

HEXA3E8CD
Decimal163232205
Binary101000111110100011001101
Octal243350315

Shades and tints

Shades of #A3E8CD

#A3E8CD
(163,232,205)
#95D3BB
(149,211,187)
#87BEA9
(135,190,169)
#79A997
(121,169,151)
#6B9485
(107,148,133)
#5D7F73
(93,127,115)
#4F6A61
(79,106,97)
#41554F
(65,85,79)
#33403D
(51,64,61)
#252B2B
(37,43,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #A3E8CD

#A3E8CD
(163,232,205)
#ABEAD1
(171,234,209)
#B3ECD5
(179,236,213)
#BBEED9
(187,238,217)
#C3F0DD
(195,240,221)
#CBF2E1
(203,242,225)
#D3F4E5
(211,244,229)
#DBF6E9
(219,246,233)
#E3F8ED
(227,248,237)
#EBFAF1
(235,250,241)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E8CD color. Also use rgb(163,232,205) instead hex code.

Text Font Color

.myTextColor { color: #A3E8CD; }

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

This text font color is #A3E8CD.


Background Color

.myBgColor { background-color: #A3E8CD; }

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

This div background color is #A3E8CD.


Border color

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

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

This div border color is #A3E8CD.


Opacity

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

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

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

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

This text has shadow with #A3E8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E8CD on black background.


Color preview on white background

This text has color #A3E8CD on white background.



Black color preview on #A3E8CD background

This text has black color on #A3E8CD background.


White color preview on #A3E8CD background

This text has white color on #A3E8CD background.