COLOR #A3EDDD

HEX: #A3EDDD
RGB: (163,237,221)

Color info

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

RGB color model

#A3EDDD color RGB value is (163,237,221).

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

RGB channels and saturation

R 163 of 255 = 64%
G 237 of 255 = 93%
B 221 of 255 = 87%

163
237
221

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

Portions of RGB colors in percentages

R + G + B =
163 + 237 + 221 = 621 (100%)
R 163 of 621 ~ 26.25%
G 237 of 621 ~ 38.16%
B 221 of 621 ~ 35.59%

%26.25
%38.16
%35.59

CMYK color model

#A3EDDD color CMYK value is (31,0,7,7).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(31,0,7,7)
C31M0Y7K7 
(31%,0%,7%,7%)
(0.31/0.00/0.07/0.07)	

CMYK percentages

%31.22
%0
%6.75
%7.06

Codes

Color #A3EDDD in popluar color models

A3EDDD
RGB163237221
HSL167°67.27%78.43%
HSB/HSV167°31.22%92.94%
CMYK31.22%0.00%6.75%
7.06%

Color #A3EDDD in popluar number systems.

HEXA3EDDD
Decimal163237221
Binary101000111110110111011101
Octal243355335

Shades and tints

Shades of #A3EDDD

#A3EDDD
(163,237,221)
#95D8C9
(149,216,201)
#87C3B5
(135,195,181)
#79AEA1
(121,174,161)
#6B998D
(107,153,141)
#5D8479
(93,132,121)
#4F6F65
(79,111,101)
#415A51
(65,90,81)
#33453D
(51,69,61)
#253029
(37,48,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #A3EDDD

#A3EDDD
(163,237,221)
#ABEEE0
(171,238,224)
#B3EFE3
(179,239,227)
#BBF0E6
(187,240,230)
#C3F1E9
(195,241,233)
#CBF2EC
(203,242,236)
#D3F3EF
(211,243,239)
#DBF4F2
(219,244,242)
#E3F5F5
(227,245,245)
#EBF6F8
(235,246,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EDDD; }

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

This text font color is #A3EDDD.


Background Color

.myBgColor { background-color: #A3EDDD; }

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

This div background color is #A3EDDD.


Border color

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

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

This div border color is #A3EDDD.


Opacity

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

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

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

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

This text has shadow with #A3EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EDDD on black background.


Color preview on white background

This text has color #A3EDDD on white background.



Black color preview on #A3EDDD background

This text has black color on #A3EDDD background.


White color preview on #A3EDDD background

This text has white color on #A3EDDD background.