COLOR #9ADAAF

HEX: #9ADAAF
RGB: (154,218,175)

Color info

#9ADAAF contains mainly green and blue colors. Web safe color of #9ADAAF is #99CC99 (or #9C9).

RGB color model

#9ADAAF color RGB value is (154,218,175).

  • red value is 154;
  • green value is 218;
  • blue value is 175.
RGB:
(154,218,175)
(60%,85%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 175 of 255 = 69%

154
218
175

R + G + B ~ 71%. #9ADAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 218 + 175 = 547 (100%)
R 154 of 547 ~ 28.15%
G 218 of 547 ~ 39.85%
B 175 of 547 ~ 31.99%

%28.15
%39.85
%31.99

CMYK color model

#9ADAAF color CMYK value is (29,0,20,15).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 14.51%
CMYK:
(29,0,20,15)
C29M0Y20K15 
(29%,0%,20%,15%)
(0.29/0.00/0.20/0.15)	

CMYK percentages

%29.36
%0
%19.72
%14.51

Codes

Color #9ADAAF in popluar color models

9ADAAF
RGB154218175
HSL140°46.38%72.94%
HSB/HSV140°29.36%85.49%
CMYK29.36%0.00%19.72%
14.51%

Color #9ADAAF in popluar number systems.

HEX9ADAAF
Decimal154218175
Binary100110101101101010101111
Octal232332257

Shades and tints

Shades of #9ADAAF

#9ADAAF
(154,218,175)
#8CC7A0
(140,199,160)
#7EB491
(126,180,145)
#70A182
(112,161,130)
#628E73
(98,142,115)
#547B64
(84,123,100)
#466855
(70,104,85)
#385546
(56,85,70)
#2A4237
(42,66,55)
#1C2F28
(28,47,40)
#0E1C19
(14,28,25)
#000000
(0,0,0)

Tints of #9ADAAF

#9ADAAF
(154,218,175)
#A3DDB6
(163,221,182)
#ACE0BD
(172,224,189)
#B5E3C4
(181,227,196)
#BEE6CB
(190,230,203)
#C7E9D2
(199,233,210)
#D0ECD9
(208,236,217)
#D9EFE0
(217,239,224)
#E2F2E7
(226,242,231)
#EBF5EE
(235,245,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADAAF color. Also use rgb(154,218,175) instead hex code.

Text Font Color

.myTextColor { color: #9ADAAF; }

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

This text font color is #9ADAAF.


Background Color

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

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

This div background color is #9ADAAF.


Border color

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

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

This div border color is #9ADAAF.


Opacity

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

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

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

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

This text has shadow with #9ADAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADAAF on black background.


Color preview on white background

This text has color #9ADAAF on white background.



Black color preview on #9ADAAF background

This text has black color on #9ADAAF background.


White color preview on #9ADAAF background

This text has white color on #9ADAAF background.