COLOR #A3E1D5

HEX: #A3E1D5
RGB: (163,225,213)

Color info

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

RGB color model

#A3E1D5 color RGB value is (163,225,213).

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

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 213 of 255 = 84%

163
225
213

R + G + B ~ 79%. #A3E1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 213 = 601 (100%)
R 163 of 601 ~ 27.12%
G 225 of 601 ~ 37.44%
B 213 of 601 ~ 35.44%

%27.12
%37.44
%35.44

CMYK color model

#A3E1D5 color CMYK value is (28,0,5,12).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(28,0,5,12)
C28M0Y5K12 
(28%,0%,5%,12%)
(0.28/0.00/0.05/0.12)	

CMYK percentages

%27.56
%0
%5.33
%11.76

Codes

Color #A3E1D5 in popluar color models

A3E1D5
RGB163225213
HSL168°50.82%76.08%
HSB/HSV168°27.56%88.24%
CMYK27.56%0.00%5.33%
11.76%

Color #A3E1D5 in popluar number systems.

HEXA3E1D5
Decimal163225213
Binary101000111110000111010101
Octal243341325

Shades and tints

Shades of #A3E1D5

#A3E1D5
(163,225,213)
#95CDC2
(149,205,194)
#87B9AF
(135,185,175)
#79A59C
(121,165,156)
#6B9189
(107,145,137)
#5D7D76
(93,125,118)
#4F6963
(79,105,99)
#415550
(65,85,80)
#33413D
(51,65,61)
#252D2A
(37,45,42)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #A3E1D5

#A3E1D5
(163,225,213)
#ABE3D8
(171,227,216)
#B3E5DB
(179,229,219)
#BBE7DE
(187,231,222)
#C3E9E1
(195,233,225)
#CBEBE4
(203,235,228)
#D3EDE7
(211,237,231)
#DBEFEA
(219,239,234)
#E3F1ED
(227,241,237)
#EBF3F0
(235,243,240)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E1D5; }

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

This text font color is #A3E1D5.


Background Color

.myBgColor { background-color: #A3E1D5; }

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

This div background color is #A3E1D5.


Border color

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

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

This div border color is #A3E1D5.


Opacity

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

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

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

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

This text has shadow with #A3E1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E1D5 on black background.


Color preview on white background

This text has color #A3E1D5 on white background.



Black color preview on #A3E1D5 background

This text has black color on #A3E1D5 background.


White color preview on #A3E1D5 background

This text has white color on #A3E1D5 background.