COLOR #9ADEDB

HEX: #9ADEDB RGB: (154,222,219)

Color info

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

RGB color model

#9ADEDB color RGB value is (154,222,219).

RGB: (154,222,219) (60%, 87%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 219 of 255 = 86%

154
222
219

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

Portions of RGB colors in percentages

R + G + B = 154 + 222 + 219 = 595 (100%)
R 154 of 595 ~ 25.88%
G 222 of 595 ~ 37.31%
B 219 of 595 ~ 36.81'%

%25.88
%37.31
%36.81

CMYK color model

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

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

CMYK: (31,0,1,13)
C31M0Y1K13 (31%, 0%, 1%, 13%)
(0.31 / 0.00 / 0.01 / 0.13)

CMYK percentages

%30.63
%0
%1.35
%12.94

Codes

Color #9ADEDB in popluar color models

9A DE DB
RGB 154 222 219
HSL 177° 50.75% 73.73%
HSB/HSV 177° 30.63% 87.06%
CMYK 30.63% 0.00% 1.35%
12.94%

Color #9ADEDB in popluar number systems.

HEX 9A DE DB
Decimal 154 222 219
Binary 10011010 11011110 11011011
Octal 232 336 333

Shades and tints

Shades of #9ADEDB

#9ADEDB
(154,222,219)
#8CCAC8
(140,202,200)
#7EB6B5
(126,182,181)
#70A2A2
(112,162,162)
#628E8F
(98,142,143)
#547A7C
(84,122,124)
#466669
(70,102,105)
#385256
(56,82,86)
#2A3E43
(42,62,67)
#1C2A30
(28,42,48)
#0E161D
(14,22,29)
#000000
(0,0,0)

Tints of #9ADEDB

#9ADEDB
(154,222,219)
#A3E1DE
(163,225,222)
#ACE4E1
(172,228,225)
#B5E7E4
(181,231,228)
#BEEAE7
(190,234,231)
#C7EDEA
(199,237,234)
#D0F0ED
(208,240,237)
#D9F3F0
(217,243,240)
#E2F6F3
(226,246,243)
#EBF9F6
(235,249,246)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEDB; }

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

This text font color is #9ADEDB.

Background Color

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

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

This div background color is #9ADEDB.

Border color

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

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

This div border color is #9ADEDB.

Opacity

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

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

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

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

This text has shadow with #9ADEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADEDB.

Preview

Color preview on black background

This text has color #9ADEDB on black background.


Color preview on white background

This text has color #9ADEDB on white background.


Black color preview on #9ADEDB background

This text has black color on #9ADEDB background.


White color preview on #9ADEDB background

This text has white color on #9ADEDB background.


Related colors

Complementary color

Complementary color for #hex is #652124.


I love getcolorcode.com

Triadic colors

1 #DB9ADE and #DEDB9A with #9ADEDB are triadic colors.

2 #DBDE9A and #DE9ADB with #9ADEDB are triadic colors.