COLOR #9ADED7

HEX: #9ADED7 RGB: (154,222,215)

Color info

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

RGB color model

#9ADED7 color RGB value is (154,222,215).

RGB: (154,222,215) (60%, 87%, 84%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 215 of 255 = 84%

154
222
215

R + G + B ~ 77%. #9ADED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 222 + 215 = 591 (100%)
R 154 of 591 ~ 26.06%
G 222 of 591 ~ 37.56%
B 215 of 591 ~ 36.38'%

%26.06
%37.56
%36.38

CMYK color model

#9ADED7 color CMYK value is (31,0,3,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%

CMYK: (31,0,3,13)
C31M0Y3K13 (31%, 0%, 3%, 13%)
(0.31 / 0.00 / 0.03 / 0.13)

CMYK percentages

%30.63
%0
%3.15
%12.94

Codes

Color #9ADED7 in popluar color models

9A DE D7
RGB 154 222 215
HSL 174° 50.75% 73.73%
HSB/HSV 174° 30.63% 87.06%
CMYK 30.63% 0.00% 3.15%
12.94%

Color #9ADED7 in popluar number systems.

HEX 9A DE D7
Decimal 154 222 215
Binary 10011010 11011110 11010111
Octal 232 336 327

Shades and tints

Shades of #9ADED7

#9ADED7
(154,222,215)
#8CCAC4
(140,202,196)
#7EB6B1
(126,182,177)
#70A29E
(112,162,158)
#628E8B
(98,142,139)
#547A78
(84,122,120)
#466665
(70,102,101)
#385252
(56,82,82)
#2A3E3F
(42,62,63)
#1C2A2C
(28,42,44)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #9ADED7

#9ADED7
(154,222,215)
#A3E1DA
(163,225,218)
#ACE4DD
(172,228,221)
#B5E7E0
(181,231,224)
#BEEAE3
(190,234,227)
#C7EDE6
(199,237,230)
#D0F0E9
(208,240,233)
#D9F3EC
(217,243,236)
#E2F6EF
(226,246,239)
#EBF9F2
(235,249,242)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADED7 color. Also use rgb(154,222,215) instead hex code.

Text Font Color

.myTextColor { color: #9ADED7; }

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

This text font color is #9ADED7.

Background Color

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

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

This div background color is #9ADED7.

Border color

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

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

This div border color is #9ADED7.

Opacity

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

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

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

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

This text has shadow with #9ADED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADED7.

Preview

Color preview on black background

This text has color #9ADED7 on black background.


Color preview on white background

This text has color #9ADED7 on white background.


Black color preview on #9ADED7 background

This text has black color on #9ADED7 background.


White color preview on #9ADED7 background

This text has white color on #9ADED7 background.


Related colors

Complementary color

Complementary color for #hex is #652128.


I love getcolorcode.com

Triadic colors

1 #D79ADE and #DED79A with #9ADED7 are triadic colors.

2 #D7DE9A and #DE9AD7 with #9ADED7 are triadic colors.