COLOR #9ADAAE

HEX: #9ADAAE
RGB: (154,218,174)

Color info

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

RGB color model

#9ADAAE color RGB value is (154,218,174).

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

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 174 of 255 = 68%

154
218
174

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

Portions of RGB colors in percentages

R + G + B =
154 + 218 + 174 = 546 (100%)
R 154 of 546 ~ 28.21%
G 218 of 546 ~ 39.93%
B 174 of 546 ~ 31.87%

%28.21
%39.93
%31.87

CMYK color model

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

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • 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
%20.18
%14.51

Codes

Color #9ADAAE in popluar color models

9ADAAE
RGB154218174
HSL139°46.38%72.94%
HSB/HSV139°29.36%85.49%
CMYK29.36%0.00%20.18%
14.51%

Color #9ADAAE in popluar number systems.

HEX9ADAAE
Decimal154218174
Binary100110101101101010101110
Octal232332256

Shades and tints

Shades of #9ADAAE

#9ADAAE
(154,218,174)
#8CC79F
(140,199,159)
#7EB490
(126,180,144)
#70A181
(112,161,129)
#628E72
(98,142,114)
#547B63
(84,123,99)
#466854
(70,104,84)
#385545
(56,85,69)
#2A4236
(42,66,54)
#1C2F27
(28,47,39)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #9ADAAE

#9ADAAE
(154,218,174)
#A3DDB5
(163,221,181)
#ACE0BC
(172,224,188)
#B5E3C3
(181,227,195)
#BEE6CA
(190,230,202)
#C7E9D1
(199,233,209)
#D0ECD8
(208,236,216)
#D9EFDF
(217,239,223)
#E2F2E6
(226,242,230)
#EBF5ED
(235,245,237)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADAAE; }

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

This text font color is #9ADAAE.


Background Color

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

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

This div background color is #9ADAAE.


Border color

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

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

This div border color is #9ADAAE.


Opacity

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

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

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

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

This text has shadow with #9ADAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADAAE on black background.


Color preview on white background

This text has color #9ADAAE on white background.



Black color preview on #9ADAAE background

This text has black color on #9ADAAE background.


White color preview on #9ADAAE background

This text has white color on #9ADAAE background.