COLOR #9ADEBB

HEX: #9ADEBB RGB: (154,222,187)

Color info

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

RGB color model

#9ADEBB color RGB value is (154,222,187).

RGB: (154,222,187) (60%, 87%, 73%)

RGB channels and saturation

R 154 of 255 = 60%
G 222 of 255 = 87%
B 187 of 255 = 73%

154
222
187

R + G + B ~ 73%. #9ADEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 222 + 187 = 563 (100%)
R 154 of 563 ~ 27.35%
G 222 of 563 ~ 39.43%
B 187 of 563 ~ 33.21'%

%27.35
%39.43
%33.21

CMYK color model

#9ADEBB color CMYK value is (31,0,16,13).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK: (31,0,16,13) C31M0Y16K13 (31%,0%,16%,13%) (0.31/0.00/0.16/0.13) 

CMYK percentages

%30.63
%0
%15.77
%12.94

Codes

Color #9ADEBB in popluar color models

9A DE BB
RGB 154 222 187
HSL 149° 50.75% 73.73%
HSB/HSV 149° 30.63% 87.06%
CMYK 30.63% 0.00% 15.77%
12.94%

Color #9ADEBB in popluar number systems.

HEX 9A DE BB
Decimal 154 222 187
Binary 10011010 11011110 10111011
Octal 232 336 273

Shades and tints

Shades of #9ADEBB

#9ADEBB
(154,222,187)
#8CCAAA
(140,202,170)
#7EB699
(126,182,153)
#70A288
(112,162,136)
#628E77
(98,142,119)
#547A66
(84,122,102)
#466655
(70,102,85)
#385244
(56,82,68)
#2A3E33
(42,62,51)
#1C2A22
(28,42,34)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #9ADEBB

#9ADEBB
(154,222,187)
#A3E1C1
(163,225,193)
#ACE4C7
(172,228,199)
#B5E7CD
(181,231,205)
#BEEAD3
(190,234,211)
#C7EDD9
(199,237,217)
#D0F0DF
(208,240,223)
#D9F3E5
(217,243,229)
#E2F6EB
(226,246,235)
#EBF9F1
(235,249,241)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADEBB; }

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

This text font color is #9ADEBB.

Background Color

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

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

This div background color is #9ADEBB.

Border color

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

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

This div border color is #9ADEBB.

Opacity

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

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

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

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

This text has shadow with #9ADEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ADEBB.

Preview

Color preview on black background

This text has color #9ADEBB on black background.


Color preview on white background

This text has color #9ADEBB on white background.


Black color preview on #9ADEBB background

This text has black color on #9ADEBB background.


White color preview on #9ADEBB background

This text has white color on #9ADEBB background.


Related colors

Complementary color

Complementary color for #hex is #652144.


I love getcolorcode.com

Triadic colors

1 #BB9ADE and #DEBB9A with #9ADEBB are triadic colors.

2 #BBDE9A and #DE9ABB with #9ADEBB are triadic colors.