COLOR #A3F3DD

HEX: #A3F3DD
RGB: (163,243,221)

Color info

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

RGB color model

#A3F3DD color RGB value is (163,243,221).

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

RGB channels and saturation

R 163 of 255 = 64%
G 243 of 255 = 95%
B 221 of 255 = 87%

163
243
221

R + G + B ~ 82%. #A3F3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 243 + 221 = 627 (100%)
R 163 of 627 ~ 26%
G 243 of 627 ~ 38.76%
B 221 of 627 ~ 35.25%

%26
%38.76
%35.25

CMYK color model

#A3F3DD color CMYK value is (33,0,9,5).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(33,0,9,5)
C33M0Y9K5 
(33%,0%,9%,5%)
(0.33/0.00/0.09/0.05)	

CMYK percentages

%32.92
%0
%9.05
%4.71

Codes

Color #A3F3DD in popluar color models

A3F3DD
RGB163243221
HSL164°76.92%79.61%
HSB/HSV164°32.92%95.29%
CMYK32.92%0.00%9.05%
4.71%

Color #A3F3DD in popluar number systems.

HEXA3F3DD
Decimal163243221
Binary101000111111001111011101
Octal243363335

Shades and tints

Shades of #A3F3DD

#A3F3DD
(163,243,221)
#95DDC9
(149,221,201)
#87C7B5
(135,199,181)
#79B1A1
(121,177,161)
#6B9B8D
(107,155,141)
#5D8579
(93,133,121)
#4F6F65
(79,111,101)
#415951
(65,89,81)
#33433D
(51,67,61)
#252D29
(37,45,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3F3DD

#A3F3DD
(163,243,221)
#ABF4E0
(171,244,224)
#B3F5E3
(179,245,227)
#BBF6E6
(187,246,230)
#C3F7E9
(195,247,233)
#CBF8EC
(203,248,236)
#D3F9EF
(211,249,239)
#DBFAF2
(219,250,242)
#E3FBF5
(227,251,245)
#EBFCF8
(235,252,248)
#F3FDFB
(243,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3F3DD; }

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

This text font color is #A3F3DD.


Background Color

.myBgColor { background-color: #A3F3DD; }

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

This div background color is #A3F3DD.


Border color

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

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

This div border color is #A3F3DD.


Opacity

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

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

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

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

This text has shadow with #A3F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F3DD on black background.


Color preview on white background

This text has color #A3F3DD on white background.



Black color preview on #A3F3DD background

This text has black color on #A3F3DD background.


White color preview on #A3F3DD background

This text has white color on #A3F3DD background.