COLOR #A0FFDD

HEX: #A0FFDD
RGB: (160,255,221)

Color info

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

RGB color model

#A0FFDD color RGB value is (160,255,221).

  • red value is 160;
  • green value is 255;
  • blue value is 221.
RGB:
(160,255,221)
(63%,100%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 255 of 255 = 100%
B 221 of 255 = 87%

160
255
221

R + G + B ~ 83%. #A0FFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 255 + 221 = 636 (100%)
R 160 of 636 ~ 25.16%
G 255 of 636 ~ 40.09%
B 221 of 636 ~ 34.75%

%25.16
%40.09
%34.75

CMYK color model

#A0FFDD color CMYK value is (37,0,13,0).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(37,0,13,0)
C37M0Y13K0 
(37%,0%,13%,0%)
(0.37/0.00/0.13/0.00)	

CMYK percentages

%37.25
%0
%13.33
%0

Codes

Color #A0FFDD in popluar color models

A0FFDD
RGB160255221
HSL159°100.00%81.37%
HSB/HSV159°37.25%100.00%
CMYK37.25%0.00%13.33%
0.00%

Color #A0FFDD in popluar number systems.

HEXA0FFDD
Decimal160255221
Binary101000001111111111011101
Octal240377335

Shades and tints

Shades of #A0FFDD

#A0FFDD
(160,255,221)
#92E8C9
(146,232,201)
#84D1B5
(132,209,181)
#76BAA1
(118,186,161)
#68A38D
(104,163,141)
#5A8C79
(90,140,121)
#4C7565
(76,117,101)
#3E5E51
(62,94,81)
#30473D
(48,71,61)
#223029
(34,48,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0FFDD

#A0FFDD
(160,255,221)
#A8FFE0
(168,255,224)
#B0FFE3
(176,255,227)
#B8FFE6
(184,255,230)
#C0FFE9
(192,255,233)
#C8FFEC
(200,255,236)
#D0FFEF
(208,255,239)
#D8FFF2
(216,255,242)
#E0FFF5
(224,255,245)
#E8FFF8
(232,255,248)
#F0FFFB
(240,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0FFDD color. Also use rgb(160,255,221) instead hex code.

Text Font Color

.myTextColor { color: #A0FFDD; }

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

This text font color is #A0FFDD.


Background Color

.myBgColor { background-color: #A0FFDD; }

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

This div background color is #A0FFDD.


Border color

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

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

This div border color is #A0FFDD.


Opacity

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

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

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

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

This text has shadow with #A0FFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0FFDD on black background.


Color preview on white background

This text has color #A0FFDD on white background.



Black color preview on #A0FFDD background

This text has black color on #A0FFDD background.


White color preview on #A0FFDD background

This text has white color on #A0FFDD background.