COLOR #A3E1CD

HEX: #A3E1CD
RGB: (163,225,205)

Color info

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

RGB color model

#A3E1CD color RGB value is (163,225,205).

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

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 205 of 255 = 80%

163
225
205

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

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 205 = 593 (100%)
R 163 of 593 ~ 27.49%
G 225 of 593 ~ 37.94%
B 205 of 593 ~ 34.57%

%27.49
%37.94
%34.57

CMYK color model

#A3E1CD color CMYK value is (28,0,9,12).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(28,0,9,12)
C28M0Y9K12 
(28%,0%,9%,12%)
(0.28/0.00/0.09/0.12)	

CMYK percentages

%27.56
%0
%8.89
%11.76

Codes

Color #A3E1CD in popluar color models

A3E1CD
RGB163225205
HSL161°50.82%76.08%
HSB/HSV161°27.56%88.24%
CMYK27.56%0.00%8.89%
11.76%

Color #A3E1CD in popluar number systems.

HEXA3E1CD
Decimal163225205
Binary101000111110000111001101
Octal243341315

Shades and tints

Shades of #A3E1CD

#A3E1CD
(163,225,205)
#95CDBB
(149,205,187)
#87B9A9
(135,185,169)
#79A597
(121,165,151)
#6B9185
(107,145,133)
#5D7D73
(93,125,115)
#4F6961
(79,105,97)
#41554F
(65,85,79)
#33413D
(51,65,61)
#252D2B
(37,45,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #A3E1CD

#A3E1CD
(163,225,205)
#ABE3D1
(171,227,209)
#B3E5D5
(179,229,213)
#BBE7D9
(187,231,217)
#C3E9DD
(195,233,221)
#CBEBE1
(203,235,225)
#D3EDE5
(211,237,229)
#DBEFE9
(219,239,233)
#E3F1ED
(227,241,237)
#EBF3F1
(235,243,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E1CD; }

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

This text font color is #A3E1CD.


Background Color

.myBgColor { background-color: #A3E1CD; }

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

This div background color is #A3E1CD.


Border color

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

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

This div border color is #A3E1CD.


Opacity

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

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

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

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

This text has shadow with #A3E1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E1CD on black background.


Color preview on white background

This text has color #A3E1CD on white background.



Black color preview on #A3E1CD background

This text has black color on #A3E1CD background.


White color preview on #A3E1CD background

This text has white color on #A3E1CD background.