COLOR #A3E7DD

HEX: #A3E7DD
RGB: (163,231,221)

Color info

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

RGB color model

#A3E7DD color RGB value is (163,231,221).

  • red value is 163;
  • green value is 231;
  • blue value is 221.
RGB:
(163,231,221)
(64%,91%,87%)

RGB channels and saturation

R 163 of 255 = 64%
G 231 of 255 = 91%
B 221 of 255 = 87%

163
231
221

R + G + B ~ 81%. #A3E7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 231 + 221 = 615 (100%)
R 163 of 615 ~ 26.5%
G 231 of 615 ~ 37.56%
B 221 of 615 ~ 35.93%

%26.5
%37.56
%35.93

CMYK color model

#A3E7DD color CMYK value is (29,0,4,9).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(29,0,4,9)
C29M0Y4K9 
(29%,0%,4%,9%)
(0.29/0.00/0.04/0.09)	

CMYK percentages

%29.44
%0
%4.33
%9.41

Codes

Color #A3E7DD in popluar color models

A3E7DD
RGB163231221
HSL171°58.62%77.25%
HSB/HSV171°29.44%90.59%
CMYK29.44%0.00%4.33%
9.41%

Color #A3E7DD in popluar number systems.

HEXA3E7DD
Decimal163231221
Binary101000111110011111011101
Octal243347335

Shades and tints

Shades of #A3E7DD

#A3E7DD
(163,231,221)
#95D2C9
(149,210,201)
#87BDB5
(135,189,181)
#79A8A1
(121,168,161)
#6B938D
(107,147,141)
#5D7E79
(93,126,121)
#4F6965
(79,105,101)
#415451
(65,84,81)
#333F3D
(51,63,61)
#252A29
(37,42,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A3E7DD

#A3E7DD
(163,231,221)
#ABE9E0
(171,233,224)
#B3EBE3
(179,235,227)
#BBEDE6
(187,237,230)
#C3EFE9
(195,239,233)
#CBF1EC
(203,241,236)
#D3F3EF
(211,243,239)
#DBF5F2
(219,245,242)
#E3F7F5
(227,247,245)
#EBF9F8
(235,249,248)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E7DD color. Also use rgb(163,231,221) instead hex code.

Text Font Color

.myTextColor { color: #A3E7DD; }

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

This text font color is #A3E7DD.


Background Color

.myBgColor { background-color: #A3E7DD; }

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

This div background color is #A3E7DD.


Border color

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

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

This div border color is #A3E7DD.


Opacity

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

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

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

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

This text has shadow with #A3E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E7DD on black background.


Color preview on white background

This text has color #A3E7DD on white background.



Black color preview on #A3E7DD background

This text has black color on #A3E7DD background.


White color preview on #A3E7DD background

This text has white color on #A3E7DD background.