COLOR #A0F9DD

HEX: #A0F9DD RGB: (160,249,221)

Color info

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

RGB color model

#A0F9DD color RGB value is (160,249,221).

RGB: (160,249,221) (63%, 98%, 87%)

RGB channels and saturation

R 160 of 255 = 63%
G 249 of 255 = 98%
B 221 of 255 = 87%

160
249
221

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

Portions of RGB colors in percentages

R + G + B = 160 + 249 + 221 = 630 (100%)
R 160 of 630 ~ 25.4%
G 249 of 630 ~ 39.52%
B 221 of 630 ~ 35.08'%

%25.4
%39.52
%35.08

CMYK color model

#A0F9DD color CMYK value is (36,0,11,2).

  • cyan value is 35.74%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (36,0,11,2)
C36M0Y11K2 (36%, 0%, 11%, 2%)
(0.36 / 0.00 / 0.11 / 0.02)

CMYK percentages

%35.74
%0
%11.24
%2.35

Codes

Color #A0F9DD in popluar color models

A0 F9 DD
RGB 160 249 221
HSL 161° 88.12% 80.20%
HSB/HSV 161° 35.74% 97.65%
CMYK 35.74% 0.00% 11.24%
2.35%

Color #A0F9DD in popluar number systems.

HEX A0 F9 DD
Decimal 160 249 221
Binary 10100000 11111001 11011101
Octal 240 371 335

Shades and tints

Shades of #A0F9DD

#A0F9DD
(160,249,221)
#92E3C9
(146,227,201)
#84CDB5
(132,205,181)
#76B7A1
(118,183,161)
#68A18D
(104,161,141)
#5A8B79
(90,139,121)
#4C7565
(76,117,101)
#3E5F51
(62,95,81)
#30493D
(48,73,61)
#223329
(34,51,41)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #A0F9DD

#A0F9DD
(160,249,221)
#A8F9E0
(168,249,224)
#B0F9E3
(176,249,227)
#B8F9E6
(184,249,230)
#C0F9E9
(192,249,233)
#C8F9EC
(200,249,236)
#D0F9EF
(208,249,239)
#D8F9F2
(216,249,242)
#E0F9F5
(224,249,245)
#E8F9F8
(232,249,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F9DD; }

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

This text font color is #A0F9DD.

Background Color

.myBgColor { background-color: #A0F9DD; }

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

This div background color is #A0F9DD.

Border color

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

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

This div border color is #A0F9DD.

Opacity

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

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

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

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

This text has shadow with #A0F9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0F9DD.

Preview

Color preview on black background

This text has color #A0F9DD on black background.


Color preview on white background

This text has color #A0F9DD on white background.


Black color preview on #A0F9DD background

This text has black color on #A0F9DD background.


White color preview on #A0F9DD background

This text has white color on #A0F9DD background.


Related colors

Complementary color

Complementary color for #hex is #5F0622.


I love getcolorcode.com

Triadic colors

1 #DDA0F9 and #F9DDA0 with #A0F9DD are triadic colors.

2 #DDF9A0 and #F9A0DD with #A0F9DD are triadic colors.