COLOR #9ADDDF

HEX: #9ADDDF RGB: (154,221,223)

Color info

#9ADDDF contains mainly green and blue colors. Web safe color of #9ADDDF is #99CCCC (or #9CC).

RGB color model

#9ADDDF color RGB value is (154,221,223).

RGB: (154,221,223) (60%, 87%, 87%)

RGB channels and saturation

R 154 of 255 = 60%
G 221 of 255 = 87%
B 223 of 255 = 87%

154
221
223

R + G + B ~ 78%. #9ADDDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 221 + 223 = 598 (100%)
R 154 of 598 ~ 25.75%
G 221 of 598 ~ 36.96%
B 223 of 598 ~ 37.29'%

%25.75
%36.96
%37.29

CMYK color model

#9ADDDF color CMYK value is (31,1,0,13).

  • cyan value is 30.94%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (31,1,0,13) C31M1Y0K13 (31%,1%,0%,13%) (0.31/0.01/0.00/0.13) 

CMYK percentages

%30.94
%0.9
%0
%12.55

Codes

Color #9ADDDF in popluar color models

9A DD DF
RGB 154 221 223
HSL 182° 51.88% 73.92%
HSB/HSV 182° 30.94% 87.45%
CMYK 30.94% 0.90% 0.00%
12.55%

Color #9ADDDF in popluar number systems.

HEX 9A DD DF
Decimal 154 221 223
Binary 10011010 11011101 11011111
Octal 232 335 337

Shades and tints

Shades of #9ADDDF

#9ADDDF
(154,221,223)
#8CC9CB
(140,201,203)
#7EB5B7
(126,181,183)
#70A1A3
(112,161,163)
#628D8F
(98,141,143)
#54797B
(84,121,123)
#466567
(70,101,103)
#385153
(56,81,83)
#2A3D3F
(42,61,63)
#1C292B
(28,41,43)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #9ADDDF

#9ADDDF
(154,221,223)
#A3E0E1
(163,224,225)
#ACE3E3
(172,227,227)
#B5E6E5
(181,230,229)
#BEE9E7
(190,233,231)
#C7ECE9
(199,236,233)
#D0EFEB
(208,239,235)
#D9F2ED
(217,242,237)
#E2F5EF
(226,245,239)
#EBF8F1
(235,248,241)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADDDF color. Also use rgb(154,221,223) instead hex code.

Text Font Color

.myTextColor { color: #9ADDDF; }

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

This text font color is #9ADDDF.

Background Color

.myBgColor { background-color: #9ADDDF; }

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

This div background color is #9ADDDF.

Border color

.myBorderColor { border: 1px solid #9ADDDF; }

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

This div border color is #9ADDDF.

Opacity

.myOpacity80 { color: #9ADDDF; opacity: 0.8; }

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

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

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

This text has shadow with #9ADDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADDDF.

Preview

Color preview on black background

This text has color #9ADDDF on black background.


Color preview on white background

This text has color #9ADDDF on white background.


Black color preview on #9ADDDF background

This text has black color on #9ADDDF background.


White color preview on #9ADDDF background

This text has white color on #9ADDDF background.


Related colors

Complementary color

Complementary color for #hex is #652220.


I love getcolorcode.com

Triadic colors

1 #DF9ADD and #DDDF9A with #9ADDDF are triadic colors.

2 #DFDD9A and #DD9ADF with #9ADDDF are triadic colors.